UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 477 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var CallSplit = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M14 4l2.29 2.29-2.88 2.88 1.42 1.42 2.88-2.88L20 10V4zm-4 0H4v6l2.29-2.29 4.71 4.7V20h2v-8.41l-5.29-5.3z" })), name: 'CallSplit' }); export default CallSplit;