UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 973 B
import { createIconBase } from '../createIcon.js'; export const RhStandardProgressionLinearIconConfig = { name: 'RhStandardProgressionLinearIcon', icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 19.38a.62.62 0 0 0-.62.62v3.38H19.62V12.62H27a.62.62 0 1 0 0-1.24h-8a.62.62 0 0 0-.62.62v12a.62.62 0 0 0 .62.62h12a.62.62 0 0 0 .62-.62v-4a.62.62 0 0 0-.62-.62Z"},{"path":"M23.44 17.56c-.56-.58-1.47.32-.88.88l2 2a.61.61 0 0 0 .88 0l6-6c.58-.56-.31-1.47-.88-.88L25 19.12Zm-5.86.2c.11 0-2.1-2.14-2.14-2.2-.56-.58-1.46.32-.88.88l.93.94h-3.87V15a.62.62 0 0 0-.62-.62H5a.62.62 0 0 0-.62.62v6a.62.62 0 0 0 .62.62h6a.62.62 0 0 0 .62-.62v-2.38h3.87l-.93.94a.62.62 0 0 0 .88.88l2-2a.68.68 0 0 0 .14-.68Zm-7.2 2.62H5.62v-4.76h4.76Z"}]}, rhUiIcon: null, }; export const RhStandardProgressionLinearIcon = createIconBase(RhStandardProgressionLinearIconConfig); export default RhStandardProgressionLinearIcon;