UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 742 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 ChatsBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 76h-28V48a20 20 0 00-20-20H40a20 20 0 00-20 20v128a12 12 0 0019.54 9.33l28.46-23V184a20 20 0 0020 20h92.17l36.29 29.33A12 12 0 00236 224V96a20 20 0 00-20-20zM44 150.87V52h120v80H71.58a12 12 0 00-7.58 2.67zm168 48l-20-16.2a12 12 0 00-7.54-2.67H92v-24h76a20 20 0 0020-20v-36h24z" })); exports.default = ChatsBold;