UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

23 lines (19 loc) 584 B
/** * @license lucide-react v0.515.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.js'; const __iconNode = [ [ "path", { d: "m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551", key: "1miecu" } ] ]; const Paperclip = createLucideIcon("paperclip", __iconNode); export { __iconNode, Paperclip as default }; //# sourceMappingURL=paperclip.js.map