UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

27 lines (23 loc) 668 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: "key", size: 24, node: [ ["path", { d: "m2 21 9.6-9.6", key: "9l79m3" }], [ "path", { d: "m7.5 15.5 2.3 2.3a1 1 0 0 1 0 1.4l-2.1 2.1a1 1 0 0 1-1.4 0L4 19", key: "fw8biw" } ], ["circle", { cx: "15.5", cy: "7.5", r: "5.5", key: "4wxmhb" }] ] }; __iconData.node; const Key = createLucideIcon(__iconData); export { __iconData, Key as default }; //# sourceMappingURL=key.mjs.map