UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 251 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgClose = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'm14 0-6 6-6-6-2 2 6 6-6 6 2 2 6-6 6 6 2-2-6-6 6-6', }), );