@icongo/gy
Version:
Glyph Iconset Icons
49 lines (48 loc) • 1.93 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCloudSnow = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCloudSnow = function GYSiGlyphCloudSnow(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-snow",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(1 3)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.803 3.424c-.25 0-.486.067-.711.168-.693-1.043-1.827-1.725-3.11-1.725-.207 0-.407.021-.604.056C8.698.785 7.513.03 6.162.03c-1.907 0-3.483 1.501-3.771 3.462-.018 0-.034-.005-.051-.005-1.277 0-2.312 1.112-2.312 2.484h15.959c-.138-1.434-1.059-2.547-2.184-2.547Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 1.973,
cy: 7.973,
r: 0.973,
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 5.962,
cy: 9.962,
r: 0.962,
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 9.973,
cy: 7.973,
r: 0.973,
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13.962,
cy: 9.962,
r: 0.962,
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCloudSnow = GYSiGlyphCloudSnow;