UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.31 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 IconMaterialHandheldControllerW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HandheldControllerW100Filled', short_name: 'HandheldController', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M453.33-282Q392-282 349-325t-42-104q-88 0-151.5-56.5T92-627q0-20.63 14.69-35.31Q121.38-677 142-677h175v-83h-71q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h169q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4h-70v83h139q12 0 22.88 4.43Q517.75-668.13 526-660l310 305q32 31.9 32 75.95Q868-235 836-203t-76.78 32q-44.79 0-77.22-32l-80-79H453.33ZM452-429H335q-1 50 33.52 84.5Q403.05-310 453-310h121L452-429Z" }) }))); }); IconMaterialHandheldControllerW100Filled.displayName = 'OnesyIconMaterialHandheldControllerW100Filled'; exports.default = IconMaterialHandheldControllerW100Filled;