Run the SVG optimiser on the new plus/minus icons

index-for-list-widget
jeremy@jermolene.com 2021-04-16 09:25:07 +01:00
rodzic a6a2535c3a
commit c325380231
2 zmienionych plików z 2 dodań i 7 usunięć

Wyświetl plik

@ -1,6 +1,4 @@
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>
<svg width="22pt" height="22pt" class="tc-image-minus-button tc-image-button" viewBox="0 0 128 128"><path d="M64 0c35.346 0 64 28.654 64 64 0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64C0 28.654 28.654 0 64 0zm.332 16c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z"/><rect width="80" height="16" x="24" y="56" rx="8"/></svg>

Wyświetl plik

@ -1,7 +1,4 @@
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>
<svg width="22pt" height="22pt" class="tc-image-plus-button tc-image-button" viewBox="0 0 128 128"><path d="M64-.333c35.346 0 64 28.654 64 64 0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64 0-35.346 28.654-64 64-64zM64 16c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z"/><rect width="80" height="16" x="24" y="56" rx="8"/><rect width="16" height="80" x="56" y="24" rx="8"/></svg>