UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 685 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 SimCardDownload = createIcon("SimCardDownload", [ [ "path", { d: "M18 2H10L4 8V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2ZM18 4V20H6V8.83L10.83 4H18Z", key: "6qhv5a" } ], [ "path", { d: "M16 13L12 17L8 13L9.41 11.59L11 13.17V9.02L13 9V13.17L14.59 11.58L16 13Z", key: "1y7w6c" } ] ]); export { SimCardDownload as default }; //# sourceMappingURL=sim_card_download.js.map