@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.01 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardGlassBottleIconConfig: {
name: 'RhStandardGlassBottleIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M15.5 5.62h5a.62.62 0 1 0 0-1.24h-5a.62.62 0 0 0 0 1.24ZM21 17.88h-6a.62.62 0 0 0-.62.62v9a.62.62 0 0 0 .62.62h6a.63.63 0 0 0 .63-.62v-9a.63.63 0 0 0-.63-.62Zm-.62 9h-4.75v-7.76h4.75Z"},{"path":"m21.46 13.62-.84-6.7a.62.62 0 0 0-.62-.54h-4a.62.62 0 0 0-.62.54l-.84 6.7A4.59 4.59 0 0 0 11.38 18v10.5a3.12 3.12 0 0 0 3.12 3.12h7a3.13 3.13 0 0 0 3.13-3.12V18a4.6 4.6 0 0 0-3.17-4.38Zm1.92 14.88a1.89 1.89 0 0 1-1.88 1.88h-7a1.88 1.88 0 0 1-1.87-1.88V18a3.34 3.34 0 0 1 2.62-3.28.62.62 0 0 0 .48-.54l.82-6.56h2.9l.82 6.56a.62.62 0 0 0 .48.54A3.35 3.35 0 0 1 23.38 18Z"}]},
rhUiIcon: null,
};
export declare const RhStandardGlassBottleIcon: ComponentClass<SVGIconProps>;
export default RhStandardGlassBottleIcon;