@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 908 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardRestroomsIconConfig: {
name: 'RhStandardRestroomsIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31 17.38H8a.62.62 0 0 0-.62.62v4a.62.62 0 0 0 .62.62h2.38V31a.62.62 0 0 0 .62.62h13a.62.62 0 0 0 .62-.62v-5.41a7.62 7.62 0 0 0 7-7.59.62.62 0 0 0-.62-.62Zm-19.38 13V22a.62.62 0 0 0-.62-.62H8.63v-2.76h7.78a7.62 7.62 0 0 0 7 7v4.79Zm12.38-6a6.38 6.38 0 0 1-6.34-5.76h12.68A6.38 6.38 0 0 1 24 24.38Zm-7-7.76h14a.62.62 0 0 0 0-1.24H17a.62.62 0 0 0 0 1.24ZM14.62 16V5a.62.62 0 0 0-.62-.62H5a.62.62 0 0 0-.62.62v11a.62.62 0 0 0 .62.62h9a.62.62 0 0 0 .62-.62Zm-1.24-.62H5.62V5.62h7.76Z"},
rhUiIcon: null,
};
export declare const RhStandardRestroomsIcon: ComponentClass<SVGIconProps>;
export default RhStandardRestroomsIcon;