5
common/resources/client/icons/material/BatterySaver.tsx
Executable file
5
common/resources/client/icons/material/BatterySaver.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const BatterySaverIcon = createSvgIcon(
|
||||
<path d="M16 4h-2V2h-4v2H8c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V5c0-.55-.45-1-1-1zm-1 10h-2v2h-2v-2H9v-2h2v-2h2v2h2v2z" />
|
||||
, 'BatterySaverOutlined');
|
||||
Reference in New Issue
Block a user