mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-28 06:21:30 +08:00
30 lines
1.3 KiB
JavaScript
30 lines
1.3 KiB
JavaScript
|
'use strict';
|
||
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
var prefix = 'far';
|
||
|
var iconName = 'flag';
|
||
|
var width = 512;
|
||
|
var height = 512;
|
||
|
var aliases = [61725,127988];
|
||
|
var unicode = 'f024';
|
||
|
var svgPathData = 'M476.3 0c-6.365 0-13.01 1.35-19.34 4.233c-45.69 20.86-79.56 27.94-107.8 27.94c-59.96 0-94.81-31.86-163.9-31.87c-34.63 0-77.87 8.003-137.2 32.05V24C48 10.75 37.25 0 24 0S0 10.75 0 24v464C0 501.3 10.75 512 24 512s24-10.75 24-24v-104c53.59-23.86 96.02-31.81 132.8-31.81c73.63 0 124.9 31.78 198.6 31.78c31.91 0 68.02-5.971 111.1-23.09C504.1 355.9 512 344.4 512 332.1V30.73C512 11.1 495.3 0 476.3 0zM464 319.8c-30.31 10.82-58.08 16.1-84.6 16.1c-30.8 0-58.31-7-87.44-14.41c-32.01-8.141-68.29-17.37-111.1-17.37c-42.35 0-85.99 9.09-132.8 27.73V84.14l18.03-7.301c47.39-19.2 86.38-28.54 119.2-28.54c28.24 .0039 49.12 6.711 73.31 14.48c25.38 8.148 54.13 17.39 90.58 17.39c35.43 0 72.24-8.496 114.9-26.61V319.8z';
|
||
|
|
||
|
exports.definition = {
|
||
|
prefix: prefix,
|
||
|
iconName: iconName,
|
||
|
icon: [
|
||
|
width,
|
||
|
height,
|
||
|
aliases,
|
||
|
unicode,
|
||
|
svgPathData
|
||
|
]};
|
||
|
|
||
|
exports.faFlag = 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;
|