@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 RhStandardCloudUnsecuredIconConfig: {
name: 'RhStandardCloudUnsecuredIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M23 25.38H10.5a5.88 5.88 0 1 1 1.09-11.65.63.63 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.89 3.89 0 0 1 3.24 2.54.63.63 0 0 0 .8.38.62.62 0 0 0 .38-.8 5.17 5.17 0 0 0-3.71-3.27 9.12 9.12 0 0 0-17.28-4.07 7.12 7.12 0 1 0-.84 14.19H23a.62.62 0 0 0 0-1.24Z"},{"path":"M25.37 26.09A3.64 3.64 0 0 0 29 29.72a3.54 3.54 0 0 0 1.27-.24l-4.9-4.91Zm7.34 2.29-.55-.55a3.67 3.67 0 0 0 .46-1.74v-3.45a.62.62 0 0 0-.49-.61l-3-.64a.57.57 0 0 0-.26 0l-2.6.55-.38-.38a.62.62 0 0 0-.88.88l.36.36 6 6 .46.45a.63.63 0 0 0 .88 0 .63.63 0 0 0 0-.87Z"}]},
rhUiIcon: null,
};
export declare const RhStandardCloudUnsecuredIcon: ComponentClass<SVGIconProps>;
export default RhStandardCloudUnsecuredIcon;