You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
JavaScript
30 lines
1.0 KiB
JavaScript
|
6 months ago
|
'use strict';
|
||
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
var prefix = 'fas';
|
||
|
|
var iconName = 'magnifying-glass-arrow-right';
|
||
|
|
var width = 512;
|
||
|
|
var height = 512;
|
||
|
|
var aliases = [];
|
||
|
|
var unicode = 'e521';
|
||
|
|
var svgPathData = 'M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM305 225c9.4-9.4 9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-102.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l102.1 0-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72z';
|
||
|
|
|
||
|
|
exports.definition = {
|
||
|
|
prefix: prefix,
|
||
|
|
iconName: iconName,
|
||
|
|
icon: [
|
||
|
|
width,
|
||
|
|
height,
|
||
|
|
aliases,
|
||
|
|
unicode,
|
||
|
|
svgPathData
|
||
|
|
]};
|
||
|
|
|
||
|
|
exports.faMagnifyingGlassArrowRight = 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;
|