1
app/project_management/templates/icons/project.svg
Normal file
1
app/project_management/templates/icons/project.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2,5H10V2H12V22H10V18H6V15H10V13H4V10H10V8H2V5M14,5H17V8H14V5M14,10H19V13H14V10M14,15H22V18H14V15Z" /></svg>
|
After Width: | Height: | Size: 177 B |
@ -36,6 +36,8 @@ span.navigation_icon {
|
||||
{% include 'icons/itim.svg' %}
|
||||
{% elif group.name == 'Settings' %}
|
||||
{% include 'icons/settings.svg' %}
|
||||
{% elif group.name == 'Project Management' %}
|
||||
{% include 'icons/project.svg' %}
|
||||
{% endif %}
|
||||
</span>
|
||||
{{ group.name }}
|
||||
|
Reference in New Issue
Block a user