dikplhd/public/assets/libs/lucide/esm/icons/arrow-big-right-dash.js

18 lines
331 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const ArrowBigRightDash = [
"svg",
defaultAttributes,
[
["path", { d: "M5 9v6" }],
["path", { d: "M9 9h3V5l7 7-7 7v-4H9V9z" }]
]
];
export { ArrowBigRightDash as default };
//# sourceMappingURL=arrow-big-right-dash.js.map