UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.32 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 IconMaterialSportsGymnasticsW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SportsGymnasticsW100Filled', short_name: 'SportsGymnastics', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m505-121-4-372-213-53H50q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h238l305-214q5-3 9.5-2t8.5 5.15q4 4.85 3.33 10.47-.66 5.63-5.33 9.38L426-635l157 45 274-171q4-2 8.5-2t8.5 4.68q4 4.32 3.5 9.82T872-740L568-511l-32 391q-1 6-5.19 10-4.18 4-10.81 4-6 0-10.31-4.34-4.31-4.34-4.69-10.66ZM250-656q-26.4 0-45.2-18.8Q186-693.6 186-720q0-26.4 18.8-45.2Q223.6-784 250-784q26.4 0 45.2 18.8Q314-746.4 314-720q0 26.4-18.8 45.2Q276.4-656 250-656Z" }) }))); }); IconMaterialSportsGymnasticsW100Filled.displayName = 'OnesyIconMaterialSportsGymnasticsW100Filled'; exports.default = IconMaterialSportsGymnasticsW100Filled;