UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 670 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 GasMeter = createIcon("GasMeter", [ [ "path", { d: "M16 4H15V2H13V4H11V2H9V4H8C5.79 4 4 5.79 4 8V18C4 20.21 5.79 22 8 22H16C18.21 22 20 20.21 20 18V8C20 5.79 18.21 4 16 4ZM12 18C10.62 18 9.5 16.9 9.5 15.54C9.5 14.45 9.93 14.15 12 11.75C14.05 14.13 14.5 14.45 14.5 15.54C14.5 16.9 13.38 18 12 18ZM16 10H8V8H16V10Z", key: "11fkgl" } ] ]); export { GasMeter as default }; //# sourceMappingURL=gas_meter.js.map