UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 250 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgUpload = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'm2 5h4v7h4v-7h4l-6-5zm12 6v3h-12v-3h-2v5h16v-5z', }), );