google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 620 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 EdgesensorHigh = createIcon("EdgesensorHigh", [
[
"path",
{
d: "M3 7H5V14H3V7ZM0 10H2V17H0V10ZM22 7H24V14H22V7ZM19 10H21V17H19V10ZM16 2.01L8 2C6.9 2 6 2.9 6 4V20C6 21.1 6.9 22 8 22H16C17.1 22 18 21.1 18 20V4C18 2.9 17.1 2.01 16 2.01ZM16 17H8V7H16V17Z",
key: "cbihjc"
}
]
]);
export { EdgesensorHigh as default };
//# sourceMappingURL=edgesensor_high.js.map