UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.35 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMoveSelectionUpW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MoveSelectionUpW100Filled", short_name: "MoveSelectionUp", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M350-448q-24.75 0-42.37-17.63Q290-483.25 290-508v-260q0-24.75 17.63-42.38Q325.25-828 350-828h260q24.75 0 42.38 17.62Q670-792.75 670-768v260q0 24.75-17.62 42.37Q634.75-448 610-448H350Zm-40 158q-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-290Zm0 158q-8.5 0-14.25-5.75T290-152q0-8.5 5.75-14.25T310-172q8.5 0 14.25 5.75T330-152q0 8.5-5.75 14.25T310-132Zm170 0q-8.5 0-14.25-5.75T460-152q0-8.5 5.75-14.25T480-172q8.5 0 14.25 5.75T500-152q0 8.5-5.75 14.25T480-132Zm170 0q-8.5 0-14.25-5.75T630-152q0-8.5 5.75-14.25T650-172q8.5 0 14.25 5.75T670-152q0 8.5-5.75 14.25T650-132Zm0-158q-8.5 0-14.25-5.75T630-310q0-8.5 5.75-14.25T650-330q8.5 0 14.25 5.75T670-310q0 8.5-5.75 14.25T650-290Z" })); }); IconMaterialMoveSelectionUpW100Filled.displayName = 'OnesyIconMaterialMoveSelectionUpW100Filled'; export default IconMaterialMoveSelectionUpW100Filled;