UNPKG

lucide-react

Version:

A Lucide icon library package for React applications

22 lines (18 loc) 532 B
/** * @license lucide-react v0.367.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 Paperclip = createLucideIcon("Paperclip", [ [ "path", { d: "m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48", key: "1u3ebp" } ] ]); export { Paperclip as default }; //# sourceMappingURL=paperclip.js.map