iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 978 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 ChatCircleSlashThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M51 37.31a4 4 0 00-6 5.38l12.83 14.07a100 100 0 00-17.3 119.74l-11.9 35.69a12 12 0 0015.18 15.18l35.69-11.9a100 100 0 00112.75-10.85L205 218.69a4 4 0 105.92-5.38zM128 220a92 92 0 01-46.07-12.35 4 4 0 00-3.27-.33l-37.38 12.46a4 4 0 01-5.06-5.06l12.46-37.38a4 4 0 00-.33-3.27A92 92 0 0163.22 62.69l123.64 136A91.75 91.75 0 01128 220zm100-92a100.28 100.28 0 01-11.9 47.36 4 4 0 01-3.53 2.1 3.91 3.91 0 01-1.89-.48 4 4 0 01-1.63-5.42A92 92 0 0092.33 43.17a4 4 0 01-3.11-7.37A100.05 100.05 0 01228 128z" }));
exports.default = ChatCircleSlashThin;