14 lines
363 B
JavaScript
14 lines
363 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const ArrowBigLeftDash = createLucideIcon("ArrowBigLeftDash", [
|
|
["path", { d: "M19 15V9", key: "1hci5f" }],
|
|
["path", { d: "M15 15h-3v4l-7-7 7-7v4h3v6z", key: "16tjna" }]
|
|
]);
|
|
|
|
export { ArrowBigLeftDash as default };
|
|
//# sourceMappingURL=arrow-big-left-dash.mjs.map
|