UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 839 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 Meteor = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-meteor", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M21.874 3.486L17.7 11H21c.846 0 1.293.973.791 1.612l-.074.085-6.9 7.095A7.5 7.5 0 114.607 8.818l7.746-6.58c.722-.614 1.814.028 1.628.958l-.577 2.879 7.11-3.95c.88-.488 1.849.481 1.36 1.36M9.5 11a3.5 3.5 0 00-3.495 3.308L6 14.5A3.5 3.5 0 109.5 11" })); exports.default = Meteor;