UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 501 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 ImportExport = createIcon("ImportExport", [ [ "path", { d: "M9 3L5 6.99H8V14H10V6.99H13L9 3ZM16 17.01V10H14V17.01H11L15 21L19 17.01H16Z", key: "ikpu25" } ] ]); export { ImportExport as default }; //# sourceMappingURL=import_export.js.map