feat: add calendar component with event management features including create, edit, delete, and share functionalities
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m25s
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m25s
This commit is contained in:
4
outlook-addin/assets/icon-16.svg
Normal file
4
outlook-addin/assets/icon-16.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||
<circle cx="8" cy="8" r="7" fill="#6366f1"/>
|
||||
<circle cx="8" cy="8" r="3" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 182 B |
4
outlook-addin/assets/icon-32.svg
Normal file
4
outlook-addin/assets/icon-32.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<circle cx="16" cy="16" r="14" fill="#6366f1"/>
|
||||
<circle cx="16" cy="16" r="6" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 187 B |
4
outlook-addin/assets/icon-80.svg
Normal file
4
outlook-addin/assets/icon-80.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80">
|
||||
<circle cx="40" cy="40" r="36" fill="#6366f1"/>
|
||||
<circle cx="40" cy="40" r="15" fill="#fff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 188 B |
Reference in New Issue
Block a user