@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardAssuranceSovereigntyIconConfig: {
name: 'RhStandardAssuranceSovereigntyIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31 4.375H5A.625.625 0 0 0 4.375 5v26c0 .345.28.625.625.625h26c.345 0 .625-.28.625-.625V5A.625.625 0 0 0 31 4.375Zm-.625 26H5.625V5.625h24.75v24.75ZM18 27.625c4.756 0 8.625-3.87 8.625-8.625v-8.3a.625.625 0 0 0-.495-.611l-8-1.7a.646.646 0 0 0-.26 0l-8 1.7a.625.625 0 0 0-.495.611V19c0 4.756 3.87 8.625 8.625 8.625Zm-7.375-16.419L18 9.639l7.375 1.567V19c0 4.066-3.309 7.375-7.375 7.375S10.625 23.066 10.625 19v-7.794Zm3.933 7.236a.626.626 0 0 1 .884-.884L17 19.116l3.558-3.558a.625.625 0 1 1 .884.884l-4 4a.622.622 0 0 1-.884 0l-2-2Z"},
rhUiIcon: null,
};
export declare const RhStandardAssuranceSovereigntyIcon: ComponentClass<SVGIconProps>;
export default RhStandardAssuranceSovereigntyIcon;