14 lines
353 B
JavaScript
14 lines
353 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const ArrowBigUpDash = createLucideIcon("ArrowBigUpDash", [
|
|
["path", { d: "M9 19h6", key: "456am0" }],
|
|
["path", { d: "M9 15v-3H5l7-7 7 7h-4v3H9z", key: "1r2uve" }]
|
|
]);
|
|
|
|
export { ArrowBigUpDash as default };
|
|
//# sourceMappingURL=arrow-big-up-dash.mjs.map
|