lucide-solid
Version:
A Lucide icon library package for Solid applications.
29 lines (27 loc) • 728 B
JSX
/**
* @license lucide-solid v0.536.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
// src/icons/folders.tsx
import Icon from "../Icon";
var 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" }
]
];
var Folders = (props) => <Icon {...props} iconNode={iconNode} name="folders" />;
var folders_default = Folders;
export {
folders_default as default
};
//# sourceMappingURL=folders.jsx.map