UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 578 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 BatterySaver = createIcon("BatterySaver", [ [ "path", { d: "M16 4H14V2H10V4H8C7.45 4 7 4.45 7 5V21C7 21.55 7.45 22 8 22H16C16.55 22 17 21.55 17 21V5C17 4.45 16.55 4 16 4ZM15 14H13V16H11V14H9V12H11V10H13V12H15V14Z", key: "1a3rvv" } ] ]); export { BatterySaver as default }; //# sourceMappingURL=battery_saver.js.map