UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.48 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 IconMaterialSocialLeaderboardW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SocialLeaderboardW100Filled', short_name: 'SocialLeaderboard', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M299-172q-69 0-118-49t-49-118q0-69 49-118t118-49q10 0 20 1.5t20 3.5L238-705q-8-15 .5-29t25.5-14h79q17 0 31.5 9t22.5 24l83 167 83-167q8-15 22.5-24t31.5-9h78q17 0 26 14t1 29L622-504q9-2 18.5-3t19.5-1q70 0 119 49t49 119q0 70-49 119t-119 49q-12 0-24.5-1.5T612-179q45-16 60.5-63t15.5-98q0-87-60.5-147.5T480-548q-87 0-147.5 60.5T272-340q0 51 14.5 99t61.5 62q-12 4-24 5.5t-25 1.5Zm181 12q-75 0-127.5-52.5T300-340q0-75 52.5-127.5T480-520q75 0 127.5 52.5T660-340q0 75-52.5 127.5T480-160Zm0-139 41 31q5 3 9 0t2-8l-15-51 40-29q5-3 3-8t-7-5h-50l-16-53q-2-5-7-5t-7 5l-16 53h-50q-5 0-7 5t3 8l40 29-15 51q-2 5 2 8t9 0l41-31Z" }) }))); }); IconMaterialSocialLeaderboardW100Filled.displayName = 'OnesyIconMaterialSocialLeaderboardW100Filled'; exports.default = IconMaterialSocialLeaderboardW100Filled;