UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 524 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 CallMissed = createIcon("CallMissed", [ [ "path", { d: "M19.59 6.79492L12 14.3849L6.41 8.79492H11V6.79492H3V14.7949H5V10.2049L12 17.2049L21 8.20492L19.59 6.79492Z", key: "1dwlnk" } ] ]); export { CallMissed as default }; //# sourceMappingURL=call_missed.js.map