@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.13 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiCloudSecurityIconConfig: {
name: 'RhUiCloudSecurityIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M19.5 20.5H19v-2c0-1.654-1.346-3-3-3s-3 1.346-3 3v2h-.5c-.827 0-1.5.673-1.5 1.5v5c0 .827.673 1.5 1.5 1.5h7c.827 0 1.5-.673 1.5-1.5v-5c0-.827-.673-1.5-1.5-1.5Zm-4.5-2a1 1 0 0 1 2 0v2h-2v-2Zm4 8h-6v-4h6v4Zm12-8c0 3.032-2.468 5.5-5.5 5.5H25a1 1 0 1 1 0-2h.5c1.93 0 3.5-1.57 3.5-3.5 0-1.802-1.365-3.291-3.176-3.465a.997.997 0 0 1-.893-1.14c.046-.315.069-.616.069-.896 0-3.859-3.141-7-7-7a7.018 7.018 0 0 0-6.859 5.608 1.004 1.004 0 0 1-1.342.735A4.944 4.944 0 0 0 8 11.999c-2.757 0-5 2.243-5 5a4.969 4.969 0 0 0 4.163 4.924c.545.09.914.604.823 1.149a.997.997 0 0 1-1.149.823A6.961 6.961 0 0 1 1 16.999c0-3.859 3.141-7 7-7 .491 0 .979.053 1.461.158C10.669 6.532 14.103 3.999 18 3.999c4.963 0 9 4.037 9 9 0 .075 0 .15-.004.227A5.463 5.463 0 0 1 31 18.499Z"},
rhUiIcon: null,
};
export declare const RhUiCloudSecurityIcon: ComponentClass<SVGIconProps>;
export default RhUiCloudSecurityIcon;