UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

30 lines (26 loc) 1.1 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: "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: "m16 9-5.5 5.5L8 12", key: "xofnsj" }], ["path", { d: "M17.609 3.721a10 10 0 012.69 2.7", key: "iyn141" }], ["path", { d: "M2.182 13.9a10 10 0 010-3.8", key: "68e3e5" }], ["path", { d: "M20.279 17.609a10 10 0 01-2.7 2.69", key: "wpakmt" }], ["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.391 20.279a10 10 0 01-2.69-2.7", key: "11rjuk" }] ] }; __iconData.node; const CircleDashedCheck = createLucideIcon(__iconData); export { __iconData, CircleDashedCheck as default }; //# sourceMappingURL=circle-dashed-check.mjs.map