18 lines
300 B
JavaScript
18 lines
300 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const MoveRight = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "M18 8L22 12L18 16" }],
|
|
["path", { d: "M2 12H22" }]
|
|
]
|
|
];
|
|
|
|
export { MoveRight as default };
|
|
//# sourceMappingURL=move-right.js.map
|