UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 309 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgCaretDownSmall = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'M4.807 6h6.395a.28.28 0 0 1 .24.443L8.27 9.9a.34.34 0 0 1-.481 0L4.566 6.443A.27.27 0 0 1 4.806 6z', }), );