UNPKG

@itwin/itwinui-react

Version:

A react component library for iTwinUI

22 lines (21 loc) 646 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true, }); Object.defineProperty(exports, 'SvgStatusError', { enumerable: true, get: function () { return SvgStatusError; }, }); const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard'); const _react = /*#__PURE__*/ _interop_require_wildcard._(require('react')); const _Svg = require('./Svg.js'); const SvgStatusError = (props) => _react.createElement( _Svg.Svg, props, _react.createElement('path', { d: 'M9 12H7v-2h2v2Zm0-3H7V4h2v5Zm2.314-9H4.686L0 4.686v6.628L4.686 16h6.628L16 11.314V4.686L11.314 0Z', }), );