google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 665 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 DeviceThermostat = createIcon("DeviceThermostat", [
[
"path",
{
d: "M15 13V5C15 3.34 13.66 2 12 2C10.34 2 9 3.34 9 5V13C7.79 13.91 7 15.37 7 17C7 19.76 9.24 22 12 22C14.76 22 17 19.76 17 17C17 15.37 16.21 13.91 15 13ZM11 5C11 4.45 11.45 4 12 4C12.55 4 13 4.45 13 5H12V6H13V8H12V9H13V11H11V5Z",
key: "hrae7e"
}
]
]);
export { DeviceThermostat as default };
//# sourceMappingURL=device_thermostat.js.map