25 lines
629 B
JavaScript
25 lines
629 B
JavaScript
/**
|
|
* @license lucide v0.424.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const BotMessageSquare = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["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
|