google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 554 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 CallMissedOutgoing = createIcon("CallMissedOutgoing", [
[
"path",
{
d: "M3 8.20492L12 17.2049L19 10.2049V14.7949H21V6.79492H13V8.79492H17.59L12 14.3849L4.41 6.79492L3 8.20492Z",
key: "m0jafq"
}
]
]);
export { CallMissedOutgoing as default };
//# sourceMappingURL=call_missed_outgoing.js.map