@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 928 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardOperationsIconConfig = {
name: 'RhStandardOperationsIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 17.38H5a.62.62 0 0 0-.62.62v10a.62.62 0 0 0 .62.62h26a.62.62 0 0 0 .62-.62V18a.62.62 0 0 0-.62-.62Zm-.62 10H5.62v-8.76h24.76Z"},{"path":"M9 23.62h6a.62.62 0 0 0 0-1.24H9a.62.62 0 0 0 0 1.24Zm8.24-9.16A.63.63 0 0 0 18 14l1.24-5.85A.62.62 0 1 0 18 7.87l-1.25 5.85a.63.63 0 0 0 .49.74Zm3.76-.54a.61.61 0 0 0 .88 0l2.56-2.56a.61.61 0 0 0 0-.88l-2.56-2.57c-.56-.58-1.47.32-.88.89l2.12 2.12L21 13a.61.61 0 0 0 0 .92Zm-6.88 0A.63.63 0 1 0 15 13l-2.12-2.12L15 8.8c.58-.57-.31-1.47-.88-.89l-2.56 2.57a.61.61 0 0 0 0 .88Z"}]},
rhUiIcon: null,
};
export const RhStandardOperationsIcon = createIconBase(RhStandardOperationsIconConfig);
export default RhStandardOperationsIcon;