UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.44 kB
"use strict"; 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 IconMaterialSportsEsportsW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SportsEsportsW100Filled', 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 3Zm500-198q12 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-274 44v56q0 6 4 10t10 4q6 .2 9.9-3.9 3.9-4.1 4.1-10.1v-56h56q6 0 10-4t4-10q.2-6-3.9-9.9-4.1-3.9-10.1-4.1h-56v-56q0-6-4-10t-10-4q-6-.2-9.9 3.9-3.9 4.1-4.1 10.1v56h-56q-6 0-10 4t-4 10q-.2 6 3.9 9.9 4.1 3.9 10.1 4.1h56Z" }) }))); }); IconMaterialSportsEsportsW100Filled.displayName = 'OnesyIconMaterialSportsEsportsW100Filled'; exports.default = IconMaterialSportsEsportsW100Filled;