UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 721 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 ChatCircleLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 26a102 102 0 00-89.65 150.69l-11.62 34.87a14 14 0 0017.71 17.71l34.87-11.62A102 102 0 10128 26zm0 192a90 90 0 01-45.06-12.08 6.09 6.09 0 00-3-.81 6.2 6.2 0 00-1.9.31l-37.39 12.46a2 2 0 01-2.53-2.53L50.58 178a6 6 0 00-.5-4.91A90 90 0 11128 218z" })); exports.default = ChatCircleLight;