UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.17 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 IconMaterialRightClickW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RightClickW100Filled', short_name: 'RightClick', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M194-164q-6 6-15 6t-15-6q-6-6-6-15t6-15l184-183-55-18q-11-4-11-15t11-14l160-48q8-2 14.5 4.5T472-453l-48 160q-3 11-14 11t-15-11l-18-55-183 184Zm474-316q0 60-33 107t-87 68q-5 2-10.5 0t-7.5-7q-2-5 0-10.5t7-7.5q45-17 74-58t29-92q0-66-47-113t-113-47q-51 0-91.5 28.5T331-538q-2 5-7.5 8t-10.5 1q-5-2-7.5-8t-.5-11q20-54 67.5-87T480-668q78 0 133 55t55 133Z" }) }))); }); IconMaterialRightClickW100Filled.displayName = 'OnesyIconMaterialRightClickW100Filled'; exports.default = IconMaterialRightClickW100Filled;