UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 550 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 DesktopMac = createIcon("DesktopMac", [ [ "path", { d: "M21 2H3C1.9 2 1 2.9 1 4V16C1 17.1 1.9 18 3 18H10L8 21V22H16V21L14 18H21C22.1 18 23 17.1 23 16V4C23 2.9 22.1 2 21 2ZM21 14H3V4H21V14Z", key: "zmk4ff" } ] ]); export { DesktopMac as default }; //# sourceMappingURL=desktop_mac.js.map