@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 853 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiRegionsFillIconConfig: {
name: 'RhUiRegionsFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 4v24a1 1 0 1 1-2 0V4a1 1 0 1 1 2 0ZM3 3a1 1 0 0 0-1 1v24a1 1 0 1 0 2 0V4a1 1 0 0 0-1-1Zm4.308 16.752v4.863C7.308 26.732 10.801 29 16 29s8.692-2.268 8.692-4.385v-4.863c-1.924 1.603-5.067 2.632-8.692 2.632s-6.768-1.03-8.692-2.632ZM16 3c-5.2 0-8.692 2.267-8.692 4.385 0 2.117 3.493 4.385 8.692 4.385s8.692-2.268 8.692-4.385S21.199 3 16 3Zm-8.692 8.137V16c0 2.117 3.493 4.385 8.692 4.385s8.692-2.268 8.692-4.385v-4.863c-1.924 1.603-5.067 2.632-8.692 2.632s-6.768-1.03-8.692-2.632Z"},
rhUiIcon: null,
};
export declare const RhUiRegionsFillIcon: ComponentClass<SVGIconProps>;
export default RhUiRegionsFillIcon;