@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.23 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardSingleUseWorkspaceIconConfig = {
name: 'RhStandardSingleUseWorkspaceIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M6.5 29.12h15c.35 0 .62-.28.62-.62v-9c0-.34-.28-.62-.62-.62h-5c-.82 0-.82 1.25 0 1.25h4.38v7.75H7.12v-7.75h4.38c.82 0 .82-1.25 0-1.25h-5c-.35 0-.62.28-.62.62v9c0 .34.28.62.62.62ZM23 30.38H5c-.82 0-.82 1.25 0 1.25h18c.82 0 .82-1.25 0-1.25Z"},{"path":"M13.56 19.94c.06.06.12.11.2.14.16.05.32.05.48 0a.66.66 0 0 0 .2-.14.66.66 0 0 0 .14-.2c.06-.16.06-.32 0-.48a.558.558 0 0 0-.14-.2.633.633 0 0 0-.68-.14c-.08.03-.14.08-.2.14-.06.06-.11.12-.14.2-.07.16-.07.32 0 .48.03.07.08.14.14.2Zm10.79-5.65c4.52-2.79 2.53-9.92-2.85-9.91-5.37 0-7.37 7.12-2.85 9.91-1.07.31-2.09.8-3.01 1.46a.625.625 0 0 0 .72 1.02c5.5-4.04 13.62-.15 13.99 6.61h-5.06c-.82 0-.82 1.25 0 1.25h5.7c.35 0 .62-.28.62-.62 0-4.59-3.08-8.48-7.28-9.71Zm-6.97-4.54c.17-5.45 8.08-5.45 8.25 0-.17 5.45-8.08 5.45-8.25 0Z"}]},
rhUiIcon: null,
};
export const RhStandardSingleUseWorkspaceIcon = createIconBase(RhStandardSingleUseWorkspaceIconConfig);
export default RhStandardSingleUseWorkspaceIcon;