change from fontawesome-free to fontawesomefree

This commit is contained in:
2021-06-28 18:32:46 +00:00
parent 555c217a3e
commit 25ee447a3f
13501 changed files with 332404 additions and 283834 deletions

View File

@@ -0,0 +1,30 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'place-of-worship';
var width = 640;
var height = 512;
var aliases = [''];
var unicode = 'f67f';
var svgPathData = 'M0 395.9v84c0 17.67 14.33 32 32 32h96v-192l-108.6 46.5C7.625 371.6 0 383.1 0 395.9zM464.5 246.6L416 217.6V102.6c0-8.482-3.38-16.63-9.382-22.62L331.3 4.721c-6.246-6.236-16.31-6.236-22.55 0L233.4 79.93C227.4 85.93 224 94.07 224 102.6v115l-48.5 29C165.9 252.3 160 262.8 160 274v237.1l96 .0049v-96c0-35.35 28.65-64.03 64-64.03c35.35 0 64 28.69 64 64.03v96l96-.0049V274C480 262.8 474.1 252.3 464.5 246.6zM620.6 366.4L512 319.9v192h96c17.67 0 32-14.33 32-32v-84C640 383.1 632.4 371.6 620.6 366.4z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faPlaceOfWorship = 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;