Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faWineGlassAlt.js
2019-07-29 11:21:43 -05:00

29 lines
1.2 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'wine-glass-alt';
var width = 320;
var height = 512;
var ligatures = [];
var unicode = 'f5ce';
var svgPathData = ['M227.63 64l12 134.36a79.65 79.65 0 0 1-15.28 55.26 81.07 81.07 0 0 1-46.84 30.85 77.47 77.47 0 0 1-35 0 81.08 81.08 0 0 1-46.84-30.85 79.76 79.76 0 0 1-15.29-55.26L92.39 64h135.24m44.12-64H48.27a15.85 15.85 0 0 0-15.7 14.55l-16 178.11A144.65 144.65 0 0 0 128 346.82V464H88a40 40 0 0 0-40 40 8 8 0 0 0 8 8h208a8 8 0 0 0 8-8 40 40 0 0 0-40-40h-40V346.81a144.65 144.65 0 0 0 111.4-154.16l-16-178.1A15.85 15.85 0 0 0 271.75 0z', 'M80.35 198.37L86.66 128h146.7l6.3 70.36a79.65 79.65 0 0 1-15.28 55.26 81.07 81.07 0 0 1-46.84 30.85 77.47 77.47 0 0 1-35 0 81.08 81.08 0 0 1-46.84-30.85 79.75 79.75 0 0 1-15.35-55.25z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faWineGlassAlt = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;