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

18 lines
382 B
JavaScript

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