iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.35 kB
JavaScript
"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 BrandRumble = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-rumble", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M19.993 9.108c.383.4.687.863.893 1.368a4.195 4.195 0 01.006 3.166 4.37 4.37 0 01-.887 1.372 20.233 20.233 0 01-2.208 2 20.615 20.615 0 01-2.495 1.669 21.322 21.322 0 01-5.622 2.202 4.213 4.213 0 01-3.002-.404 3.98 3.98 0 01-1.163-.967 3.796 3.796 0 01-.695-1.312C3.621 14.3 3.798 9.89 4.954 5.972c.609-2.057 2.643-3.349 4.737-2.874 3.88.88 7.52 3.147 10.302 6.01z" }),
React.createElement("path", { d: "M14.044 13.034c.67-.505.67-1.489 0-2.01a14.824 14.824 0 00-1.498-1.044 15.783 15.783 0 00-1.62-.865c-.77-.35-1.63.139-1.753.973a15.385 15.385 0 00-.1 3.786 1.232 1.232 0 001.715 1.027 14.783 14.783 0 001.694-.827 14.46 14.46 0 001.562-1.035v-.005z" }));
exports.default = BrandRumble;