google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 624 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 CallMerge = createIcon("CallMerge", [
[
"path",
{
d: "M16.9998 20.4549L18.4098 19.0449L14.9998 15.6349L13.5898 17.0449L16.9998 20.4549ZM7.49984 8.04492H10.9998V13.6349L5.58984 19.0449L6.99984 20.4549L12.9998 14.4549V8.04492H16.4998L11.9998 3.54492L7.49984 8.04492Z",
key: "yxplrc"
}
]
]);
export { CallMerge as default };
//# sourceMappingURL=call_merge.js.map