Files
lcbp3.np-dms.work/frontend/node_modules/lucide-react/dist/esm/icons/paperclip.js
2025-09-21 20:29:15 +07:00

22 lines
532 B
JavaScript

/**
* @license lucide-react v0.441.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