UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 479 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 CallReceived = createIcon("CallReceived", [ [ "path", { d: "M19.5 5.91L18.09 4.5L6.5 16.09V9.5H4.5V19.5H14.5V17.5H7.91L19.5 5.91Z", key: "6a6bdt" } ] ]); export { CallReceived as default }; //# sourceMappingURL=call_received.js.map