@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 792 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardRunArrowIconConfig = {
name: 'RhStandardRunArrowIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"m18.44 17.56-13-13a.62.62 0 0 0-.88.88L17.12 18 4.56 30.56a.61.61 0 0 0 0 .88.63.63 0 0 0 .88 0l13-13a.61.61 0 0 0 0-.88Z"},{"path":"m25.44 17.56-13-13a.62.62 0 0 0-.88.88L24.12 18 11.56 30.56a.61.61 0 0 0 0 .88.63.63 0 0 0 .88 0l13-13a.61.61 0 0 0 0-.88Z"},{"path":"m32.44 17.56-13-13a.62.62 0 0 0-.88.88L31.12 18 18.56 30.56a.61.61 0 0 0 0 .88.63.63 0 0 0 .88 0l13-13a.61.61 0 0 0 0-.88Z"}]},
rhUiIcon: null,
};
export const RhStandardRunArrowIcon = createIconBase(RhStandardRunArrowIconConfig);
export default RhStandardRunArrowIcon;