@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.11 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 GYSiGlyphButtonRemove = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphButtonRemove };