mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
30 lines
894 B
JavaScript
30 lines
894 B
JavaScript
|
'use strict';
|
||
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
var prefix = 'fas';
|
||
|
var iconName = 'map';
|
||
|
var width = 576;
|
||
|
var height = 512;
|
||
|
var aliases = [62072,128506];
|
||
|
var unicode = 'f279';
|
||
|
var svgPathData = 'M384 476.1L192 421.2V35.93L384 90.79V476.1zM416 88.37L543.1 37.53C558.9 31.23 576 42.84 576 59.82V394.6C576 404.4 570 413.2 560.9 416.9L416 474.8V88.37zM15.09 95.13L160 37.17V423.6L32.91 474.5C17.15 480.8 0 469.2 0 452.2V117.4C0 107.6 5.975 98.78 15.09 95.13V95.13z';
|
||
|
|
||
|
exports.definition = {
|
||
|
prefix: prefix,
|
||
|
iconName: iconName,
|
||
|
icon: [
|
||
|
width,
|
||
|
height,
|
||
|
aliases,
|
||
|
unicode,
|
||
|
svgPathData
|
||
|
]};
|
||
|
|
||
|
exports.faMap = exports.definition;
|
||
|
exports.prefix = prefix;
|
||
|
exports.iconName = iconName;
|
||
|
exports.width = width;
|
||
|
exports.height = height;
|
||
|
exports.ligatures = aliases;
|
||
|
exports.unicode = unicode;
|
||
|
exports.svgPathData = svgPathData;
|
||
|
exports.aliases = aliases;
|