UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 841 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 ChatCircleDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 128a96 96 0 01-144.07 83.11l-37.39 12.47a8 8 0 01-10.12-10.12l12.47-37.39A96 96 0 11224 128z", opacity: ".2" }), React.createElement("path", { d: "M128 24a104 104 0 00-91.82 152.88l-11.35 34.05a16 16 0 0020.24 20.24l34.05-11.35A104 104 0 10128 24zm0 192a87.87 87.87 0 01-44.06-11.81 8 8 0 00-6.54-.67L40 216l12.47-37.4a8 8 0 00-.66-6.54A88 88 0 11128 216z" })); exports.default = ChatCircleDuotone;