iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 938 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 ChatCircleSlashBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M56.88 31.93a12 12 0 10-17.76 16.14l7.81 8.59a108 108 0 00-15.08 120.57L21 209.66A20 20 0 0046.34 235l32.43-10.81a108.08 108.08 0 00112.55-8.66l7.8 8.58a12 12 0 0017.76-16.14zM128 212a83.91 83.91 0 01-42-11.27 12 12 0 00-9.82-1l-29.79 9.93 9.93-29.79a12 12 0 00-1-9.82 84 84 0 017.94-95.49l111.84 123A83.83 83.83 0 01128 212zm108-84a107.22 107.22 0 01-8.65 42.4 12 12 0 01-22.07-9.4A84.07 84.07 0 00102.51 48a12 12 0 01-7.27-22.87A108.08 108.08 0 01236 128z" }));
exports.default = ChatCircleSlashBold;