@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 528 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const GlassMartiniIconConfig = {
name: 'GlassMartiniIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"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"},
rhUiIcon: null,
};
export const GlassMartiniIcon = createIconBase(GlassMartiniIconConfig);
export default GlassMartiniIcon;