UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.5 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 IconMaterialSportsW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SportsW100', short_name: 'Sports', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M389-258q-75 0-128.5-53.5T207-440q0-14.67 2.5-29.33Q212-484 215-492q-4 2-8 2h-7.51q-29.49 0-48.99-19.72Q131-529.44 131-558q0-28.56 18.99-48.28Q168.99-626 198-626q26 0 45 15.5t22 38.5q23-24 57-37t67-13h410q12.75 0 21.38 8.62Q829-604.75 829-592q0 11.05-7.47 18.53Q814.05-566 803-566H571v126q0 75.83-53.08 128.92Q464.83-258 389-258ZM199-518q17 0 28.5-11.5T239-558q0-17-11.5-28.5T199-598q-17 0-28.5 11.5T159-558q0 17 11.5 28.5T199-518Zm190.14 232Q453-286 498-331.14t45-109Q543-504 497.86-549t-109-45Q325-594 280-548.86t-45 109Q235-376 280.14-331t109 45Zm.04-94q24.82 0 42.32-17.68 17.5-17.67 17.5-42.5 0-24.82-17.68-42.32-17.67-17.5-42.5-17.5-24.82 0-42.32 17.68-17.5 17.67-17.5 42.5 0 24.82 17.68 42.32 17.67 17.5 42.5 17.5Zm-.18-60Z" }) }))); }); IconMaterialSportsW100.displayName = 'OnesyIconMaterialSportsW100'; exports.default = IconMaterialSportsW100;