@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.07 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardSharedWorkspaceIconConfig = {
name: 'RhStandardSharedWorkspaceIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M26.29 10.79a3.61 3.61 0 1 0-4.58 0A6.63 6.63 0 0 0 17.38 17a.62.62 0 0 0 .62.62h12a.62.62 0 0 0 .62-.62 6.63 6.63 0 0 0-4.33-6.21ZM21.62 8a2.38 2.38 0 0 1 4.75 0 2.38 2.38 0 0 1-4.75 0Zm-3 8.38a5.38 5.38 0 0 1 10.68 0Zm-5.33 8.41a3.61 3.61 0 1 0-4.58 0A6.63 6.63 0 0 0 4.38 31a.62.62 0 0 0 .62.62h12a.62.62 0 0 0 .62-.62 6.63 6.63 0 0 0-4.33-6.21ZM8.62 22a2.38 2.38 0 0 1 4.75 0 2.38 2.38 0 0 1-4.75 0Zm-3 8.38a5.38 5.38 0 0 1 10.68 0Zm22.48-11a.63.63 0 0 0-.63.62v7.38H20.1a.62.62 0 0 0 0 1.24h8a.62.62 0 0 0 .62-.62v-8a.62.62 0 0 0-.62-.62ZM8 16.62a.62.62 0 0 0 .62-.62V8.62H16a.62.62 0 0 0 0-1.24H8a.62.62 0 0 0-.62.62v8a.62.62 0 0 0 .62.62Z"},
rhUiIcon: null,
};
export const RhStandardSharedWorkspaceIcon = createIconBase(RhStandardSharedWorkspaceIconConfig);
export default RhStandardSharedWorkspaceIcon;