22 lines
346 B
JavaScript
22 lines
346 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const Command = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
[
|
|
"path",
|
|
{
|
|
d: "M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3"
|
|
}
|
|
]
|
|
]
|
|
];
|
|
|
|
export { Command as default };
|
|
//# sourceMappingURL=command.js.map
|