iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 622 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 ChatFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 64v128a16 16 0 01-16 16H83l-32.6 28.16-.09.07A15.89 15.89 0 0140 240a16.05 16.05 0 01-6.79-1.52A15.84 15.84 0 0124 224V64a16 16 0 0116-16h176a16 16 0 0116 16z" }));
exports.default = ChatFill;