UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 276 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgSortDown = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'm7 0v12.7l-3.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.7v-12.7z', }), );