18 lines
324 B
JavaScript
18 lines
324 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const Send = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["line", { x1: "22", x2: "11", y1: "2", y2: "13" }],
|
|
["polygon", { points: "22 2 15 22 11 13 2 9 22 2" }]
|
|
]
|
|
];
|
|
|
|
export { Send as default };
|
|
//# sourceMappingURL=send.js.map
|