iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.01 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 Bubble = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-bubble", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12.4 2a6.33 6.33 0 015.491 3.176l.09.162.126.027a6.335 6.335 0 014.889 5.934l.004.234a6.333 6.333 0 01-6.333 6.334l-.035-.002-.035.05a5.26 5.26 0 01-3.958 2.08L12.4 20q-.722 0-1.404-.19l-.047-.014-3.434 2.061a1 1 0 01-1.509-.743L6 21v-2.434l-.121-.06a3.67 3.67 0 01-1.94-3.042l-.006-.197q0-.365.07-.717l.013-.058-.113-.09a5.8 5.8 0 01-2.098-4.218l-.005-.25a5.8 5.8 0 015.8-5.8l.058.001.15-.163a6.32 6.32 0 014.328-1.967z" }));
exports.default = Bubble;