dikplhd/public/assets/libs/lucide/esm/icons/chevron-left-square.js

18 lines
379 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const ChevronLeftSquare = [
"svg",
defaultAttributes,
[
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }],
["polyline", { points: "14,16 10,12 14,8" }]
]
];
export { ChevronLeftSquare as default };
//# sourceMappingURL=chevron-left-square.js.map