@icongo/gy
Version:
Glyph Iconset Icons
29 lines • 1.28 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 GYSiGlyphOpen = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-open",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M6.969 7h-1v2.031h1v-.062H7V7h-.031Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#434343",
d: "M5.969 7h1v-.979L5.031 6v5.958h.938v-2.02h1v-.907h-1V7ZM7 7h1v1.969H7z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M2.984 7.016v-.021H1v.021H.984v3.937H1v.078h1.984v-.078H3V7.016h-.016Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#434343",
d: "M3 7h.947v3.938H3zM1 6h1.984v.943H1zm0 5h1.984v.953H1zM0 7h.949v3.938H0zm15.031-.969V7.5l-1.062-.875v-.594h-.953v5.938h.953V8.031l1.062.875v3.063h.922V6.031h-.922Zm-4.947-.005H9.016v5.963h1.068v-.02h1.885v-.938H9.953V8.969h2.016v-.938H9.953V6.953h2.016v-.906h-1.885v-.021Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphOpen };