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

15 lines
688 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": "M4 20l10 -10m0 -5v5h5m-9 -1v5h5m-9 -1v5h5m-5 -5l4 -4l4 -4", "key": "svg-0" }], ["path", { "d": "M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1m-3 13l4 -4l4 -4", "key": "svg-1" }]];
const IconFeather = createReactComponent("outline", "feather", "Feather", __iconNode);
export { __iconNode, IconFeather as default };
//# sourceMappingURL=IconFeather.mjs.map