UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 1.35 kB
import { createIconBase } from '../createIcon.js'; export const RhStandardOperationalSovereigntyIconConfig = { name: 'RhStandardOperationalSovereigntyIcon', 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.75ZM9 26.625h18c.345 0 .625-.28.625-.625v-8a.625.625 0 0 0-.625-.625H9a.625.625 0 0 0-.625.625v8c0 .345.28.625.625.625Zm.625-8h16.75v6.75H9.625v-6.75ZM24.58 21.76c.03.08.05.16.05.24s-.02.16-.05.24c-.03.08-.08.15-.14.2-.11.12-.27.19-.44.19a.63.63 0 0 1-.44-.19.601.601 0 0 1-.18-.44.551.551 0 0 1 .18-.44c.23-.24.65-.24.88 0 .06.05.11.13.14.2Zm-7.955.24c0 .345-.28.625-.625.625h-4a.625.625 0 0 1 0-1.25h4c.345 0 .625.28.625.625Zm-4.067-9.558a.626.626 0 0 1 0-.884l2-2a.625.625 0 1 1 .884.884L13.884 12l1.558 1.558a.626.626 0 0 1-.884.884l-2-2Zm8 1.116L22.116 12l-1.558-1.558a.626.626 0 0 1 .884-.884l2 2a.626.626 0 0 1 0 .884l-2 2a.622.622 0 0 1-.884 0 .626.626 0 0 1 0-.884Zm-3.595.312.851-4a.625.625 0 1 1 1.223.26l-.85 4a.625.625 0 1 1-1.224-.26Z"}, rhUiIcon: null, }; export const RhStandardOperationalSovereigntyIcon = createIconBase(RhStandardOperationalSovereigntyIconConfig); export default RhStandardOperationalSovereigntyIcon;