UNPKG

lucide-static

Version:

Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.

39 lines (36 loc) 970 B
/** * @license lucide-static v0.539.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const MessageSquareDashed = ` <svg class="lucide lucide-message-square-dashed" 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 19h.01" /> <path d="M12 3h.01" /> <path d="M16 19h.01" /> <path d="M16 3h.01" /> <path d="M2 13h.01" /> <path d="M2 17v4.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H8" /> <path d="M2 5a2 2 0 0 1 2-2" /> <path d="M2 9h.01" /> <path d="M20 3a2 2 0 0 1 2 2" /> <path d="M22 13h.01" /> <path d="M22 17a2 2 0 0 1-2 2" /> <path d="M22 9h.01" /> <path d="M8 3h.01" /> </svg> `; export { MessageSquareDashed as default }; //# sourceMappingURL=message-square-dashed.js.map