iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 907 B
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 BubbleTea = (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-bubble-tea", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M17.95 9l-1.478 8.69c-.25 1.463-.374 2.195-.936 2.631-1.2.931-6.039.88-7.172 0-.562-.436-.687-1.168-.936-2.632L5.95 9M6 9l.514-1.286a5.908 5.908 0 0110.972 0L18 9M5 9h14M12 9l4-7M10.01 14h.01M11.02 18h.01M13.02 16h.01" }));
exports.default = BubbleTea;