@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 783 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiRegionsIconConfig: {
name: 'RhUiRegionsIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M16 2C10.393 2 6 4.636 6 8v16c0 3.364 4.393 6 10 6s10-2.636 10-6V8c0-3.364-4.393-6-10-6Zm8 14c0 1.892-3.285 4-8 4s-8-2.108-8-4v-4.369C9.81 13.077 12.688 14 16 14s6.19-.924 8-2.369V16ZM16 4c4.715 0 8 2.108 8 4s-3.285 4-8 4-8-2.108-8-4 3.285-4 8-4Zm0 24c-4.715 0-8-2.108-8-4v-4.369C9.81 21.077 12.688 22 16 22s6.19-.924 8-2.369V24c0 1.892-3.285 4-8 4ZM30 4v24a1 1 0 1 1-2 0V4a1 1 0 1 1 2 0ZM4 4v24a1 1 0 1 1-2 0V4a1 1 0 1 1 2 0Z"},
rhUiIcon: null,
};
export declare const RhUiRegionsIcon: ComponentClass<SVGIconProps>;
export default RhUiRegionsIcon;