Halfway done
This commit is contained in:
21
node_modules/lucide-react/dist/esm/icons/cross.js
generated
vendored
Normal file
21
node_modules/lucide-react/dist/esm/icons/cross.js
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide-react v0.427.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
|
||||
Reference in New Issue
Block a user