lucide
Version:
A Lucide icon library package for web and javascript applications.
19 lines (16 loc) • 521 B
JavaScript
/**
* @license lucide v0.525.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const BotMessageSquare = [
["path", { d: "M12 6V2H8" }],
["path", { d: "m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z" }],
["path", { d: "M2 12h2" }],
["path", { d: "M9 11v2" }],
["path", { d: "M15 11v2" }],
["path", { d: "M20 12h2" }]
];
export { BotMessageSquare as default };
//# sourceMappingURL=bot-message-square.js.map