UNPKG

google-material-icons

Version:

A google material icon library package for React applications

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