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 = 'splotch';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f5bc';
|
||||
var svgPathData = 'M481.2 292.7l-62 31.75c-17.87 9.126-29.25 25.25-30.62 43l-4.75 61.88c-3.375 44.75-65.12 66.75-104.4 37.25l-54.38-40.88c-15.62-11.75-36.1-16.13-56.1-11.75l-70 15.38c-50.62 11-94.12-32.63-73.5-73.88l28.38-57c8.25-16.38 6.5-35.13-4.625-50.25l-38.5-52.38c-27.88-38 7-86.88 59-82.88l71.87 5.626C161.5 120.2 181.7 113 194.1 99.28l46.12-47.63c33.38-34.63 98.38-21.25 110 22.63l16 60.38c4.625 17.38 18.88 31.75 38.12 38.38l67 22.88C520.9 212.5 526.1 269.8 481.2 292.7z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faSplotch = 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