19 lines
390 B
JavaScript
19 lines
390 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const ArrowDownFromLine = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["line", { x1: "12", x2: "12", y1: "21", y2: "7" }],
|
|
["polyline", { points: "6 15 12 21 18 15" }],
|
|
["path", { d: "M19 3H5" }]
|
|
]
|
|
];
|
|
|
|
export { ArrowDownFromLine as default };
|
|
//# sourceMappingURL=arrow-down-from-line.js.map
|