iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 638 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 ChatIcon = (props) => React.createElement("svg", { "aria-label": "chat icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6 6h12v2H6V6zm0 3h12v2H6V9zm0 3h8v2H6v-2zM4 4v12h4v2l2.667-2H20V4H4zm2 18v-4H4c-1.103 0-2-.897-2-2V4c0-1.103.897-2 2-2h16c1.103 0 2 .897 2 2v12c0 1.103-.897 2-2 2h-8.667L6 22z" }));
exports.default = ChatIcon;