|
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const ArrowBigRight = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[["path", { d: "M6 9h6V5l7 7-7 7v-4H6V9z" }]]
|
|
];
|
|
|
|
export { ArrowBigRight as default };
|
|
//# sourceMappingURL=arrow-big-right.js.map
|