5
common/resources/client/icons/material/SmartDisplay.tsx
Executable file
5
common/resources/client/icons/material/SmartDisplay.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const SmartDisplayIcon = createSvgIcon(
|
||||
[<path d="M9.5 7.5v9l7-4.5z" key="0" />,<path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14.01H4V5.99h16v12.02z" key="1" />,]
|
||||
, 'SmartDisplayOutlined');
|
||||
Reference in New Issue
Block a user