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 = 'ruler-vertical';
|
||||
var width = 256;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f548';
|
||||
var svgPathData = 'M160 111.1c0 8.801 7.201 16 16 16H256V192h-80C167.2 192 160 199.2 160 208S167.2 224 176 224H256v64h-80C167.2 288 160 295.2 160 304s7.201 16 16 16H256v64h-80c-8.799 0-16 7.199-16 16s7.201 16 16 16H256v64c0 17.6-14.4 32-32 32H32c-17.6 0-32-14.4-32-32v-448c0-17.6 14.4-32 32-32h192c17.6 0 32 14.4 32 32v64h-80C167.2 95.1 160 103.2 160 111.1z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faRulerVertical = 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