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 = 'align-left';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f036';
|
||||
var svgPathData = 'M416 416H32c-17.67 0-32 14.33-32 32S14.33 480 32 480h384c17.67 0 32-14.33 32-31.1S433.7 416 416 416zM32 224h384c17.67 0 32-14.33 32-31.1S433.7 160 416 160H32C14.33 160 0 174.3 0 192S14.33 224 32 224zM32 96h224c17.67 0 32-14.33 32-31.1S273.7 32 256 32H32C14.33 32 0 46.33 0 64S14.33 96 32 96zM32 352h224c17.67 0 32-14.33 32-31.1S273.7 288 256 288H32c-17.67 0-32 14.33-32 32S14.33 352 32 352z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faAlignLeft = 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