UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

30 lines (26 loc) 1.15 kB
/** * @license lucide-react v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "message-circle-dashed-check", size: 24, node: [ ["path", { d: "M10.1 2.182a10 10 0 013.8 0", key: "upsxbf" }], ["path", { d: "M13.9 21.818a10 10 0 01-3.8 0", key: "ms125y" }], ["path", { d: "M17.609 3.72a10 10 0 012.69 2.7", key: "1jzhoq" }], ["path", { d: "M2.182 13.9a10 10 0 010-3.8", key: "68e3e5" }], ["path", { d: "M20.28 17.61a10 10 0 01-2.7 2.69", key: "1m37bo" }], ["path", { d: "M21.818 10.1a10 10 0 010 3.8", key: "w6g6ls" }], ["path", { d: "M3.721 6.391a10 10 0 012.7-2.69", key: "sn8908" }], ["path", { d: "m6.163 21.117-2.906.85a1 1 0 01-1.236-1.169l.965-2.98", key: "7908cd" }], ["path", { d: "m16 9-5.5 5.5L8 12", key: "xofnsj" }] ] }; __iconData.node; const MessageCircleDashedCheck = createLucideIcon(__iconData); export { __iconData, MessageCircleDashedCheck as default }; //# sourceMappingURL=message-circle-dashed-check.mjs.map