Files
2020-07-15 12:53:54 -05:00

29 lines
1.0 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'sink';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'e06d';
var svgPathData = ['M32,416a96,96,0,0,0,96,96H384a96,96,0,0,0,96-96V384H32ZM496,288H16A16,16,0,0,0,0,304v32a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V304A16,16,0,0,0,496,288Z', 'M352,112a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V96A96.16,96.16,0,0,0,300.87,1.86C255.29,10.71,224,53.36,224,99.79V288h64V96a32,32,0,0,1,64,0Zm112,96H384a32,32,0,0,0-32,32v48h48V256h64a16,16,0,0,0,16-16V224A16,16,0,0,0,464,208Zm-336,0H48a16,16,0,0,0-16,16v16a16,16,0,0,0,16,16h64v32h48V240A32,32,0,0,0,128,208Z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faSink = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;