Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faSensorFire.js
2020-07-15 12:53:54 -05:00

29 lines
1.7 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'sensor-fire';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'e02a';
var svgPathData = ['M288,315.43C288,254.32,341.59,162,418.27,90.82a27.79,27.79,0,0,1,28.42-7.3A64,64,0,0,0,384,32H64A64,64,0,0,0,0,96V416a64,64,0,0,0,64,64H375.35A197.67,197.67,0,0,1,288,315.43ZM96,272a16,16,0,0,1-32,0V112a16,16,0,0,1,32,0Zm64,0a16,16,0,0,1-32,0V112a16,16,0,0,1,32,0Zm64,0a16,16,0,1,1-32,0V112a16,16,0,1,1,32,0Zm341.17,10.83c-2.51-4.83-5.33-9.86-8.44-15l-44,50.14s-68.92-88-74.1-94c-36.37,43.59-54.6,69.11-54.6,98.07,0,58.12,44,93.93,98.13,93.93a100.87,100.87,0,0,0,57.91-18.1C577,372.05,585.66,322,565.14,282.83Z', 'M551.13,150.86A427.29,427.29,0,0,0,511,193.7,552.55,552.55,0,0,0,440,114.29c-70.18,65.11-120,150-120,201.14C320,406.33,391.66,480,480,480s160-73.67,160-164.57C640,277.38,602.88,198.89,551.13,150.86Zm-11.06,247A100.87,100.87,0,0,1,482.16,416C428.05,416,384,380.19,384,322.07c0-29,18.23-54.48,54.6-98.07,5.18,6,74.1,94,74.1,94l44-50.14c3.11,5.12,5.93,10.15,8.44,15C585.66,322,577,372.05,540.07,397.9ZM208,96a16,16,0,0,0-16,16V272a16,16,0,1,0,32,0V112A16,16,0,0,0,208,96ZM80,96a16,16,0,0,0-16,16V272a16,16,0,0,0,32,0V112A16,16,0,0,0,80,96Zm64,0a16,16,0,0,0-16,16V272a16,16,0,0,0,32,0V112A16,16,0,0,0,144,96Z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faSensorFire = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;