@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 744 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardShareIconConfig = {
name: 'RhStandardShareIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M26 20.38a.62.62 0 0 0-.62.62v6.88H5.62V8.12h19.76V15a.62.62 0 0 0 1.24 0V7.5a.62.62 0 0 0-.62-.62H5a.62.62 0 0 0-.62.62v21a.62.62 0 0 0 .62.62h21a.62.62 0 0 0 .62-.62V21a.62.62 0 0 0-.62-.62Z"},{"path":"M31.61 18.08a.63.63 0 0 0-.17-.52l-2-2c-.56-.58-1.46.32-.88.88l.93.94H19a.62.62 0 0 0 0 1.24h10.49l-.93.94a.62.62 0 0 0 .88.88l2-2a.64.64 0 0 0 .17-.36Z"}]},
rhUiIcon: null,
};
export const RhStandardShareIcon = createIconBase(RhStandardShareIconConfig);
export default RhStandardShareIcon;