5
common/resources/client/icons/material/PowerInput.tsx
Executable file
5
common/resources/client/icons/material/PowerInput.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const PowerInputIcon = createSvgIcon(
|
||||
<path d="M2 9v2h19V9H2zm0 6h5v-2H2v2zm7 0h5v-2H9v2zm7 0h5v-2h-5v2z" />
|
||||
, 'PowerInputOutlined');
|
||||
Reference in New Issue
Block a user