@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.39 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCloudSun = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCloudSun = function GYSiGlyphCloudSun(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-cloud-sun",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.798 10.445c-.25 0-.487.066-.712.167-.693-1.035-1.827-1.712-3.111-1.712-.207 0-.408.022-.605.057-.681-1.129-1.867-1.879-3.219-1.879-1.906 0-3.483 1.49-3.771 3.436-.018 0-.034-.006-.051-.006-1.279 0-2.314 1.104-2.314 2.465h15.969c-.139-1.424-1.06-2.528-2.186-2.528Zm-3.829-2.271c.201-.035.403-.06.612-.06 1.015 0 1.933.447 2.62 1.171.475-.558.77-1.283.77-2.088 0-1.747-1.355-3.163-3.025-3.163-1.415 0-2.594 1.02-2.924 2.394.806.327 1.492.943 1.947 1.746Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphCloudSun = GYSiGlyphCloudSun;