@icongo/gy
Version:
Glyph Iconset Icons
35 lines • 1.43 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 GYSiGlyphSolarBlind = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-solar-blind",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsxs("g", {
transform: "translate(3)",
children: [/*#__PURE__*/_jsx("path", {
d: "M11.502 12.02c-.25 0-.453-.161-.453-.36V1.041c0-.199.203-.36.453-.36s.454.161.454.36V11.66c0 .198-.204.36-.454.36Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("ellipse", {
cx: 11.45,
cy: 13.017,
className: "prefix__si-glyph-fill",
rx: 1.45,
ry: 2.017
}), /*#__PURE__*/_jsx("path", {
d: "M.906 9.664c-.25.055-.867.025-.867-.092V.443c0-.158 1.015-.158 1.015 0L.913 9.572c0 .041.081.072-.007.092ZM7 9.52V.284c0-.157 1.024.008 1.024.165v9.236C8.024 9.842 7 9.677 7 9.52Z",
className: "prefix__si-glyph-fill"
})]
}), /*#__PURE__*/_jsx("path", {
d: "M0 0h16v1.969H0zm1 3h12v1.021H1zm0 2h12v1.02H1zm0 2v.954h12V7H1Zm0 2h12v1.993H1z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphSolarBlind };