@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 867 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardShowerIconConfig = {
name: 'RhStandardShowerIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M22 20.38a.61.61 0 0 0-.62.62v10a.62.62 0 0 0 1.24 0V21a.61.61 0 0 0-.62-.62Zm5 0a.61.61 0 0 0-.62.62v10a.62.62 0 0 0 1.24 0V21a.61.61 0 0 0-.62-.62Zm-10 0a.61.61 0 0 0-.62.62v10a.62.62 0 0 0 1.24 0V21a.61.61 0 0 0-.62-.62Z"},{"path":"M22 8.38h-.94a9.11 9.11 0 0 0-16.65 4.45.51.51 0 0 0 0 .17v18a.62.62 0 0 0 1.24 0V13.5a7.86 7.86 0 0 1 14.04-4.83A9.63 9.63 0 0 0 12.38 18a.61.61 0 0 0 .62.62h18a.61.61 0 0 0 .62-.62A9.62 9.62 0 0 0 22 8.38Zm-8.35 9a8.37 8.37 0 0 1 16.7 0Z"}]},
rhUiIcon: null,
};
export const RhStandardShowerIcon = createIconBase(RhStandardShowerIconConfig);
export default RhStandardShowerIcon;