google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 644 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 Thermostat = createIcon("Thermostat", [
[
"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 11V5C11 4.45 11.45 4 12 4C12.55 4 13 4.45 13 5V6H12V7H13V9H12V10H13V11H11Z",
key: "1b0e0v"
}
]
]);
export { Thermostat as default };
//# sourceMappingURL=thermostat.js.map