iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 689 B
JavaScript
;
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 ChatsFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 96a16 16 0 00-16-16h-32V48a16 16 0 00-16-16H40a16 16 0 00-16 16v128a8 8 0 0013 6.22L72 154v30a16 16 0 0016 16h93.59L219 230.22a8 8 0 005 1.78 8 8 0 008-8zm-42.55 89.78a8 8 0 00-5-1.78H88v-32h80a16 16 0 0016-16V96h32v111.25z" }));
exports.default = ChatsFill;