first commit
This commit is contained in:
16
node_modules/lucide-react/dist/esm/icons/chevron-left-square.mjs
generated
vendored
Normal file
16
node_modules/lucide-react/dist/esm/icons/chevron-left-square.mjs
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* lucide-react v0.0.1 - ISC
|
||||
*/
|
||||
|
||||
import createLucideIcon from '../createLucideIcon.mjs';
|
||||
|
||||
const ChevronLeftSquare = createLucideIcon("ChevronLeftSquare", [
|
||||
[
|
||||
"rect",
|
||||
{ width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }
|
||||
],
|
||||
["path", { d: "m14 16-4-4 4-4", key: "ojs7w8" }]
|
||||
]);
|
||||
|
||||
export { ChevronLeftSquare as default };
|
||||
//# sourceMappingURL=chevron-left-square.mjs.map
|
||||
Reference in New Issue
Block a user