UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.36 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMoveSelectionRightW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MoveSelectionRightW100Filled", short_name: "MoveSelectionRight", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialMoveSelectionRightW100Filled;