mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 18:53:02 +00:00
merge new into master
This commit is contained in:
26
node_modules/lucide-react/dist/esm/icons/folders.js
generated
vendored
Normal file
26
node_modules/lucide-react/dist/esm/icons/folders.js
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
* @license lucide-react v0.563.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 __iconNode = [
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z",
|
||||
key: "a4852j"
|
||||
}
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{ d: "M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1", key: "yxbcw3" }
|
||||
]
|
||||
];
|
||||
const Folders = createLucideIcon("folders", __iconNode);
|
||||
|
||||
export { __iconNode, Folders as default };
|
||||
//# sourceMappingURL=folders.js.map
|
||||
Reference in New Issue
Block a user