29 lines
939 B
JavaScript
29 lines
939 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'cocktail';
|
|
var width = 576;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f561';
|
|
var svgPathData = ['M432 0a144 144 0 1 1-74.58 266.62l35.26-35.26A95.1 95.1 0 0 0 432 240a96 96 0 0 0 0-192c-35.37 0-66 19.45-82.64 48h-52.53C316.66 40.2 369.4 0 432 0z', 'M7.27 170.05C-8.25 154.53 2.74 128 24.69 128h366.64c21.95 0 32.94 26.53 17.42 42.05L240 338.78V464h56a40 40 0 0 1 40 40 8 8 0 0 1-8 8H88a8 8 0 0 1-8-8 40 40 0 0 1 40-40h56V338.78z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faCocktail = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |