@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.87 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDiscError = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDiscError = function GYSiGlyphDiscError(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-disc-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.172 14.414 4.198-4.199 1.393 1.393-4.2 4.199z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m11.172 11.586 1.393-1.393 4.198 4.199-1.393 1.393zM8.988 6.022a1.977 1.977 0 1 0 0 3.953 1.978 1.978 0 0 0 1.979-1.976 1.98 1.98 0 0 0-1.979-1.977Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.958 7.969c0-4.413-3.573-7.906-7.979-7.906C4.573.063 1 3.556 1 7.969c0 4.412 3.572 7.989 7.979 7.989.34 0 .674-.026 1.001-.071v-4.935a2.998 2.998 0 0 1-.979.173c-1.721 0-3.115-1.406-3.115-3.14 0-1.735 1.395-3.142 3.115-3.142 1.719 0 3.115 1.406 3.115 3.142 0 .356-.072.695-.182 1.015h4.933c.053-.348.091-.693.091-1.031ZM6.15 11.676l-1.518 1.518-.868-.869 1.518-1.518.868.869Zm6.462-6.399-.869-.869 1.518-1.518.869.869-1.518 1.518Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDiscError = GYSiGlyphDiscError;