google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 676 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const MissedVideoCall = createIcon("MissedVideoCall", [
[
"path",
{
d: "M17 10.5V7C17 6.45 16.55 6 16 6H4C3.45 6 3 6.45 3 7V17C3 17.55 3.45 18 4 18H16C16.55 18 17 17.55 17 17V13.5L21 17.5V6.5L17 10.5ZM15 16H5V8H15V16ZM7.11 11.11L11 15L14.77 11.21L13.99 10.42L11 13.43L7.89 10.33H10.44V9.22H6V13.66H7.11V11.11Z",
key: "ungy7p"
}
]
]);
export { MissedVideoCall as default };
//# sourceMappingURL=missed_video_call.js.map