google-material-icons
Version:
A google material icon library package for React applications
26 lines (22 loc) • 653 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 InstallDesktop = createIcon("InstallDesktop", [
[
"path",
{
d: "M20 17H4V5H12V3H4C2.89 3 2 3.89 2 5V17C2 18.1 2.89 19 4 19H8V21H16V19H20C21.1 19 22 18.1 22 17V14H20V17Z",
key: "19yhl3"
}
],
[
"path",
{ d: "M17 14L22 9L20.59 7.59L18 10.17V3H16V10.17L13.41 7.59L12 9L17 14Z", key: "19afxd" }
]
]);
export { InstallDesktop as default };
//# sourceMappingURL=install_desktop.js.map