UNPKG

1.04 kBJavaScriptView Raw
1'use strict';
2Object.defineProperty(exports, '__esModule', { value: true });
3var prefix = 'fas';
4var iconName = 'm';
5var width = 448;
6var height = 512;
7var aliases = [109];
8var unicode = '4d';
9var svgPathData = 'M0 448c0 17.7 14.3 32 32 32s32-14.3 32-32H0zM32 64L58.6 46.2c-7.8-11.7-22.4-17-35.9-12.9S0 49.9 0 64l32 0zM224 352l-26.6 17.8c5.9 8.9 15.9 14.2 26.6 14.2s20.7-5.3 26.6-14.2L224 352zM416 64h32c0-14.1-9.2-26.5-22.7-30.6s-28.1 1.1-35.9 12.9L416 64zM384 448c0 17.7 14.3 32 32 32s32-14.3 32-32H384zM64 448V64H0V448H64zM5.4 81.8l192 288 53.3-35.5-192-288L5.4 81.8zm245.3 288l192-288L389.4 46.2l-192 288 53.3 35.5zM384 64V448h64V64H384z';
10
11exports.definition = {
12 prefix: prefix,
13 iconName: iconName,
14 icon: [
15 width,
16 height,
17 aliases,
18 unicode,
19 svgPathData
20 ]};
21
22exports.faM = exports.definition;
23exports.prefix = prefix;
24exports.iconName = iconName;
25exports.width = width;
26exports.height = height;
27exports.ligatures = aliases;
28exports.unicode = unicode;
29exports.svgPathData = svgPathData;
30exports.aliases = aliases;
\No newline at end of file