UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 274 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgSortUp = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'm9 16v-12.7l3.8 3.7 1.2-1.2-6-5.8-1.2 1.2-4.8 4.6 1.2 1.2 3.8-3.7v12.7z', }), );