UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 688 B
import { createIconBase } from '../createIcon.js'; export const RhUiSortUpSmallToLargeIconConfig = { name: 'RhUiSortUpSmallToLargeIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 16a1 1 0 0 1-1 1H15a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-5 5H15a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2Zm-4 6h-6a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Zm-6-17a.999.999 0 0 0 .707-1.707l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 .707.293Z"}, rhUiIcon: null, }; export const RhUiSortUpSmallToLargeIcon = createIconBase(RhUiSortUpSmallToLargeIconConfig); export default RhUiSortUpSmallToLargeIcon;