@icongo/gy
Version:
Glyph Iconset Icons
43 lines (42 loc) • 1.93 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSolarBlind = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSolarBlind = function GYSiGlyphSolarBlind(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(3)",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 11.45,
cy: 13.017,
className: "prefix__si-glyph-fill",
rx: 1.45,
ry: 2.017
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 0h16v1.969H0zm1 3h12v1.021H1zm0 2h12v1.02H1zm0 2v.954h12V7H1Zm0 2h12v1.993H1z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphSolarBlind = GYSiGlyphSolarBlind;