@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.32 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiHubFillIconConfig: {
name: 'RhUiHubFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M9.75 3.5v5c0 .69-.56 1.25-1.25 1.25h-5c-.69 0-1.25-.56-1.25-1.25v-5c0-.69.56-1.25 1.25-1.25h5c.69 0 1.25.56 1.25 1.25ZM28.5 2.25h-5c-.69 0-1.25.56-1.25 1.25v5c0 .69.56 1.25 1.25 1.25h5c.69 0 1.25-.56 1.25-1.25v-5c0-.69-.56-1.25-1.25-1.25Zm-20 20h-5c-.69 0-1.25.56-1.25 1.25v5c0 .69.56 1.25 1.25 1.25h5c.69 0 1.25-.56 1.25-1.25v-5c0-.69-.56-1.25-1.25-1.25Zm20 0h-5c-.69 0-1.25.56-1.25 1.25v5c0 .69.56 1.25 1.25 1.25h5c.69 0 1.25-.56 1.25-1.25v-5c0-.69-.56-1.25-1.25-1.25ZM18.166 3.18a13.216 13.216 0 0 0-4.332 0 1 1 0 1 0 .332 1.972 11.116 11.116 0 0 1 3.668 0 1 1 0 0 0 .332-1.973ZM4.332 13.014a.999.999 0 0 0-1.152.82 13.124 13.124 0 0 0 0 4.332 1 1 0 0 0 1.972-.332 11.032 11.032 0 0 1 0-3.668 1 1 0 0 0-.82-1.152Zm13.502 13.834a11.116 11.116 0 0 1-3.668 0 1 1 0 1 0-.332 1.973 13.124 13.124 0 0 0 4.332 0 1 1 0 1 0-.332-1.973Zm9.834-7.862a1 1 0 0 0 1.152-.82 13.124 13.124 0 0 0 0-4.332 1 1 0 1 0-1.973.332 11.032 11.032 0 0 1 0 3.668 1 1 0 0 0 .821 1.152Z"},
rhUiIcon: null,
};
export declare const RhUiHubFillIcon: ComponentClass<SVGIconProps>;
export default RhUiHubFillIcon;