UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.18 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 IconMaterialSportsFootballW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SportsFootballW100Filled', short_name: 'SportsFootball', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M400-177q-43 6-111.5 4.5T185-189q-11-33-13-100t6-110l222 222Zm34-6L184-433q17-70 46-132t66-99q38-38 104-69.5T527-775l249 251q-11 67-41 129t-69 101q-41 41-103.5 71T434-183Zm-35-196 182-182q4-4 4.5-9.5T581-581q-5-5-10-5t-10 5L379-399q-4 4-4.5 9.5T379-379q5 5 10 5t10-5Zm383-179L562-782q40-8 107.5-5.5T770-773q16 39 18 103t-6 112Z" }) }))); }); IconMaterialSportsFootballW100Filled.displayName = 'OnesyIconMaterialSportsFootballW100Filled'; exports.default = IconMaterialSportsFootballW100Filled;