UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.03 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMissedVideoCall = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MissedVideoCall", short_name: "MissedVideoCall", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M428-337q8 0 15-3t13-9l124-125q11-11 11.5-27.5T580-530q-11-11-28-11t-28 11l-96 96-88-86h20q17 0 28.5-11.5T400-560q0-17-11.5-28.5T360-600H240q-17 0-28.5 11.5T200-560v120q0 17 11.5 28.5T240-400q17 0 28.5-11.5T280-440v-28l120 120q6 6 13 8.5t15 2.5ZM160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h480q33 0 56.5 23.5T720-720v180l126-126q10-10 22-5t12 19v344q0 14-12 19t-22-5L720-420v180q0 33-23.5 56.5T640-160H160Zm0-80h480v-480H160v480Zm0 0v-480 480Z" })); }); IconMaterialMissedVideoCall.displayName = 'OnesyIconMaterialMissedVideoCall'; export default IconMaterialMissedVideoCall;