UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 269 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgChevronRightSmall = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'm5.525 2-1.05 1.05L9.425 8l-4.95 4.95L5.525 14l6-6-6-6Z', }), );