UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 608 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 SensorDoor = createIcon("SensorDoor", [ [ "path", { d: "M18 4V20H6V4H18ZM18 2H6C4.9 2 4 2.9 4 4V22H20V4C20 2.9 19.1 2 18 2ZM15.5 10.5C14.67 10.5 14 11.17 14 12C14 12.83 14.67 13.5 15.5 13.5C16.33 13.5 17 12.83 17 12C17 11.17 16.33 10.5 15.5 10.5Z", key: "j742gw" } ] ]); export { SensorDoor as default }; //# sourceMappingURL=sensor_door.js.map