UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 932 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 ChessKing = (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-king", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 2a1 1 0 01.993.883L13 3v2h2a1 1 0 01.117 1.993L15 7h-2v1.758a4.49 4.49 0 012.033-.734l.24-.018L15.5 8a4.5 4.5 0 014.5 4.5 4.504 4.504 0 01-4.064 4.478l-.217.016L15.5 17h-7a4.5 4.5 0 112.501-8.241L11 7H9a1 1 0 01-.117-1.993L9 5h2V3a1 1 0 011-1zM18 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 = ChessKing;