UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 303 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgCloseSmall = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'm12.5 2-4.5 4.5-4.5-4.5-1.5 1.5 4.5 4.5-4.5 4.5 1.5 1.5 4.5-4.5 4.5 4.5 1.5-1.5-4.5-4.5 4.5-4.5z', }), );