29 lines
1017 B
JavaScript
29 lines
1017 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'chevron-double-right';
|
|
var width = 480;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f324';
|
|
var svgPathData = ['M269.54 273L75.14 467.3a23.9 23.9 0 0 1-33.9 0l-22.7-22.7a24.08 24.08 0 0 1 0-33.9l154-154.7-154-154.7a23.9 23.9 0 0 1 0-33.9l22.7-22.7a23.9 23.9 0 0 1 33.9 0L269.54 239a24.2 24.2 0 0 1 0 34z', 'M461.54 273l-194.4 194.3a23.9 23.9 0 0 1-33.9 0l-22.7-22.7a23.9 23.9 0 0 1 0-33.9l154-154.7-154-154.7a24.08 24.08 0 0 1 0-33.9l22.7-22.7a23.9 23.9 0 0 1 33.9 0L461.54 239a24.2 24.2 0 0 1 0 34z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faChevronDoubleRight = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |