UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 856 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 Rumble = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M14.453 13.546a1.88 1.88 0 00.275-2.645 1.88 1.88 0 00-.275-.275A21.213 21.213 0 0010.14 7.85c-1.066-.51-2.256.2-2.426 1.414a23.523 23.523 0 00-.14 5.502c.116 1.23 1.292 1.964 2.372 1.492a19.628 19.628 0 004.506-2.704v-.008zm6.932-5.4a5.85 5.85 0 01.014 7.872 26.149 26.149 0 01-13.104 7.828 5.116 5.116 0 01-6.167-3.578c-1.524-5.2-1.3-11.08.17-16.305C3.07 1.22 5.651-.503 8.308.131c4.925 1.174 9.545 4.196 13.077 8.013v.001z" })); exports.default = Rumble;