UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 718 B
/** * @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-arrow-out-down-left", size: 24, node: [ ["path", { d: "M2 12a10 10 0 1 1 10 10", key: "1yn6ov" }], ["path", { d: "m2 22 10-10", key: "28ilpk" }], ["path", { d: "M8 22H2v-6", key: "sulq54" }] ], aliases: ["arrow-down-left-from-circle"] }; __iconData.node; const CircleArrowOutDownLeft = createLucideIcon(__iconData); export { __iconData, CircleArrowOutDownLeft as default }; //# sourceMappingURL=circle-arrow-out-down-left.mjs.map