🎨 icons for poll kind

This commit is contained in:
Tykayn 2022-02-08 18:14:11 +01:00 committed by tykayn
parent 5e3bb46d69
commit aa6b7bd98b
3 changed files with 8 additions and 2 deletions

View File

@ -15,7 +15,7 @@
}"
(click)="pollService.form.controls.isAboutDate.setValue(true)"
>
<img class="icon" src="assets/icons/calendar.svg" alt="icone cal" />
<img class="icon" src="assets/img/kind_date.svg" alt="icone cal" />
<label for="isAboutDate_true">
{{ 'creation.kind.date' | translate }}
</label>
@ -29,7 +29,7 @@
}"
(click)="pollService.form.controls.isAboutDate.setValue(false)"
>
<img class="icon" src="assets/icons/bar-chart-2.svg" alt="icone chart" />
<img class="icon" src="assets/img/kind_classic.svg" alt="icone chart" />
<label for="isAboutDate_false">
{{ 'creation.kind.classic' | translate }}

View File

@ -0,0 +1,3 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.0714 0H1.92857C0.863839 0 0 0.863839 0 1.92857V16.0714C0 17.1362 0.863839 18 1.92857 18H16.0714C17.1362 18 18 17.1362 18 16.0714V1.92857C18 0.863839 17.1362 0 16.0714 0ZM6.42857 13.5C6.42857 13.8552 6.14089 14.1429 5.78571 14.1429H4.5C4.14482 14.1429 3.85714 13.8552 3.85714 13.5V8.35714C3.85714 8.00196 4.14482 7.71429 4.5 7.71429H5.78571C6.14089 7.71429 6.42857 8.00196 6.42857 8.35714V13.5ZM10.2857 13.5C10.2857 13.8552 9.99804 14.1429 9.64286 14.1429H8.35714C8.00196 14.1429 7.71429 13.8552 7.71429 13.5V4.5C7.71429 4.14482 8.00196 3.85714 8.35714 3.85714H9.64286C9.99804 3.85714 10.2857 4.14482 10.2857 4.5V13.5ZM14.1429 13.5C14.1429 13.8552 13.8552 14.1429 13.5 14.1429H12.2143C11.8591 14.1429 11.5714 13.8552 11.5714 13.5V10.9286C11.5714 10.5734 11.8591 10.2857 12.2143 10.2857H13.5C13.8552 10.2857 14.1429 10.5734 14.1429 10.9286V13.5Z" fill="#383838"/>
</svg>

After

Width:  |  Height:  |  Size: 978 B

View File

@ -0,0 +1,3 @@
<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5179 6.25H0.482143C0.215879 6.25 0 6.04012 0 5.78125V4.375C0 3.33945 0.863437 2.5 1.92857 2.5H3.85714V0.46875C3.85714 0.209883 4.07302 0 4.33929 0H5.94643C6.21269 0 6.42857 0.209883 6.42857 0.46875V2.5H11.5714V0.46875C11.5714 0.209883 11.7873 0 12.0536 0H13.6607C13.927 0 14.1429 0.209883 14.1429 0.46875V2.5H16.0714C17.1366 2.5 18 3.33945 18 4.375V5.78125C18 6.04012 17.7841 6.25 17.5179 6.25ZM0.482143 7.5H17.5179C17.7841 7.5 18 7.70988 18 7.96875V18.125C18 19.1605 17.1366 20 16.0714 20H1.92857C0.863437 20 0 19.1605 0 18.125V7.96875C0 7.70988 0.215879 7.5 0.482143 7.5ZM13.8735 11.2479L12.7417 10.1386C12.5542 9.95484 12.2489 9.95363 12.0599 10.136L7.79946 14.2447L5.95205 12.4341C5.76454 12.2503 5.45922 12.2491 5.27018 12.4314L4.12923 13.5318C3.94019 13.7141 3.93895 14.0109 4.1265 14.1947L7.44529 17.4474C7.6328 17.6312 7.93808 17.6324 8.12712 17.4501L13.8708 11.9108C14.0598 11.7285 14.0611 11.4317 13.8735 11.2479Z" fill="#383838"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB