google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 566 B
JavaScript
/**
* @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 DesktopWindows = createIcon("DesktopWindows", [
[
"path",
{
d: "M21 2H3C1.9 2 1 2.9 1 4V16C1 17.1 1.9 18 3 18H10V20H8V22H16V20H14V18H21C22.1 18 23 17.1 23 16V4C23 2.9 22.1 2 21 2ZM21 16H3V4H21V16Z",
key: "5nnt8r"
}
]
]);
export { DesktopWindows as default };
//# sourceMappingURL=desktop_windows.js.map