UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 611 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 SimCard = createIcon("SimCard", [ [ "path", { d: "M19.99 4C19.99 2.9 19.1 2 18 2H10L4 8V20C4 21.1 4.9 22 6 22H18.01C19.11 22 20 21.1 20 20L19.99 4ZM9 19H7V17H9V19ZM17 19H15V17H17V19ZM9 15H7V11H9V15ZM13 19H11V15H13V19ZM13 13H11V11H13V13ZM17 15H15V11H17V15Z", key: "67h1bn" } ] ]); export { SimCard as default }; //# sourceMappingURL=sim_card.js.map