UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.44 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphDocumentError = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphDocumentError = function GYSiGlyphDocumentError(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", className: "prefix__si-glyph prefix__si-glyph-document-error", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.016 3.984h4.981L11.016.016v3.968Zm-4.809 7.102L4.5 12.793l-1.707-1.707-.707.707L3.793 13.5l-1.707 1.707.707.707L4.5 14.207l1.707 1.707.707-.707L5.207 13.5l1.707-1.707-.707-.707Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M9.969 5.016V.011H4.034v10.4l.466.466 1.908-1.906 2.623 2.623L7.125 13.5l2.47 2.469h6.382V5.016H9.969Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphDocumentError = GYSiGlyphDocumentError;