UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 592 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 BatteryAlert = createIcon("BatteryAlert", [ [ "path", { d: "M15.67 4H14V2H10V4H8.33C7.6 4 7 4.6 7 5.33V20.66C7 21.4 7.6 22 8.33 22H15.66C16.4 22 17 21.4 17 20.67V5.33C17 4.6 16.4 4 15.67 4ZM13 18H11V16H13V18ZM13 14H11V9H13V14Z", key: "yq39kl" } ] ]); export { BatteryAlert as default }; //# sourceMappingURL=battery_alert.js.map