@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 802 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 GYSiGlyphDoor = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-door",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "m4.083.041 6.959 2.667v12.084l-6.709-1.709-.208.834 7.803 2v-2.042l1.968-.001V.041H4.083Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M9 8h.875v.875H9z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDoor };