UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 924 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 Chess = (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", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 2a4 4 0 014 4 5.03 5.03 0 01-.438 2.001L16 8a1 1 0 01.117 1.993L16 10h-1.263l1.24 5.79a1 1 0 01-.747 1.184l-.113.02L15 17H9a1 1 0 01-.996-1.093l.018-.117L9.262 10H8a1 1 0 01-.117-1.993L8 8h.438a5.154 5.154 0 01-.412-1.525l-.02-.259L8 6a4 4 0 014-4zM18 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 = Chess;