UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

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