@icongo/gy
Version:
Glyph Iconset Icons
26 lines • 1.35 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphDiscRemove = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-disc-remove",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M13 14h3.938v1.969H13z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_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.989a7.881 7.881 0 0 0 2.992-.601v-2.402h3.314c.941-1.319 1.673-3.255 1.673-4.986ZM4.633 13.193l-.868-.869 1.518-1.518.868.869-1.518 1.518ZM9 11.125c-1.721 0-3.115-1.406-3.115-3.14C5.885 6.25 7.28 4.843 9 4.843c1.719 0 3.115 1.406 3.115 3.142 0 1.734-1.396 3.14-3.115 3.14Zm3.612-5.848-.869-.869 1.518-1.518.869.869-1.518 1.518Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M8.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"
})]
})
}));
export { GYSiGlyphDiscRemove };