5
common/resources/client/icons/material/TabletAndroid.tsx
Executable file
5
common/resources/client/icons/material/TabletAndroid.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const TabletAndroidIcon = createSvgIcon(
|
||||
<path d="M18 0H6C4.34 0 3 1.34 3 3v18c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V3c0-1.66-1.34-3-3-3zm-4 22h-4v-1h4v1zm5.25-3H4.75V3h14.5v16z" />
|
||||
, 'TabletAndroidOutlined');
|
||||
Reference in New Issue
Block a user