29 lines
969 B
JavaScript
29 lines
969 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'steering-wheel';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f622';
|
|
var svgPathData = ['M440 256a185.63 185.63 0 0 1-2.76 32H336l-48 64v85.24a186.89 186.89 0 0 1-64 0V352l-48-64H74.76a186.89 186.89 0 0 1 0-64h94.13A63.71 63.71 0 0 1 224 192h64a63.72 63.72 0 0 1 55.12 32h94.11a185.63 185.63 0 0 1 2.77 32z', 'M256 72a184 184 0 1 1-130.11 53.89A182.82 182.82 0 0 1 256 72m0-64C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faSteeringWheel = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |