google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 551 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 BatteryFull = createIcon("BatteryFull", [
[
"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 4Z",
key: "abdyvf"
}
]
]);
export { BatteryFull as default };
//# sourceMappingURL=battery_full.js.map