UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 278 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgSwap = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'm5 15-3.78125-3.5 3.78125-3.5v2h8v3h-8zm6-7 3.78125-3.5-3.78125-3.5v2h-8v3h8z', }), );