UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 937 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 BrandBumble = (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-bumble", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M7 12h10M9 8h6M10 16h4M16.268 3H7.732a1.46 1.46 0 00-1.268.748l-4.268 7.509a1.507 1.507 0 000 1.486l4.268 7.509c.26.462.744.747 1.268.748h8.536a1.46 1.46 0 001.268-.748l4.268-7.509a1.507 1.507 0 000-1.486l-4.268-7.509A1.46 1.46 0 0016.268 3z" })); exports.default = BrandBumble;