UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.43 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMoveSelectionDownW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MoveSelectionDownW100", short_name: "MoveSelectionDown", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M350-132q-24.75 0-42.37-17.63Q290-167.25 290-192v-260q0-24.75 17.63-42.38Q325.25-512 350-512h260q24.75 0 42.38 17.62Q670-476.75 670-452v260q0 24.75-17.62 42.37Q634.75-132 610-132H350Zm260-352H350q-14 0-23 9t-9 23v260q0 14 9 23t23 9h260q14 0 23-9t9-23v-260q0-14-9-23t-23-9Zm40-146q-8.5 0-14.25-5.75T630-650q0-8.5 5.75-14.25T650-670q8.5 0 14.25 5.75T670-650q0 8.5-5.75 14.25T650-630Zm0-158q-8.5 0-14.25-5.75T630-808q0-8.5 5.75-14.25T650-828q8.5 0 14.25 5.75T670-808q0 8.5-5.75 14.25T650-788Zm-170 0q-8.5 0-14.25-5.75T460-808q0-8.5 5.75-14.25T480-828q8.5 0 14.25 5.75T500-808q0 8.5-5.75 14.25T480-788Zm-170 0q-8.5 0-14.25-5.75T290-808q0-8.5 5.75-14.25T310-828q8.5 0 14.25 5.75T330-808q0 8.5-5.75 14.25T310-788Zm0 158q-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-630Zm170 308Z" })); }); IconMaterialMoveSelectionDownW100.displayName = 'OnesyIconMaterialMoveSelectionDownW100'; export default IconMaterialMoveSelectionDownW100;