google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 549 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 Battery3Bar = createIcon("Battery3Bar", [
[
"path",
{
d: "M17 5V21C17 21.55 16.55 22 16 22H8C7.45 22 7 21.55 7 21V5C7 4.45 7.45 4 8 4H10V2H14V4H16C16.55 4 17 4.45 17 5ZM15 6H9V14H15V6Z",
key: "132d06"
}
]
]);
export { Battery3Bar as default };
//# sourceMappingURL=battery_3_bar.js.map