@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.02 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardLifevestIconConfig: {
name: 'RhStandardLifevestIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M18 4.38A10.63 10.63 0 0 0 7.38 15v12a4.62 4.62 0 0 0 9.24 0v-7.47a.69.69 0 0 0-.34-.56 3.88 3.88 0 1 1 3.44 0 .69.69 0 0 0-.34.56V27a4.62 4.62 0 0 0 9.24 0V15A10.63 10.63 0 0 0 18 4.38Zm2.62 18.24h6.76v2.76h-6.76Zm-5.24 2.76H8.62v-2.76h6.76Zm-3.38 5A3.39 3.39 0 0 1 8.62 27v-.38h6.76V27A3.39 3.39 0 0 1 12 30.38Zm.88-14.88a5.08 5.08 0 0 0 2.5 4.39v1.49H8.62V15a9.38 9.38 0 0 1 8.76-9.34v4.78a5.11 5.11 0 0 0-4.5 5.06Zm10.24 0a5.11 5.11 0 0 0-4.5-5.06V5.66A9.38 9.38 0 0 1 27.38 15v6.38h-6.76v-1.49a5.08 5.08 0 0 0 2.5-4.39ZM24 30.38A3.39 3.39 0 0 1 20.62 27v-.38h6.76V27A3.39 3.39 0 0 1 24 30.38Z"},
rhUiIcon: null,
};
export declare const RhStandardLifevestIcon: ComponentClass<SVGIconProps>;
export default RhStandardLifevestIcon;