@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.7 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 IconMaterialSportsEsportsW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SportsEsportsW100', short_name: 'SportsEsports', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M180-252q-24.31 0-37.65-18Q129-288 132-308l44-306q5.97-40.87 35.48-67.43Q241-708 282-708h396q41 0 70.52 26.57Q778.03-654.87 784-614l44 306q3 20-10.35 38-13.34 18-37.65 18-11 0-19.5-3T744-266L638-372H322L216-266q-8 8-16.5 11t-19.5 3Zm16-34 114-114h340l114 114q2 2 14 6 11 0 17.5-6.5T800-304l-44.31-308q-4.06-29-26.38-48.5Q707-680 678-680H282q-29 0-51.31 19.5-22.32 19.5-26.38 48.5L160-304q-2 11 4.5 17.5T182-280q4 0 14-6Zm484-164q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9Zm-80-120q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9Zm-120 90Zm-154-46v56q0 6.07 3.95 10.03 3.96 3.97 10 3.97 6.05 0 10.05-3.97 4-3.96 4-10.03v-56h56q6.07 0 10.03-3.95 3.97-3.96 3.97-10 0-6.05-3.97-10.05-3.96-4-10.03-4h-56v-56q0-6.07-3.95-10.03-3.96-3.97-10-3.97-6.05 0-10.05 3.97-4 3.96-4 10.03v56h-56q-6.07 0-10.03 3.95-3.97 3.96-3.97 10 0 6.05 3.97 10.05 3.96 4 10.03 4h56Z" }) })));
});
IconMaterialSportsEsportsW100.displayName = 'OnesyIconMaterialSportsEsportsW100';
exports.default = IconMaterialSportsEsportsW100;