UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 646 B
/** * @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.5ZM10 15L6.11 11.11V13.66H5V9.22H9.44V10.33H6.89L10 13.43L14.22 9.21L15 10L10 15Z", key: "1nv9rg" } ] ]); export { MissedVideoCall as default }; //# sourceMappingURL=missed_video_call.js.map