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 = 'church';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f51d';
|
||||
var svgPathData = 'M464.5 246.6L352 179.3v-51.25h48c8.875 0 16-7.125 16-16v-32c0-8.875-7.125-16-16-16H352V16.01c0-8.875-7.125-16-16-16h-32c-8.875 0-16 7.125-16 16v48H240c-8.875 0-16 7.125-16 16v32c0 8.875 7.125 16 16 16H288v51.25L175.5 246.6C165.9 252.5 160 262.9 160 274.1v237.9l96 .0049v-96c0-35.38 28.62-64 64-64s64 28.63 64 64v96l96-.0049V274.1C480 262.9 474.1 252.5 464.5 246.6zM0 396V480c0 17.67 14.33 32 32 32h96v-192l-108.6 46.5C7.625 371.6 0 383.1 0 396zM620.6 366.5L512 320v192h96c17.67 0 32-14.33 32-32v-84C640 383.1 632.4 371.6 620.6 366.5z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faChurch = 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