Files
Webklar.com/node_modules/lucide-react/dist/esm/icons/cross.js
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

22 lines
551 B
JavaScript

/**
* @license lucide-react v0.446.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const Cross = createLucideIcon("Cross", [
[
"path",
{
d: "M11 2a2 2 0 0 0-2 2v5H4a2 2 0 0 0-2 2v2c0 1.1.9 2 2 2h5v5c0 1.1.9 2 2 2h2a2 2 0 0 0 2-2v-5h5a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-5V4a2 2 0 0 0-2-2h-2z",
key: "1t5g7j"
}
]
]);
export { Cross as default };
//# sourceMappingURL=cross.js.map