5
common/resources/client/icons/material/ViewTimeline.tsx
Executable file
5
common/resources/client/icons/material/ViewTimeline.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const ViewTimelineIcon = createSvgIcon(
|
||||
[<path d="M6 15h6v2H6zm6-8h6v2h-6zm-3 4h6v2H9z" key="0" />,<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z" key="1" />,]
|
||||
, 'ViewTimelineOutlined');
|
||||
Reference in New Issue
Block a user