UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.11 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 IconMaterialJoystickW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'JoystickW100Filled', short_name: 'Joystick', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M466-584v-57q-32-5-53-29.5T392-728q0-37 25.5-62.5T480-816q37 0 62.5 25.5T568-728q0 33-21 57.5T494-641v57l264 152q14 8 22 22t8 30v40q0 16-8 30t-22 22L510-145q-14 8-30 8t-30-8L202-288q-14-8-22-22t-8-30v-40q0-16 8-30t22-22l264-152ZM216-408l248 143q8 5 16 5t16-5l247-143-249-144v126h-28v-126L216-408Z" }) }))); }); IconMaterialJoystickW100Filled.displayName = 'OnesyIconMaterialJoystickW100Filled'; exports.default = IconMaterialJoystickW100Filled;