@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCircleError = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCircleError = function GYSiGlyphCircleError(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-circle-error",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.618 2.397C10.513-.708 5.482-.713 2.383 2.386c-3.101 3.102-3.098 8.131.009 11.236 3.105 3.105 8.137 3.109 11.235.01 3.1-3.099 3.097-8.13-.009-11.235Zm-4.003 8.954L7.927 9.663l-1.688 1.688c-.689.689-1.207 1.289-2.029.468-.82-.821-.223-1.339.469-2.029l1.688-1.687-1.688-1.688c-.69-.689-1.289-1.207-.469-2.029.822-.82 1.34-.221 2.029.469l1.688 1.686 1.688-1.686c.69-.689 1.205-1.29 2.027-.469.822.822.223 1.34-.467 2.029L9.487 8.102l1.688 1.687c.689.691 1.289 1.209.467 2.03-.82.821-1.337.221-2.027-.468Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphCircleError = GYSiGlyphCircleError;