iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.09 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 BubbleText = (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-text", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12.4 2l.253.005a6.34 6.34 0 015.235 3.166l.089.163.178.039a6.33 6.33 0 014.254 3.406l.105.228a6.334 6.334 0 01-5.74 8.865l-.144-.002-.037.052a5.26 5.26 0 01-5.458 1.926l-.186-.051-3.435 2.06a1 1 0 01-1.508-.743L6 21v-2.435l-.055-.026a3.67 3.67 0 01-1.554-1.498l-.102-.199a3.67 3.67 0 01-.312-2.14l.038-.21-.116-.092a5.8 5.8 0 01-1.887-6.025l.071-.238a5.8 5.8 0 015.42-4.004h.157l.15-.165a6.33 6.33 0 014.33-1.963zM14 13H9a1 1 0 000 2h5a1 1 0 000-2m3-4H7a1 1 0 100 2h10a1 1 0 000-2" }));
exports.default = BubbleText;