Add 'correct' svg

This commit is contained in:
Vyn 2024-10-17 14:38:04 +02:00
parent dd0c8c326a
commit e27b4c150b

View file

@ -1,4 +1,5 @@
export global Svg {
out property <string> correct: "m4 24l5-5l10 10L39 9l5 5l-25 25z";
out property <string> burger: "M3 6h18M3 12h18M3 18h18";
out property <string> play: "M240 128a15.74 15.74 0 0 1-7.6 13.51L88.32 229.65a16 16 0 0 1-16.2.3A15.86 15.86 0 0 1 64 216.13V39.87a15.86 15.86 0 0 1 8.12-13.82a16 16 0 0 1 16.2.3l144.08 88.14A15.74 15.74 0 0 1 240 128";
out property <string> pause: "M216 48v160a16 16 0 0 1-16 16h-40a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h40a16 16 0 0 1 16 16M96 32H56a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h40a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16";