@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.88 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSnow = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSnow = function GYSiGlyphSnow(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-snow",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m13.822 9.445-.797-.461-.507.879-.934-.539.508-.879-.799-.461-.508.879-.804-.465V6.617l.804-.465.508.88.799-.462-.508-.879.934-.539.507.879.797-.459-.507-.88.88-.508-.468-.813-.881.51-.508-.88-.797.46.508.879-.934.539L10.607 4l-.798.461.507.88-.788.455-1.559-.906v-.937h1.015v-.922H7.969V1.953h1.015v-.922H7.969V.047h-.938v.984H6.016v.922h1.015v1.078H6.016v.922h1.015v.937l-1.559.906-.818-.472.508-.879-.797-.461-.508.879-.933-.539.508-.879-.799-.461-.508.879-.854-.492-.468.813.853.492-.508.879.799.461.508-.879.934.539-.508.879.797.461.507-.879.834.481v1.781l-.834.482-.507-.88-.797.46.508.879-.934.539L1.947 9l-.799.461.508.88-.853.492.468.813.854-.494.508.88.799-.462-.508-.879.933-.539.508.879.797-.459-.508-.88.832-.479 1.545.897v.921H6.016v.922h1.015v1.078H6.016v.922h1.015v1.016h.938v-1.016h1.015v-.922H7.969v-1.078h1.015v-.922H7.969v-.921l1.545-.897.802.463-.507.879.798.461.508-.879.934.539-.508.879.797.461.508-.879.881.508.468-.813-.88-.508.507-.879Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphSnow = GYSiGlyphSnow;