@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphButtonRemove = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphButtonRemove = function GYSiGlyphButtonRemove(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-button-remove",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.021.114C3.627.114.052 3.668.052 8.036s3.575 7.922 7.969 7.922c4.395 0 7.969-3.554 7.969-7.922S12.415.114 8.021.114ZM8.013 14.07c-3.329 0-6.04-2.724-6.04-6.071 0-3.347 2.711-6.071 6.04-6.071s6.039 2.725 6.039 6.071c0 3.348-2.71 6.071-6.039 6.071Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.813 8.982c-.265 0-.782-.298-.782-.986 0-.654.438-.959.732-.959l6.453-.002c.265 0 .783.299.783.987 0 .653-.438.958-.732.958l-6.454.002Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphButtonRemove = GYSiGlyphButtonRemove;