@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphWindow = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-window",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m8.885 7.826.896-6.236a8.133 8.133 0 0 1-.838-.439C6.855-.132 4.673-.085 3.052.257l-.984 6.566c1.524-.345 4.208-.586 6.817 1.003Zm7.292-.138.763-6.141c-1.033.472-3.404 1.293-5.962.406l-.887 6.183c2.474 1.334 4.938.237 6.086-.448ZM8.674 9.199c-2.565-1.586-5.317-1.243-6.702-.913l-.907 5.735c1.159-.484 4.051-.753 6.935.487l.718-5.284-.044-.025Zm6.564 6.538.803-6.436c-.854.432-2.109.902-3.527.902-.812 0-1.681-.16-2.553-.571l-.701 5.209c.066.039.135.066.204.107 2.12 1.257 4.257 1.15 5.774.789Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphWindow };