UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 741 B
"use strict"; 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 ChatSlashFill = (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.61a8 8 0 11-11.84 10.76L189.92 208H83l-32.6 28.16-.08.07A15.94 15.94 0 0140 240a16.13 16.13 0 01-6.8-1.52A15.85 15.85 0 0124 224V64a16 16 0 0116-16h4.46l-2.38-2.62a8 8 0 1111.84-10.76zM216 48H96.75a4 4 0 00-3 6.69L225 199.06a4 4 0 007-2.69V64a16 16 0 00-16-16z" })); exports.default = ChatSlashFill;