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 = 'mill-sign';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'e1ed';
|
||||
var svgPathData = 'M384 208V416c0 17.69-14.31 32-32 32s-32-14.31-32-32V208C320 181.5 298.5 160 272 160c-5.832 0-11.36 1.199-16.53 3.113L224 261V416c0 17.69-14.31 32.06-32 32.06c-9.918 0-18.43-4.821-24.3-11.89l-17.23 53.62C146.1 503.4 133.5 512 120 512c-3.25 0-6.531-.5-9.781-1.531c-16.84-5.406-26.09-23.44-20.69-40.25L160 250.1V208C160 181.5 138.5 160 112 160S64 181.5 64 208V416c0 17.69-14.31 32-32 32s-32-14.31-32-32V128c0-17.69 14.31-32 32-32c11.06 0 20.32 5.945 26.07 14.46C74.14 101.5 92.35 96 112 96C143.4 96 171.6 109 192 129.9c2.947-3.018 6.274-5.457 9.544-8.129l31.99-99.52c5.438-16.88 23.53-26.03 40.25-20.69c16.84 5.406 26.09 23.44 20.69 40.25l-17.59 54.71C336.3 99.12 384 147.9 384 208z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faMillSign = 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