infinity-forge
Version:
9 lines • 831 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconChat = IconChat;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconChat(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '17', viewBox: '0 0 18 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M4.37881 13.8333L0.666687 16.75V1.33333C0.666687 0.8731 1.03979 0.5 1.50002 0.5H16.5C16.9603 0.5 17.3334 0.8731 17.3334 1.33333V13C17.3334 13.4602 16.9603 13.8333 16.5 13.8333H4.37881ZM3.80237 12.1667H15.6667V2.16667H2.33335V13.3209L3.80237 12.1667ZM8.16669 6.33333H9.83335V8H8.16669V6.33333ZM4.83335 6.33333H6.50002V8H4.83335V6.33333ZM11.5 6.33333H13.1667V8H11.5V6.33333Z', fill: color }) }));
}
//# sourceMappingURL=icon-chat.js.map