UNPKG

@patternfly/react-icons

Version:
12 lines 590 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const GlassMartiniAltIconConfig: { name: 'GlassMartiniAltIcon', 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.6zM443.77 48l-48 48H116.24l-48-48h375.53z', yOffset: 0, xOffset: 0, }; export declare const GlassMartiniAltIcon: React.ComponentClass<SVGIconProps>; export default GlassMartiniAltIcon;