diff options
-rw-r--r-- | Material.qrc | 1 | ||||
-rw-r--r-- | Material/svg/filled/timer.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Material.qrc b/Material.qrc index 6fd4699..6618468 100644 --- a/Material.qrc +++ b/Material.qrc @@ -5,5 +5,6 @@ <file>Material/svg/filled/chat.svg</file> <file>Material/svg/filled/my_courses.svg</file> <file>Material/svg/filled/play_circle_outline.svg</file> + <file>Material/svg/filled/timer.svg</file> </qresource> </RCC> diff --git a/Material/svg/filled/timer.svg b/Material/svg/filled/timer.svg new file mode 100644 index 0000000..d2ecd17 --- /dev/null +++ b/Material/svg/filled/timer.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 96 960 960" width="48"><path d="M360 196v-60h240v60H360Zm90 447h60V413h-60v230Zm30 332q-74 0-139.5-28.5T226 869q-49-49-77.5-114.5T120 615q0-74 28.5-139.5T226 361q49-49 114.5-77.5T480 255q67 0 125.5 22T710 339l51-51 43 43-51 51q36 40 61.5 97T840 615q0 74-28.5 139.5T734 869q-49 49-114.5 77.5T480 975Z"/></svg>
\ No newline at end of file |