UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.6 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 IconMaterialMoveSelectionRightW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MoveSelectionRightW100Filled', short_name: 'MoveSelectionRight', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M508-290q-24.75 0-42.37-17.63Q448-325.25 448-350v-260q0-24.75 17.63-42.38Q483.25-670 508-670h260q24.75 0 42.38 17.62Q828-634.75 828-610v260q0 24.75-17.62 42.37Q792.75-290 768-290H508ZM310-630q-8.5 0-14.25-5.75T290-650q0-8.5 5.75-14.25T310-670q8.5 0 14.25 5.75T330-650q0 8.5-5.75 14.25T310-630Zm-158 0q-8.5 0-14.25-5.75T132-650q0-8.5 5.75-14.25T152-670q8.5 0 14.25 5.75T172-650q0 8.5-5.75 14.25T152-630Zm0 170q-8.5 0-14.25-5.75T132-480q0-8.5 5.75-14.25T152-500q8.5 0 14.25 5.75T172-480q0 8.5-5.75 14.25T152-460Zm0 170q-8.5 0-14.25-5.75T132-310q0-8.5 5.75-14.25T152-330q8.5 0 14.25 5.75T172-310q0 8.5-5.75 14.25T152-290Zm158 0q-8.5 0-14.25-5.75T290-310q0-8.5 5.75-14.25T310-330q8.5 0 14.25 5.75T330-310q0 8.5-5.75 14.25T310-290Z" }) }))); }); IconMaterialMoveSelectionRightW100Filled.displayName = 'OnesyIconMaterialMoveSelectionRightW100Filled'; exports.default = IconMaterialMoveSelectionRightW100Filled;