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 = 'cube';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f1b2';
|
||||
var svgPathData = 'M481.1 81.45l-202.6-77.3C271.2 1.383 263.6 0 256 0S240.8 1.383 233.5 4.145L30.89 81.45C12.29 88.55 0 106.4 0 126.3v259.4c0 19.91 12.29 37.75 30.89 44.85l202.6 77.3C240.8 510.6 248.4 512 256 512s15.23-1.383 22.47-4.145l202.6-77.3C499.7 423.5 512 405.6 512 385.7V126.3C512 106.4 499.7 88.55 481.1 81.45zM256 64.07l166.2 63.41L256 189.8L89.77 127.5L256 64.07zM288 435.9V246.2l160-60v188.5L288 435.9z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCube = 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