iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.7 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Thunderstorm = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.323 14.916v-1.171a5.548 5.548 0 0 0-2.22-10.634 5.547 5.547 0 0 0-5.14 3.466 3.875 3.875 0 0 0-.967-.136 3.886 3.886 0 0 0-3.886 3.886 3.875 3.875 0 0 0 3.33 3.83v1.111C2.948 14.988 1 12.896 1 10.328A4.996 4.996 0 0 1 5.996 5.33c.12 0 .232.027.35.036C7.495 3.365 9.629 2 12.102 2a6.662 6.662 0 0 1 6.662 6.662c0 2.897-1.86 5.337-4.441 6.254zm-6.63-.863c.009-.026.015-.052.026-.077.008-.015.008-.033.017-.048l2.22-3.873a.553.553 0 0 1 .759-.205.56.56 0 0 1 .203.764l-1.746 3.045h1.82c.015 0 .028.007.042.008.027.003.053.01.08.016a.543.543 0 0 1 .133.046c.007.003.015.003.023.007.014.009.023.023.036.033.04.027.076.057.107.095.017.02.03.043.045.066a.52.52 0 0 1 .055.114c.01.032.015.065.02.1.003.024.014.045.014.07 0 .012-.006.022-.006.034a.554.554 0 0 1-.026.126c-.008.027-.014.053-.026.078-.007.016-.007.032-.016.048l-2.22 3.873a.553.553 0 0 1-.759.204.56.56 0 0 1-.203-.763l1.746-3.045h-1.82c-.015 0-.028-.008-.042-.009-.028-.002-.053-.01-.08-.016a.555.555 0 0 1-.132-.045c-.008-.004-.017-.003-.024-.007-.015-.01-.023-.024-.037-.033a.548.548 0 0 1-.106-.095c-.018-.02-.03-.043-.045-.065a.529.529 0 0 1-.055-.115c-.011-.033-.015-.066-.02-.1-.004-.024-.015-.045-.015-.07 0-.013.006-.022.007-.035a.558.558 0 0 1 .026-.126z", fill: "#000", fillRule: "evenodd" }));
exports.default = Thunderstorm;