@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 711 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiSortDownSmallToLargeIconConfig = {
name: 'RhUiSortDownSmallToLargeIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M15.707 22.293a.999.999 0 0 1 0 1.414l-5.646 5.646c-.292.292-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L8 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 0 1 1.414 0ZM29 15H15a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2Zm-14-4h10a1 1 0 1 0 0-2H15a1 1 0 1 0 0 2Zm0-6h6a1 1 0 1 0 0-2h-6a1 1 0 1 0 0 2Z"},
rhUiIcon: null,
};
export const RhUiSortDownSmallToLargeIcon = createIconBase(RhUiSortDownSmallToLargeIconConfig);
export default RhUiSortDownSmallToLargeIcon;