@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.61 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialChessW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ChessW100', short_name: 'Chess', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240-200h480v-45q0-14-9-23t-23-9H272q-14 0-23 9t-9 23v45Zm100-105h280l-29-201H369l-29 201Zm-98.34 133q-12.66 0-21.16-8.63-8.5-8.62-8.5-21.37v-43q0-24.75 17.63-42.38Q247.25-305 272-305h40l29-201h-75q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h428q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-75l29 201h39.76q25.24 0 42.74 17.62Q748-269.75 748-245v43q0 12.75-8.56 21.37-8.57 8.63-21.22 8.63H241.66Zm238.59-611q3.75 0 7.25 1t7.5 3q17 10 38.51 15 21.5 5 45.49 5 14 0 25.5-1.5t25.64-6.17Q638-769 645-768.5q7 .5 12 5.5t8 11q3 6 1 14l-46 204h-29l47-208q-15 5-30.5 8t-32.5 3q-25.37 0-49.69-6Q501-743 480-755q-21 12-45.63 18-24.63 6-50.37 6-16 0-31-2t-30-7l46 206h-29l-45-204q-2-8 1-13.5t8-10.5q5-5 11.5-6t14.5 2q12 4 24.24 5.5Q366.47-759 380-759q25 0 46.5-5t38.5-15q4-2 7.75-3t7.5-1ZM480-506Zm1-28Zm-1 334Z" }) })));
});
IconMaterialChessW100.displayName = 'OnesyIconMaterialChessW100';
exports.default = IconMaterialChessW100;
;