iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1 kB
JavaScript
;
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 BrandTopbuzz = (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-topbuzz", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M4.417 8.655a.524.524 0 01-.405-.622l.986-4.617a.524.524 0 01.626-.404l14.958 3.162c.285.06.467.339.406.622l-.987 4.618a.524.524 0 01-.625.404l-4.345-.92c-.198-.04-.315.024-.353.197l-2.028 9.49a.527.527 0 01-.625.404l-4.642-.982a.527.527 0 01-.406-.622l2.028-9.493c.037-.17-.031-.274-.204-.31l-4.384-.927z" }));
exports.default = BrandTopbuzz;