first commit
This commit is contained in:
13
node_modules/lucide-react/dist/esm/icons/arrow-down-right.mjs
generated
vendored
Normal file
13
node_modules/lucide-react/dist/esm/icons/arrow-down-right.mjs
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* lucide-react v0.0.1 - ISC
|
||||
*/
|
||||
|
||||
import createLucideIcon from '../createLucideIcon.mjs';
|
||||
|
||||
const ArrowDownRight = createLucideIcon("ArrowDownRight", [
|
||||
["path", { d: "m7 7 10 10", key: "1fmybs" }],
|
||||
["path", { d: "M17 7v10H7", key: "6fjiku" }]
|
||||
]);
|
||||
|
||||
export { ArrowDownRight as default };
|
||||
//# sourceMappingURL=arrow-down-right.mjs.map
|
||||
Reference in New Issue
Block a user