iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.22 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 ChatBubble2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.511 3.332a4.835 4.835 0 00-4.525-1.182 4.837 4.837 0 00-3.478 3.42 3.377 3.377 0 00.684 6.316 4.556 4.556 0 001.842 2.002 4.576 4.576 0 004.778-.127 3.407 3.407 0 004.673-1.89 3.378 3.378 0 00.87-6.165 3.573 3.573 0 00-2.22-2.435 3.566 3.566 0 00-2.624.061zm-.74 1.403a.75.75 0 00.991.155 2.076 2.076 0 013.191 1.428.75.75 0 00.436.572 1.877 1.877 0 01-.572 3.582.75.75 0 00-.66.597 1.907 1.907 0 01-2.836 1.266l-.185-.11a.75.75 0 00-.86.071 3.074 3.074 0 01-3.491.293 3.062 3.062 0 01-1.353-1.623.75.75 0 00-.632-.494 1.877 1.877 0 01-.408-3.647.75.75 0 00.499-.578 3.339 3.339 0 015.88-1.512zM4.75 20.75a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0zM9.617 15.423a2.25 2.25 0 100 4.5 2.25 2.25 0 000-4.5zm-.75 2.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z", fill: "#323544" }));
exports.default = ChatBubble2;