@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.09 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardWebsiteIconConfig: {
name: 'RhStandardWebsiteIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M10 11.37a.62.62 0 0 0-.61.63.61.61 0 0 0 .61.62.62.62 0 0 0 .63-.62.63.63 0 0 0-.63-.63Zm-2 0a.62.62 0 0 0-.61.63.61.61 0 0 0 .61.62.62.62 0 0 0 .62-.62.63.63 0 0 0-.62-.63Z"},{"path":"M31 8.38H5a.62.62 0 0 0-.62.62v18a.62.62 0 0 0 .62.62h26a.62.62 0 0 0 .62-.62V9a.62.62 0 0 0-.62-.62Zm-.62 18H5.62V9.62h24.76Z"},{"path":"M18 15.38H8a.62.62 0 0 0-.62.62v8a.62.62 0 0 0 .62.62h10a.62.62 0 0 0 .62-.62v-8a.62.62 0 0 0-.62-.62Zm-.62 8H8.62v-6.76h8.76ZM13 12.62h15a.62.62 0 1 0 0-1.24H13a.62.62 0 0 0 0 1.24Zm15 3.76h-7a.62.62 0 0 0 0 1.24h7a.62.62 0 0 0 0-1.24Zm0 3h-7a.62.62 0 0 0 0 1.24h7a.62.62 0 0 0 0-1.24Zm-4 3h-3a.62.62 0 0 0 0 1.24h3a.62.62 0 0 0 0-1.24Z"}]},
rhUiIcon: null,
};
export declare const RhStandardWebsiteIcon: ComponentClass<SVGIconProps>;
export default RhStandardWebsiteIcon;