29 lines
1.2 KiB
JavaScript
29 lines
1.2 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'faucet-drip';
|
|
var width = 512;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'e006';
|
|
var svgPathData = ['M352,192H313.39c-15.71-13.44-35.46-23.07-57.39-28V116.44l-32-3.38-32,3.38V164c-21.93,5-41.68,14.6-57.39,28H16A16,16,0,0,0,0,208v96a16,16,0,0,0,16,16h92.79C129.38,357.73,173,384,224,384s94.62-26.27,115.21-64H352a32,32,0,0,1,32,32,32,32,0,0,0,32,32h64a32,32,0,0,0,32-32A160,160,0,0,0,352,192ZM256,43.74V16A16,16,0,0,0,240,0H208a16,16,0,0,0-16,16V43.74l32,3.38Z', 'M448,416s-32,46.33-32,64a32,32,0,0,0,64,0C480,462.33,448,416,448,416ZM366.41,32.09,224,47.12l-142.41-15C72.17,31.09,64,38.9,64,48.89V79.11c0,10,8.17,17.8,17.59,16.8L224,80.88l142.41,15c9.42,1,17.59-6.81,17.59-16.8V48.89C384,38.9,375.83,31.09,366.41,32.09Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faFaucetDrip = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |