Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faTire.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';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f631';
var svgPathData = ['M280 331.93v81.65a159.23 159.23 0 0 0 118.42-86.07L321 302.36a79.82 79.82 0 0 1-41 29.57zM176 256a79.31 79.31 0 0 1 15.88-47.41l-48.23-66.38A159.41 159.41 0 0 0 96 256a158.86 158.86 0 0 0 2.61 25.89l77.46-25.17c0-.24-.07-.47-.07-.72zm153.15-141.52C307.14 103.06 282.51 96 256 96s-51.14 7.06-73.15 18.48l47.93 66a73.69 73.69 0 0 1 50.44 0zm39.2 27.73l-48.23 66.38A79.31 79.31 0 0 1 336 256c0 .25-.07.48-.07.73l77.46 25.17A159 159 0 0 0 416 256a159.42 159.42 0 0 0-47.65-113.79zM191 302.36l-77.42 25.15A159.22 159.22 0 0 0 232 413.58v-81.65a79.82 79.82 0 0 1-41-29.57z', 'M256 0C114.62 0 0 114.62 0 256s114.62 256 256 256 256-114.62 256-256S397.38 0 256 0zm0 448c-105.87 0-192-86.13-192-192S150.13 64 256 64s192 86.13 192 192-86.13 192-192 192zm0-224a32 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.faTire = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;