@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 790 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardUmbrellaIconConfig = {
name: 'RhStandardUmbrellaIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M18 4.38A13.64 13.64 0 0 0 4.38 18a.62.62 0 0 0 .62.62h12.38V28a2.38 2.38 0 1 1-4.76 0 .62.62 0 1 0-1.24 0 3.62 3.62 0 0 0 7.24 0v-9.38H31a.62.62 0 0 0 .62-.62A13.64 13.64 0 0 0 18 4.38Zm5.36 13H12.64C12.79 11 15.18 5.62 18 5.62s5.21 5.38 5.36 11.76Zm-8.6-11.31c-1.95 2.2-3.27 6.38-3.37 11.31H5.64a12.39 12.39 0 0 1 9.12-11.31Zm9.85 11.31c-.1-4.93-1.42-9.11-3.37-11.31a12.39 12.39 0 0 1 9.12 11.31Z"},
rhUiIcon: null,
};
export const RhStandardUmbrellaIcon = createIconBase(RhStandardUmbrellaIconConfig);
export default RhStandardUmbrellaIcon;