UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 252 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgChevronLeft = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'm11.3 0 1.4 1.4-6.6 6.6 6.6 6.6-1.4 1.4-8-8z', }), );