@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 524 B
JavaScript
exports.__esModule = true;
exports.GlassMartiniIconConfig = {
name: 'GlassMartiniIcon',
height: 512,
width: 512,
svgPath: 'M502.05 57.6C523.3 36.34 508.25 0 478.2 0H33.8C3.75 0-11.3 36.34 9.95 57.6L224 271.64V464h-56c-22.09 0-40 17.91-40 40 0 4.42 3.58 8 8 8h240c4.42 0 8-3.58 8-8 0-22.09-17.91-40-40-40h-56V271.64L502.05 57.6z',
yOffset: 0,
xOffset: 0,
};
exports.GlassMartiniIcon = require('../createIcon').createIcon(exports.GlassMartiniIconConfig);
exports["default"] = exports.GlassMartiniIcon;