UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.46 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 IconMaterialSocialLeaderboardFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SocialLeaderboardFilled', short_name: 'SocialLeaderboard', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M299-120q-91 0-155-64T80-339q0-86 57.5-148.5T281-557L149-822q-10-20 1.5-39t34.5-19h166q23 0 41.5 12t29.5 32l58 116 58-116q11-20 29.5-32t41.5-12h166q23 0 34.5 19t1.5 39L680-559q85 8 142.5 70.5T880-340q0 92-64 156t-156 64q-9 0-18.5-.5T623-123q55-36 86-93.5T740-340q0-109-75.5-184.5T480-600q-109 0-184.5 75.5T220-340q0 68 28 128t88 89q-9 2-18.5 2.5t-18.5.5Zm181-40q-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-126 49 37q6 5 12 .5t4-11.5l-19-61 49-35q6-5 4-11.5t-10-6.5h-60l-19-65q-2-7-10-7t-10 7l-19 65h-60q-8 0-10 6.5t4 11.5l49 35-19 61q-2 7 4 11.5t12-.5l49-37Z" }) }))); }); IconMaterialSocialLeaderboardFilled.displayName = 'OnesyIconMaterialSocialLeaderboardFilled'; exports.default = IconMaterialSocialLeaderboardFilled;