iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 767 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 ChatCircleSlashFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M213.92 210.62a8 8 0 11-11.84 10.76l-10.26-11.29a104 104 0 01-112.7 9.73l-34.05 11.35a16 16 0 01-20.24-20.24l11.35-34.05A104.06 104.06 0 0152.33 56.66L42.08 45.38a8 8 0 1111.84-10.76zM128 24a103.39 103.39 0 00-40.33 8.11 8 8 0 00-2.81 12.75l121.8 134a8 8 0 0013-1.59A104 104 0 00128 24z" }));
exports.default = ChatCircleSlashFill;