Release 5.1.0 (#1135)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fal';
|
||||
var iconName = 'ruble-sign';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f158';
|
||||
var svgPathData = 'M245.712 287.809c80.296 0 138.288-50.323 138.288-128.803C384 81.125 326.009 32 245.712 32H108c-6.627 0-12 5.373-12 12v204H12c-6.627 0-12 5.373-12 12v16c0 6.627 5.373 12 12 12h84v58H12c-6.627 0-12 5.373-12 12v14c0 6.627 5.373 12 12 12h84v84c0 6.627 5.373 12 12 12h19.971c6.627 0 12-5.373 12-12v-84H308c6.627 0 12-5.373 12-12v-14c0-6.627-5.373-12-12-12H139.971v-58.191h105.741zM139.971 71.594h104.643c59.266 0 98.14 31.979 98.14 87.215 0 55.818-38.873 88.96-98.777 88.96H139.971V71.594z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faRubleSign = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
Reference in New Issue
Block a user