UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

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