UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 893 B
"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 Chat = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-chat", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M2.678 11.894a1 1 0 01.287.801 11 11 0 01-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 01.71-.074A8 8 0 008 14c3.996 0 7-2.807 7-6s-3.004-6-7-6-7 2.808-7 6c0 1.468.617 2.83 1.678 3.894m-.493 3.905a22 22 0 01-.713.129c-.2.032-.352-.176-.273-.362a10 10 0 00.244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9 9 0 01-2.347-.306c-.52.263-1.639.742-3.468 1.105" })); exports.default = Chat;