|
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const ChevronRight = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[["polyline", { points: "9 18 15 12 9 6" }]]
|
|
];
|
|
|
|
export { ChevronRight as default };
|
|
//# sourceMappingURL=chevron-right.js.map
|