lucide-react
Version:
A Lucide icon library package for React applications.
28 lines (24 loc) • 650 B
JavaScript
/**
* @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: "paperclip",
size: 24,
node: [
[
"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"
}
]
]
};
__iconData.node;
const Paperclip = createLucideIcon(__iconData);
export { __iconData, Paperclip as default };
//# sourceMappingURL=paperclip.mjs.map