Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-regular-svg-icons/faFire.js
2018-12-07 15:47:08 -06:00

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'fire';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'f06d';
var svgPathData = 'M277.3 76.8a520.71 520.71 0 0 0-48.2 52.5C205.8 96.4 176.8 63.1 144 32 59.8 111.8 0 215.7 0 278.4 0 389.7 86 480 192 480s192-90.3 192-201.6c0-46.6-44.6-142.7-106.7-201.6zM192 432c-79.4 0-144-68.9-144-153.6 0-36.7 36-110.1 96.2-177.7 16.9 18.4 32.4 37.5 45.8 56.4l36.9 51.8 39.7-49.7c3.1-3.9 6.3-7.8 9.6-11.6 37.7 50 59.8 108.3 59.8 130.7 0 84.8-64.6 153.7-144 153.7zm76.7-196.2l-44 50.2s-68.9-88-74.1-94C114.2 235.6 96 261.1 96 290.1c0 58.1 44 93.9 98.1 93.9 21.6 0 41.7-6.7 57.9-18.1 36.9-25.8 45.6-75.9 25.1-115.1-2.5-4.8-5.3-9.8-8.4-15z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faFire = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;