UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.41 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 IconMaterialSportsTennisW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SportsTennisW100', short_name: 'SportsTennis', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M516-430q-77 0-117 9.5T329-381L154-206q-4 4-9.5 4.5t-10.5-4.28q-5-5.22-5-10.22 0-5 5-10l175-175q29-29 38-67.87 9-38.88 9-119.13 0-51.86 23-101.93Q402-740 444-782q75-75 163.08-87 88.07-12 144.92 45 57 57.45 45 145.23Q785-591 710-516q-42 42-91.5 64T516-430Zm-96-64q47 47 127 34t143-76q64-64 76-143.5T732-804q-47-46-125-33.5t-143 76Q401-699 387-620t33 126ZM728-92q-44.55 0-76.28-31.72Q620-155.45 620-200t31.72-76.27Q683.45-308 728-308t76.28 31.73Q836-244.55 836-200t-31.72 76.28Q772.55-92 728-92Zm0-28q33 0 56.5-23.5T808-200q0-33-23.5-56.5T728-280q-33 0-56.5 23.5T648-200q0 33 23.5 56.5T728-120Zm0-80Z" }) }))); }); IconMaterialSportsTennisW100.displayName = 'OnesyIconMaterialSportsTennisW100'; exports.default = IconMaterialSportsTennisW100;