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

29 lines
1.3 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'sprinkler';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'e035';
var svgPathData = ['M152,104a24,24,0,1,0,24,24A24,24,0,0,0,152,104ZM88,48a24,24,0,1,0,24,24A24,24,0,0,0,88,48Zm0,96a24,24,0,1,0,24,24A24,24,0,0,0,88,144ZM24,104a24,24,0,1,0,24,24A24,24,0,0,0,24,104ZM24,0A24,24,0,1,0,48,24,24,24,0,0,0,24,0Zm0,208a24,24,0,1,0,24,24A24,24,0,0,0,24,208ZM360,104a24,24,0,1,0,24,24A24,24,0,0,0,360,104Zm64,56a24,24,0,1,0,24,24A24,24,0,0,0,424,160Zm0-96a24,24,0,1,0,24,24A24,24,0,0,0,424,64Zm64,40a24,24,0,1,0,24,24A24,24,0,0,0,488,104Zm0,104a24,24,0,1,0,24,24A24,24,0,0,0,488,208Zm0-160a24,24,0,1,0-24-24A24,24,0,0,0,488,48Z', 'M412.41,284.44l-67.52,78.23L320,387.56V512H192V387.56l-24.89-24.89L99.59,284.44A17.77,17.77,0,0,1,113.81,256H224V80a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256H398.19A17.77,17.77,0,0,1,412.41,284.44Z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faSprinkler = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;