UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 667 B
"use strict"; 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 Hurricane = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-hurricane", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M6.999 2.6A5.5 5.5 0 0115 7.5a.5.5 0 001 0 6.5 6.5 0 10-13 0 5 5 0 006.001 4.9A5.5 5.5 0 011 7.5a.5.5 0 00-1 0 6.5 6.5 0 1013 0 5 5 0 00-6.001-4.9M10 7.5a2 2 0 11-4 0 2 2 0 014 0" })); exports.default = Hurricane;