29 lines
874 B
JavaScript
29 lines
874 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'angle-right';
|
|
var width = 224;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f105';
|
|
var svgPathData = ['M112.14 256l56.47 56.51L72.46 409a23.77 23.77 0 0 1-33.61.18l-.18-.18-22.51-22.64a23.94 23.94 0 0 1 0-33.85z', 'M38.57 103.05L16 125.79a23.94 23.94 0 0 0 0 33.85l152.61 152.89L208 273l.06-.06a24 24 0 0 0-.16-33.93l-135.53-136-.17-.18a23.78 23.78 0 0 0-33.63.22z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faAngleRight = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |