iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 929 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 ChatCircleSlash = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M53.92 34.62a8 8 0 10-11.84 10.76l10.25 11.28a104.06 104.06 0 00-16.15 120.22l-11.35 34.05a16 16 0 0020.24 20.24l34.05-11.35a104 104 0 00112.7-9.73l10.26 11.29a8 8 0 1011.84-10.76zM128 216a87.87 87.87 0 01-44.06-11.81 8 8 0 00-6.54-.66L40 216l12.47-37.4a8 8 0 00-.66-6.54A88 88 0 0163.14 68.54L181 198.23A87.77 87.77 0 01128 216zm104-88a104.15 104.15 0 01-12.38 49.25 8 8 0 01-14.09-7.58A88 88 0 0093.88 46.86a8 8 0 01-6.21-14.75A104.06 104.06 0 01232 128z" }));
exports.default = ChatCircleSlash;