iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 911 B
JavaScript
;
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 ChessQueen = (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-queen", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12 2a2 2 0 011.572 3.236l.793 1.983 1.702-1.702A2.003 2.003 0 0118 3a2 2 0 01.674 3.884l-1.69 9.295a1 1 0 01-.865.814L16 17H8a1 1 0 01-.956-.705l-.028-.116-1.69-9.295a2 2 0 112.607-1.367l1.701 1.702.794-1.983A2 2 0 0112 2zM18 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 = ChessQueen;