Add plus/minus icons

index-for-list-widget
jeremy@jermolene.com 2021-04-16 09:21:47 +01:00
rodzic caec6bc3fe
commit a6a2535c3a
2 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,6 @@
title: $:/core/images/minus-button
tags: $:/tags/Image
<svg width="22pt" height="22pt" class="tc-image-minus-button tc-image-button" viewBox="0 0 128 128">
<path d="M64,0 C99.346224,0 128,28.653776 128,64 C128,99.346224 99.346224,128 64,128 C28.653776,128 0,99.346224 0,64 C0,28.653776 28.653776,0 64,0 Z M64.3322905,16 C37.8226225,16 16.3322905,37.490332 16.3322905,64 C16.3322905,90.509668 37.8226225,112 64.3322905,112 C90.8419585,112 112.332291,90.509668 112.332291,64 C112.332291,37.490332 90.8419585,16 64.3322905,16 Z"></path>
<rect x="24" y="56" width="80" height="16" rx="8"></rect></svg>

Wyświetl plik

@ -0,0 +1,7 @@
title: $:/core/images/plus-button
tags: $:/tags/Image
<svg width="22pt" height="22pt" class="tc-image-plus-button tc-image-button" viewBox="0 0 128 128">
<path d="M64,-0.333044483 C99.346224,-0.333044483 128,28.3207315 128,63.6669555 C128,99.0131795 99.346224,127.666956 64,127.666956 C28.653776,127.666956 0,99.0131795 0,63.6669555 C0,28.3207315 28.653776,-0.333044483 64,-0.333044483 Z M64,16 C37.490332,16 16,37.490332 16,64 C16,90.509668 37.490332,112 64,112 C90.509668,112 112,90.509668 112,64 C112,37.490332 90.509668,16 64,16 Z"></path>
<rect x="24" y="56" width="80" height="16" rx="8"></rect>
<rect x="56" y="24" width="16" height="80" rx="8"></rect></svg>