@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCloudThunder = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCloudThunder = function GYSiGlyphCloudThunder(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-thunder",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m11.125 6.915-.998 2.046h6.891c-.139-1.433-1.061-2.543-2.189-2.543-.25 0-.487.067-.713.168-.694-1.041-1.83-1.722-3.118-1.722-.207 0-.407.021-.606.056-.682-1.135-1.869-1.889-3.223-1.889-1.912 0-3.492 1.498-3.781 3.455-.018 0-.033-.005-.051-.005-1.281 0-2.318 1.11-2.318 2.479h4.663l.944-2.058 4.499.013Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.701 10.071H8.59l.648-2.051H7.381l-1.029 2.925 1.336-.013-.657 3.037 2.67-3.898Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCloudThunder = GYSiGlyphCloudThunder;