UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 797 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialDevicesFold2 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DevicesFold2", short_name: "DevicesFold2", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M680-120H280q-33 0-56.5-23.5T200-200v-560q0-33 23.5-56.5T280-840h424q25 0 45 13.5t29 36.5l96 240q16 40-7.5 75T800-440h-40v240q0 33-23.5 56.5T680-120Zm120-400-96-240H280l96 240h424ZM680-200v-240H376q-25 0-45-13.5T302-490l-22-55v345h400ZM540-640Z" })); }); IconMaterialDevicesFold2.displayName = 'OnesyIconMaterialDevicesFold2'; export default IconMaterialDevicesFold2;