UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 615 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 EdgesensorLow = createIcon("EdgesensorLow", [ [ "path", { d: "M2 7H4V14H2V7ZM20 10H22V17H20V10ZM16 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 20H8V19H16V20ZM16 17H8V7H16V17ZM8 5V4H16V5H8Z", key: "pzn2ke" } ] ]); export { EdgesensorLow as default }; //# sourceMappingURL=edgesensor_low.js.map