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 = 'signs-post';
var width = 512;
var height = 512;
var aliases = ['map-signs'];
var unicode = 'f277';
var svgPathData = 'M224 496C224 504.9 231.1 512 240 512h32c8.875 0 16-7.125 16-16V384H224V496zM455.1 224h-167.1l-.0313-32h-64l.0313 32H70.57c-8.5 0-16.63 3.375-22.63 9.375L4.688 276.8c-6.25 6.25-6.25 16.38 0 22.62l43.25 43.25C53.94 348.6 62.06 352 70.56 352h385.4c13.25 0 24-10.75 24-24v-80C479.9 234.8 469.2 224 455.1 224zM507.3 84.75l-43.25-43.38C458.1 35.38 449.9 32 441.4 32h-153.4V16c0-8.875-7.125-16-16-16h-32c-8.875 0-16 7.125-16 16V32H55.94C42.69 32 31.94 42.75 31.94 56v80c0 13.25 10.75 24 24 24h385.5c8.5 0 16.62-3.375 22.62-9.375l43.25-43.25C513.6 101 513.6 91 507.3 84.75z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faSignsPost = 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;