@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.18 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 GYSiGlyphDatabaseRemove = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-database-remove",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M7.43 5c3.551 0 6.43-1.242 6.43-2.579C13.86 1.084 10.981 0 7.43 0 3.879 0 1 1.084 1 2.421 1 3.758 3.879 5 7.43 5Zm6.449 7.917a.716.716 0 0 0 .031-.204V9.444c0 .655-2.932 1.636-6.447 1.636s-6.447-.98-6.447-1.636v3.269c0 1.188 2.887 2.146 6.447 2.146.885 0 1.728-.06 2.495-.166v-1.776h3.921Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M7.494 9.919c3.561 0 6.447-.982 6.447-2.196V4.377c0 .672-2.932 1.674-6.447 1.674S1.047 5.049 1.047 4.377v3.346c0 1.214 2.887 2.196 6.447 2.196ZM11 14h4v.912h-4z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDatabaseRemove };