30 lines
1.2 KiB
JavaScript
30 lines
1.2 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'gas-pump';
|
|
var width = 512;
|
|
var height = 512;
|
|
var aliases = [''];
|
|
var unicode = 'f52f';
|
|
var svgPathData = 'M336 448h-320c-8.75 0-16 7.25-16 16l0 32c0 8.75 7.25 16 16 16h320c8.75 0 16-7.25 16-16l0-32C352 455.2 344.8 448 336 448zM493.2 107.2l-80.97-80.97c-6.25-6.125-16.5-6.125-22.62 0l-11.38 11.38c-6.125 6.125-6.125 16.38 0 22.62l37.75 37.63V160c0 28.12 20.88 51.25 48 55.25V376c0 13.25-10.75 24-24 24c-13.25 0-24-10.75-24-24v-32c0-48.63-39.38-88-88-88h-7.1l0-192c0-35.25-28.75-64-64-64H96C60.75 0 32 28.75 32 64L32 416h288l.0001-112h8c22.12 0 40 17.88 40 40v27.75c0 37.75 27 72 64.5 76c43 4.25 79.5-29.5 79.5-71.75V152.6C512 135.6 505.2 119.2 493.2 107.2zM256 192H96V64h159.1V192z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faGasPump = 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; |