google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 580 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 SensorWindow = createIcon("SensorWindow", [
[
"path",
{
d: "M18 4V20H6V4H18ZM18 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.9 19.1 2 18 2ZM7 19H17V13H7V19ZM10 10H14V11H17V5H7V11H10V10Z",
key: "1e6876"
}
]
]);
export { SensorWindow as default };
//# sourceMappingURL=sensor_window.js.map