@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 819 B
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 GYSiGlyphDocumentRemove = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-document-remove",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M15.969 16V6.012H10V.062L4 0v14l4-.031V16h7.969Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M11 0v4.969h4.917L11 0ZM2 15v.937h4.99V15H2Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDocumentRemove };