@fortawesome/free-brands-svg-icons
Version:
The iconic font, CSS, and SVG framework
30 lines (28 loc) • 904 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
var iconName = 'lumon-drop';
var width = 576;
var height = 512;
var aliases = [];
var unicode = 'e7e3';
var svgPathData = 'M480 32c53 0 96 43 96 96l0 224c0 53-43 96-96 96L96 448c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l384 0zM302.4 114.7c-9.8-16.4-20.5-16.4-29.6 0l-68.9 114c-10.7 15.6-16.4 32.8-16.4 52.5 0 50.9 44.3 94.3 100.1 94.3 55 0 100.9-43.5 100.9-94.3 0-19.7-6.6-37.8-17.2-52.5l-68.9-114z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faLumonDrop = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = aliases;
exports.unicode = unicode;
exports.svgPathData = svgPathData;
exports.aliases = aliases;