updated assignments preview

This commit is contained in:
2023-08-02 14:37:24 -06:00
parent 0097521c75
commit a921fd6f90
4 changed files with 149 additions and 44 deletions

View File

@@ -0,0 +1,20 @@
<svg
width="24px"
height="24px"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke="var(--bs-success-border-subtle)"
d="M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"
stroke-width="2"
/>
<path
stroke="var(--bs-success-border-subtle)"
d="M9 12L10.6828 13.6828V13.6828C10.858 13.858 11.142 13.858 11.3172 13.6828V13.6828L15 10"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>

After

Width:  |  Height:  |  Size: 561 B

View File

@@ -0,0 +1,40 @@
<svg
class="d-inline"
width="24px"
height="24px"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_429_11068)">
<path
stroke="var(--bs-danger-border-subtle)"
d="M3 11.9998C3 7.02925 7.02944 2.99982 12 2.99982C14.8273 2.99982 17.35 4.30348 19 6.34248"
stroke-width="2.5"
stroke-linecap="round"
stroke-linejoin="round"/>
<path
stroke="var(--bs-danger-border-subtle)"
d="M19.5 2.99982L19.5 6.99982L15.5 6.99982"
stroke-width="2.5"
stroke-linecap="round"
stroke-linejoin="round"/>
<path
stroke="var(--bs-danger-border-subtle)"
d="M21 11.9998C21 16.9704 16.9706 20.9998 12 20.9998C9.17273 20.9998 6.64996 19.6962 5 17.6572"
stroke-width="2.5"
stroke-linecap="round"
stroke-linejoin="round"/>
<path
stroke="var(--bs-danger-border-subtle)"
d="M4.5 20.9998L4.5 16.9998L8.5 16.9998"
stroke-width="2.5"
stroke-linecap="round"
stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_429_11068">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB