UNPKG

google-material-icons

Version:

A google material icon library package for React applications

30 lines (26 loc) 870 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 4ZM18 18C18 19.1 17.1 20 16 20H8C6.9 20 6 19.1 6 18V8C6 6.9 6.9 6 8 6H16C17.1 6 18 6.9 18 8V18Z", key: "1f188h" } ], [ "path", { d: "M9.5 15.54C9.5 16.9 10.62 18 12 18C13.38 18 14.5 16.9 14.5 15.54C14.5 14.45 14.05 14.13 12 11.75C9.93 14.15 9.5 14.46 9.5 15.54Z", key: "1y3itk" } ], ["path", { d: "M16 8H8V10H16V8Z", key: "19xhqw" }] ]); export { GasMeter as default }; //# sourceMappingURL=gas_meter.js.map