From 4e3ca7bbae2db99ff254cbd6b561f33383df75e7 Mon Sep 17 00:00:00 2001 From: Lexi Mattick Date: Thu, 26 Feb 2026 23:05:41 -0800 Subject: [PATCH 1/3] A lot of new icons and some minor changes --- src/svg/event/minx.svg | 2 +- src/svg/event/sq1.svg | 2 +- src/svg/unofficial/333_mirror_blocks_bld.svg | 2 +- src/svg/unofficial/cmetrick_mini.svg | 1 + src/svg/unofficial/crazy_333.svg | 1 + src/svg/unofficial/dino.svg | 1 + src/svg/unofficial/gear.svg | 1 + src/svg/unofficial/gigaminx.svg | 1 + src/svg/unofficial/ivy.svg | 1 + src/svg/unofficial/pyraminx_crystal.svg | 1 + src/svg/unofficial/sq2.svg | 1 + src/svg/unofficial/super_sq1.svg | 1 + src/svg/unofficial/ufo.svg | 1 + 13 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 src/svg/unofficial/cmetrick_mini.svg create mode 100644 src/svg/unofficial/crazy_333.svg create mode 100644 src/svg/unofficial/dino.svg create mode 100644 src/svg/unofficial/gear.svg create mode 100644 src/svg/unofficial/gigaminx.svg create mode 100644 src/svg/unofficial/ivy.svg create mode 100644 src/svg/unofficial/pyraminx_crystal.svg create mode 100644 src/svg/unofficial/sq2.svg create mode 100644 src/svg/unofficial/super_sq1.svg create mode 100644 src/svg/unofficial/ufo.svg diff --git a/src/svg/event/minx.svg b/src/svg/event/minx.svg index c10c027..f5d9033 100644 --- a/src/svg/event/minx.svg +++ b/src/svg/event/minx.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/event/sq1.svg b/src/svg/event/sq1.svg index 10f403a..3011b17 100644 --- a/src/svg/event/sq1.svg +++ b/src/svg/event/sq1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/unofficial/333_mirror_blocks_bld.svg b/src/svg/unofficial/333_mirror_blocks_bld.svg index c351eaf..6986816 100644 --- a/src/svg/unofficial/333_mirror_blocks_bld.svg +++ b/src/svg/unofficial/333_mirror_blocks_bld.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/unofficial/cmetrick_mini.svg b/src/svg/unofficial/cmetrick_mini.svg new file mode 100644 index 0000000..89451a3 --- /dev/null +++ b/src/svg/unofficial/cmetrick_mini.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/unofficial/crazy_333.svg b/src/svg/unofficial/crazy_333.svg new file mode 100644 index 0000000..73ef9ea --- /dev/null +++ b/src/svg/unofficial/crazy_333.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/unofficial/dino.svg b/src/svg/unofficial/dino.svg new file mode 100644 index 0000000..668aa45 --- /dev/null +++ b/src/svg/unofficial/dino.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/unofficial/gear.svg b/src/svg/unofficial/gear.svg new file mode 100644 index 0000000..4ae3fcc --- /dev/null +++ b/src/svg/unofficial/gear.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/unofficial/gigaminx.svg b/src/svg/unofficial/gigaminx.svg new file mode 100644 index 0000000..f6b476b --- /dev/null +++ b/src/svg/unofficial/gigaminx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/unofficial/ivy.svg b/src/svg/unofficial/ivy.svg new file mode 100644 index 0000000..038921f --- /dev/null +++ b/src/svg/unofficial/ivy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/unofficial/pyraminx_crystal.svg b/src/svg/unofficial/pyraminx_crystal.svg new file mode 100644 index 0000000..918ea5f --- /dev/null +++ b/src/svg/unofficial/pyraminx_crystal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/unofficial/sq2.svg b/src/svg/unofficial/sq2.svg new file mode 100644 index 0000000..754d2f4 --- /dev/null +++ b/src/svg/unofficial/sq2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/unofficial/super_sq1.svg b/src/svg/unofficial/super_sq1.svg new file mode 100644 index 0000000..d5c38a0 --- /dev/null +++ b/src/svg/unofficial/super_sq1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/unofficial/ufo.svg b/src/svg/unofficial/ufo.svg new file mode 100644 index 0000000..be8254e --- /dev/null +++ b/src/svg/unofficial/ufo.svg @@ -0,0 +1 @@ + \ No newline at end of file From f61705bc3a14f8190b0c8249bb35f0da61620bfb Mon Sep 17 00:00:00 2001 From: Lexi Mattick Date: Fri, 27 Feb 2026 09:35:29 -0800 Subject: [PATCH 2/3] Update Dino Cube icon and add Helicopter 2x2 --- src/svg/unofficial/dino.svg | 2 +- src/svg/unofficial/helicopter_222.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/svg/unofficial/helicopter_222.svg diff --git a/src/svg/unofficial/dino.svg b/src/svg/unofficial/dino.svg index 668aa45..7745a8c 100644 --- a/src/svg/unofficial/dino.svg +++ b/src/svg/unofficial/dino.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/unofficial/helicopter_222.svg b/src/svg/unofficial/helicopter_222.svg new file mode 100644 index 0000000..42fe221 --- /dev/null +++ b/src/svg/unofficial/helicopter_222.svg @@ -0,0 +1 @@ + \ No newline at end of file From e7a83d74e92623bca9f2c8e492ff0b5cff5143ea Mon Sep 17 00:00:00 2001 From: Lexi Mattick Date: Fri, 27 Feb 2026 09:48:45 -0800 Subject: [PATCH 3/3] Rename helicopter_222 -> corner_helicopter_222 --- .../unofficial/{helicopter_222.svg => corner_helicopter_222.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/svg/unofficial/{helicopter_222.svg => corner_helicopter_222.svg} (100%) diff --git a/src/svg/unofficial/helicopter_222.svg b/src/svg/unofficial/corner_helicopter_222.svg similarity index 100% rename from src/svg/unofficial/helicopter_222.svg rename to src/svg/unofficial/corner_helicopter_222.svg