UNPKG

@patternfly/react-icons

Version:
12 lines 411 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const SortUpIconConfig: { name: 'SortUpIcon', height: 512, width: 320, svgPath: 'M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z', yOffset: 0, xOffset: 0, }; export declare const SortUpIcon: React.ComponentClass<SVGIconProps>; export default SortUpIcon;