@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.09 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardEverythingAsAServiceIconConfig: {
name: 'RhStandardEverythingAsAServiceIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M28.62 17.52a9.12 9.12 0 0 0-17.28-4.07 7.12 7.12 0 1 0-.84 14.19H28a.75.75 0 0 0 .26-.05 5.11 5.11 0 0 0 .36-10Zm-1.12 8.86h-17a5.88 5.88 0 1 1 1.09-11.65.64.64 0 0 0 .69-.36 7.87 7.87 0 0 1 15.1 3.13v.5a.63.63 0 0 0 .56.66 3.87 3.87 0 0 1-.41 7.71Z"},{"path":"M18.74 16.39a.62.62 0 0 0-.74.48l-1.25 5.85a.63.63 0 0 0 .49.74h.13A.62.62 0 0 0 18 23l1.24-5.85a.62.62 0 0 0-.5-.76Zm3.14.52a.63.63 0 1 0-.88.89l2.12 2.12L21 22a.61.61 0 0 0 0 .88.6.6 0 0 0 .88 0l2.56-2.56a.61.61 0 0 0 0-.88Zm-9 3.01L15 17.8a.63.63 0 0 0-.88-.89l-2.56 2.57a.61.61 0 0 0 0 .88l2.56 2.56a.6.6 0 0 0 .88 0 .61.61 0 0 0 0-.92Z"}]},
rhUiIcon: null,
};
export declare const RhStandardEverythingAsAServiceIcon: ComponentClass<SVGIconProps>;
export default RhStandardEverythingAsAServiceIcon;