iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.46 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 MessageCircle = (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-message-circle", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M5.821 4.91c3.899-2.765 9.468-2.539 13.073.535 3.667 3.129 4.168 8.238 1.152 11.898-2.841 3.447-7.965 4.583-12.231 2.805l-.233-.101-4.374.931-.04.006-.035.007h-.018l-.022.005h-.038L3.022 21l-.021-.001-.023.001-.033-.003H2.91l-.022-.004-.022-.002-.035-.007-.034-.005-.016-.004-.024-.005-.049-.016-.024-.005-.011-.005-.022-.007-.045-.02-.03-.012-.011-.006-.014-.006-.031-.018-.045-.024-.016-.011-.037-.026-.04-.027-.002-.004-.013-.009-.043-.04-.025-.02-.006-.007-.056-.062-.013-.014-.011-.014-.039-.056-.014-.019-.005-.01-.042-.073-.007-.012-.004-.008-.007-.012-.014-.038-.02-.042-.004-.016-.004-.01-.017-.061-.007-.018-.002-.015-.005-.019-.005-.033-.008-.042-.002-.031-.003-.01v-.016L2 20.022l.001-.036.001-.023.002-.053.004-.025v-.019l.008-.035.005-.034.005-.02.004-.02.018-.06.003-.013 1.15-3.45-.022-.037C.969 12.45 1.97 7.806 5.592 5.078z" }));
exports.default = MessageCircle;