webdlh-net/wwwroot/lib/lucide/dist/esm/icons/bot-message-square.js

32 lines
738 B
JavaScript

/**
* @license lucide-static v0.511.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 = `
<svg
class="lucide lucide-bot-message-square"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<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" />
</svg>
`;
export { BotMessageSquare as default };
//# sourceMappingURL=bot-message-square.js.map