UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 233 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgDocument = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'M10 0H2v16h12V4h-4zm1 0v3h3z', }), );