29 lines
805 B
JavaScript
29 lines
805 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'step-forward';
|
|
var width = 320;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f051';
|
|
var svgPathData = ['M320 44v424a12 12 0 0 1-12 12h-48a12 12 0 0 1-12-12V44a12 12 0 0 1 12-12h48a12 12 0 0 1 12 12z', 'M216 321.23L52.5 472.61C31.9 489.71 0 475.41 0 448V64c0-27.4 31.9-41.7 52.5-24.6L216 189.86z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faStepForward = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |