UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 938 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 ChatSlashDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 64v128a8 8 0 01-8 8H80l-34.85 30.11A8 8 0 0132 224V64a8 8 0 018-8h176a8 8 0 018 8z", opacity: ".2" }), React.createElement("path", { d: "M53.92 34.62a8 8 0 10-11.84 10.76L44.46 48H40a16 16 0 00-16 16v160a15.85 15.85 0 009.24 14.5A16.13 16.13 0 0040 240a15.94 15.94 0 0010.26-3.78l.08-.07L83 208h106.92l12.16 13.38a8 8 0 1011.84-10.76zM80 192a8 8 0 00-5.23 1.95L40 224V64h19l116.37 128zM232 64v122a8 8 0 01-16 0V64H105.79a8 8 0 010-16H216a16 16 0 0116 16z" })); exports.default = ChatSlashDuotone;