iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.02 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 BubbleTea2 = (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-2", ...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-7" }),
React.createElement("path", { d: "M7 14c.593.642 1.484 1.017 2.5 1 1.016.017 1.907-.358 2.5-1s1.484-1.017 2.5-1c1.016-.017 1.907.358 2.5 1" }));
exports.default = BubbleTea2;