change from fontawesome-free to fontawesomefree

This commit is contained in:
2021-06-28 18:32:46 +00:00
parent 555c217a3e
commit 25ee447a3f
13501 changed files with 332404 additions and 283834 deletions

View File

@@ -0,0 +1,30 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'ruler-horizontal';
var width = 640;
var height = 512;
var aliases = [''];
var unicode = 'f547';
var svgPathData = 'M640 159.1V352c0 17.6-14.4 32-32 32H32c-17.6 0-32-14.4-32-32V159.1c0-17.6 14.4-31.1 32-31.1h80V208C112 216.8 119.2 224 128 224s16-7.201 16-16V127.1h64V208C208 216.8 215.2 224 224 224s16-7.201 16-16V127.1h64V208C304 216.8 311.2 224 320 224s16-7.201 16-16V127.1h64V208C400 216.8 407.2 224 416 224s16-7.201 16-16V127.1h64V208C496 216.8 503.2 224 512 224c8.838 0 16-7.164 16-16V127.1H608C625.6 127.1 640 142.4 640 159.1z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faRulerHorizontal = 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;