Halfway done
This commit is contained in:
21
node_modules/lucide-react/dist/esm/icons/paperclip.js
generated
vendored
Normal file
21
node_modules/lucide-react/dist/esm/icons/paperclip.js
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide-react v0.427.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
|
||||
Reference in New Issue
Block a user