change from fontawesome-free to fontawesomefree
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fas';
|
||||
var iconName = 'monument';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f5a6';
|
||||
var svgPathData = 'M289.1 100.7c-.75-7.375-4-14.25-9.25-19.5l-76.63-76.56c-6.25-6.25-16.34-6.25-22.59 0L104.1 81.21c-5.25 5.25-8.5 12.13-9.25 19.5L64 415.1h256L289.1 100.7zM240 307.2c0 6.377-6.375 12.75-12.75 12.75h-70.5C150.4 319.1 144 313.6 144 307.2V268.7c0-6.377 6.375-12.75 12.75-12.75h70.5C233.6 255.1 240 262.3 240 268.7V307.2zM368 447.1h-352c-8.875 0-16 7.125-16 16v32C0 504.9 7.125 512 16 512h352c8.875 0 16-7.125 16-16v-32C384 455.1 376.9 447.1 368 447.1z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faMonument = 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;
|
||||
Reference in New Issue
Block a user