@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 RhStandardErlenmeyerFlaskIconConfig: {
name: 'RhStandardErlenmeyerFlaskIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M27.39 27.3 21.62 13V7.62c.72-.07 2 .3 2-.62a.62.62 0 0 0-.62-.62h-2a.62.62 0 0 0-.62.7v6a.5.5 0 0 0 0 .12v.12l2.83 7H12.75l2.83-7v-.12a.5.5 0 0 0 0-.12v-6a.62.62 0 0 0-.62-.7H13a.62.62 0 0 0 0 1.24h1.38V13L8.61 27.3a3.14 3.14 0 0 0 2.89 4.32h13a3.14 3.14 0 0 0 2.89-4.32Zm-2.89 3.08h-13a1.89 1.89 0 0 1-1.88-1.88c-.23-.16 2.54-6.53 2.62-6.88h11.52l2.47 6.15a1.89 1.89 0 0 1-1.73 2.61Z"},{"path":"M16.56 18.44a.62.62 0 0 0 .88-.88c-.58-.56-1.44.31-.88.88Zm2-6c.57.58 1.47-.31.88-.88s-1.44.31-.88.88Zm-2-7c.55.59 1.48-.32.88-.88a.62.62 0 0 0-.88.88Z"}]},
rhUiIcon: null,
};
export declare const RhStandardErlenmeyerFlaskIcon: ComponentClass<SVGIconProps>;
export default RhStandardErlenmeyerFlaskIcon;