UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 473 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var CallMerge = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M17 20.41L18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z" })), name: 'CallMerge' }); export default CallMerge;