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

15 lines
759 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": "M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8", "key": "svg-0" }], ["path", { "d": "M9 3l1 3l-3.491 2.148a1 1 0 0 0 .524 1.852h2.967l-2.073 6h7.961l.112 -5c0 -3 -1.09 -5.983 -4 -7c-1.94 -.678 -2.94 -1.011 -3 -1", "key": "svg-1" }]];
const IconChessKnight = createReactComponent("outline", "chess-knight", "ChessKnight", __iconNode);
export { __iconNode, IconChessKnight as default };
//# sourceMappingURL=IconChessKnight.mjs.map