iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 766 B
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 TropicalStorm = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-tropical-storm", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 9.5a2 2 0 100-4 2 2 0 000 4" }),
React.createElement("path", { d: "M9.5 2c-.9 0-1.75.216-2.501.6A5 5 0 0113 7.5a6.5 6.5 0 11-13 0 .5.5 0 011 0 5.5 5.5 0 008.001 4.9A5 5 0 013 7.5a6.5 6.5 0 0113 0 .5.5 0 01-1 0A5.5 5.5 0 009.5 2M8 3.5a4 4 0 100 8 4 4 0 000-8" }));
exports.default = TropicalStorm;