5
common/resources/client/icons/material/Phonelink.tsx
Executable file
5
common/resources/client/icons/material/Phonelink.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const PhonelinkIcon = createSvgIcon(
|
||||
<path d="M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6zm19 2h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z" />
|
||||
, 'PhonelinkOutlined');
|
||||
Reference in New Issue
Block a user