Files
emaui/node_modules/@tabler/icons-react/dist/esm/icons/IconFolderFilled.mjs
2026-05-29 15:23:46 +03:00

15 lines
705 B
JavaScript

/**
* @license @tabler/icons-react v3.44.0 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/
import createReactComponent from '../createReactComponent.mjs';
const __iconNode = [["path", { "d": "M9 3a1 1 0 0 1 .608 .206l.1 .087l2.706 2.707h6.586a3 3 0 0 1 2.995 2.824l.005 .176v8a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-11a3 3 0 0 1 2.824 -2.995l.176 -.005h4z", "key": "svg-0" }]];
const IconFolderFilled = createReactComponent("filled", "folder-filled", "FolderFilled", __iconNode);
export { __iconNode, IconFolderFilled as default };
//# sourceMappingURL=IconFolderFilled.mjs.map