UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 722 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 ChatCircleThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 28a100 100 0 00-87.47 148.5l-11.9 35.69a12 12 0 0015.18 15.18l35.69-11.9A100 100 0 10128 28zm0 192a92 92 0 01-46.07-12.35 4.05 4.05 0 00-2-.54 3.93 3.93 0 00-1.27.21l-37.38 12.46a4 4 0 01-5.06-5.06l12.46-37.38a4 4 0 00-.33-3.27A92 92 0 11128 220z" })); exports.default = ChatCircleThin;