UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

11 lines (10 loc) 305 B
import * as React from 'react'; import { Svg } from './Svg.js'; export const SvgStatusError = (props) => React.createElement( Svg, props, React.createElement('path', { d: 'M9 12H7v-2h2v2Zm0-3H7V4h2v5Zm2.314-9H4.686L0 4.686v6.628L4.686 16h6.628L16 11.314V4.686L11.314 0Z', }), );