19 lines
388 B
JavaScript
19 lines
388 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const ArrowLeftFromLine = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["line", { x1: "3", x2: "17", y1: "12", y2: "12" }],
|
|
["polyline", { points: "9 6 3 12 9 18" }],
|
|
["path", { d: "M21 19V5" }]
|
|
]
|
|
];
|
|
|
|
export { ArrowLeftFromLine as default };
|
|
//# sourceMappingURL=arrow-left-from-line.js.map
|