UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 710 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 ChatTeardropDotsThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M140 128a8 8 0 11-8-8 8 8 0 018 8zm-52-8a8 8 0 108 8 8 8 0 00-8-8zm88 0a8 8 0 108 8 8 8 0 00-8-8zm52 4a96.11 96.11 0 01-96 96H48a12 12 0 01-12-12v-84a96 96 0 01192 0zm-8 0a88 88 0 00-176 0v84a4 4 0 004 4h84a88.1 88.1 0 0088-88z" })); exports.default = ChatTeardropDotsThin;