UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 533 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 CallSplit = createIcon("CallSplit", [ [ "path", { d: "M14 4L16.29 6.29L13.41 9.17L14.83 10.59L17.71 7.71L20 10V4H14ZM10 4H4V10L6.29 7.71L11 12.41V20H13V11.59L7.71 6.29L10 4Z", key: "1s8qug" } ] ]); export { CallSplit as default }; //# sourceMappingURL=call_split.js.map