iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 817 B
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 ChatCircleTextThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M164 112a4 4 0 01-4 4H96a4 4 0 010-8h64a4 4 0 014 4zm-4 28H96a4 4 0 000 8h64a4 4 0 000-8zm68-12a100 100 0 01-148.5 87.47l-35.69 11.9a12 12 0 01-15.18-15.18l11.9-35.69A100 100 0 11228 128zm-8 0a92 92 0 10-171.65 46.07 4 4 0 01.33 3.27l-12.46 37.38a4 4 0 005.06 5.06l37.38-12.46a3.93 3.93 0 011.27-.21 4.05 4.05 0 012 .54A92 92 0 00220 128z" }));
exports.default = ChatCircleTextThin;