google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 709 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 ElectricMeter = createIcon("ElectricMeter", [
[
"path",
{
d: "M12 2C7.04 2 3 6.04 3 11C3 14.91 5.51 18.24 9 19.47V22H11V19.94C11.33 19.98 11.66 20 12 20C12.34 20 12.67 19.98 13 19.94V22H15V19.47C18.49 18.23 21 14.9 21 11C21 6.04 16.96 2 12 2ZM14.25 14L11.25 17L9.75 15.5L11 14.25L9.75 13L12.75 10L14.25 11.5L13 12.75L14.25 14ZM16 9H8V7H16V9Z",
key: "1wi66u"
}
]
]);
export { ElectricMeter as default };
//# sourceMappingURL=electric_meter.js.map