Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faTireFlat.js
2019-07-29 11:21:43 -05:00

29 lines
1.4 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'tire-flat';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f632';
var svgPathData = ['M329.15 146.48C307.14 135.06 282.51 128 256 128s-51.14 7.06-73.15 18.48l47.93 66a73.69 73.69 0 0 1 50.44 0zm39.2 27.74l-48.23 66.37A79.31 79.31 0 0 1 336 288c0 .25-.07.48-.07.73l77.46 25.17a153.89 153.89 0 0 0-45-139.68zM176 288a79.31 79.31 0 0 1 15.88-47.41l-48.23-66.39a153.91 153.91 0 0 0-45 139.69l77.46-25.17c-.04-.25-.11-.48-.11-.72zm15 46.37l-77.42 25.15A160.11 160.11 0 0 0 161.09 416H232v-52.07a79.82 79.82 0 0 1-41-29.57zm89 29.57V416h70.91a160.11 160.11 0 0 0 47.51-56.49L321 334.36a79.77 79.77 0 0 1-41 29.57z', 'M480 416h-2.61A253.54 253.54 0 0 0 512 288c0-141.38-114.62-256-256-256S0 146.62 0 288a253.54 253.54 0 0 0 34.61 128H32a32 32 0 0 0 0 64h448a32 32 0 0 0 0-64zm-81.3 0H113.3A191 191 0 0 1 64 288c0-105.87 86.13-192 192-192s192 86.13 192 192a191 191 0 0 1-49.3 128zM256 256a32 32 0 1 0 32 32 32 32 0 0 0-32-32z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faTireFlat = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;