UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 532 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 OpenWith = createIcon("OpenWith", [ [ "path", { d: "M10 9H14V6H17L12 1L7 6H10V9ZM9 10H6V7L1 12L6 17V14H9V10ZM23 12L18 7V10H15V14H18V17L23 12ZM14 15H10V18H7L12 23L17 18H14V15Z", key: "kbpajr" } ] ]); export { OpenWith as default }; //# sourceMappingURL=open_with.js.map