UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 1 kB
import { createIconBase } from '../createIcon.js'; export const RhStandardYenIncreasingIconConfig = { name: 'RhStandardYenIncreasingIcon', icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M27.442 9.558a.625.625 0 0 0-.884 0L18 18.116 9.442 9.558a.625.625 0 1 0-.884.884l7.933 7.933H12a.625.625 0 0 0 0 1.25h5.375v2.75H12a.625.625 0 0 0 0 1.25h5.375V31a.625.625 0 0 0 1.25 0v-7.375H24a.625.625 0 0 0 0-1.25h-5.375v-2.75H24a.625.625 0 0 0 0-1.25h-4.49l7.932-7.933a.626.626 0 0 0 0-.884Z"},{"path":"m16.442 7.442.933-.933V12a.625.625 0 0 0 1.25 0V6.509l.933.933a.622.622 0 0 0 .884 0 .626.626 0 0 0 0-.884l-2-2c-.016-.017-.038-.023-.055-.037a.624.624 0 0 0-.147-.097.624.624 0 0 0-.48 0 .586.586 0 0 0-.148.098c-.017.014-.038.02-.054.036l-2 2a.626.626 0 0 0 .884.884Z"}]}, rhUiIcon: null, }; export const RhStandardYenIncreasingIcon = createIconBase(RhStandardYenIncreasingIconConfig); export default RhStandardYenIncreasingIcon;