@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 860 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardServerStackIconConfig = {
name: 'RhStandardServerStackIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M27 26.62a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Zm0-8a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Zm0-8a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Z"},{"path":"M31 4.38H5a.61.61 0 0 0-.62.62v26a.61.61 0 0 0 .62.62h26a.61.61 0 0 0 .62-.62V5a.61.61 0 0 0-.62-.62Zm-.62 26H5.62V5.62h24.76Z"},{"path":"M9 10.62h6a.62.62 0 0 0 0-1.24H9a.62.62 0 0 0 0 1.24Zm0 16h6a.62.62 0 0 0 0-1.24H9a.62.62 0 1 0 0 1.24Zm0-8h6a.62.62 0 0 0 0-1.24H9a.62.62 0 0 0 0 1.24Z"}]},
rhUiIcon: null,
};
export const RhStandardServerStackIcon = createIconBase(RhStandardServerStackIconConfig);
export default RhStandardServerStackIcon;