UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 695 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 ChatCircleBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 20a108 108 0 00-96.15 157.23L21 209.66A20 20 0 0046.34 235l32.43-10.81A108 108 0 10128 20zm0 192a84 84 0 01-42.06-11.27 12 12 0 00-6-1.62 12.1 12.1 0 00-3.8.62l-29.79 9.93 9.93-29.79a12 12 0 00-1-9.81A84 84 0 11128 212z" })); exports.default = ChatCircleBold;