UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 780 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMms = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Mms", short_name: "Mms", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M280-400h400q12 0 18-11t-2-21L586-579q-6-8-16-8t-16 8L450-440l-74-99q-6-8-16-8t-16 8l-80 107q-8 10-2 21t18 11Zm-40 160-92 92q-19 19-43.5 8.5T80-177v-623q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240Zm-34-80h594v-480H160v525l46-45Zm-46 0v-480 480Z" })); }); IconMaterialMms.displayName = 'OnesyIconMaterialMms'; export default IconMaterialMms;