UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 977 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const ChessKnight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-chess-knight", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M8.959 1.99l-.147.028-.115.029a1 1 0 00-.646 1.27L8.8 5.562 5.985 7.297a2 2 0 00-.655 2.751l.089.133A2 2 0 007.033 11l1.563-.001-1.614 4.674A1 1 0 007.927 17h7.961a1 1 0 001-.978l.112-5c0-3.827-1.555-6.878-4.67-7.966l-2.399-.83-.375-.121-.258-.074L9.163 2l-.101-.013-.055-.001-.048.003zM18 18H6a1 1 0 00-1 1 2 2 0 002 2h10a2 2 0 001.987-1.768l.011-.174A1 1 0 0018 18z" })); exports.default = ChessKnight;