UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 776 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialEMobiledata = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EMobiledata", short_name: "EMobiledata", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M360-280q-17 0-28.5-11.5T320-320v-320q0-17 11.5-28.5T360-680h240q17 0 28.5 11.5T640-640q0 17-11.5 28.5T600-600H400v80h200q17 0 28.5 11.5T640-480q0 17-11.5 28.5T600-440H400v80h200q17 0 28.5 11.5T640-320q0 17-11.5 28.5T600-280H360Z" })); }); IconMaterialEMobiledata.displayName = 'OnesyIconMaterialEMobiledata'; export default IconMaterialEMobiledata;