From 10f0163e7427963d83b70212a0011ec9db11f28c Mon Sep 17 00:00:00 2001 From: Lavages Date: Sat, 21 Mar 2026 21:32:48 +0800 Subject: [PATCH] feat: add icons for unofficial and variant events Added the following icons: - windmillcube, snake, axiscube - voidcube, 3x3twist, 3x3bets - 4x4oh, clockoh - 2x2fmc, 4x4fmc - masterkilominx, 3x3pawmitts, 3x3cubemile --- src/svg/unofficial/222fm.svg | 66 +++++++++++++++++++ src/svg/unofficial/333_axis_cube.svg | 10 +++ src/svg/unofficial/333_bets.svg | 5 ++ src/svg/unofficial/333_cube_mile.svg | 80 ++++++++++++++++++++++++ src/svg/unofficial/333_paw_mitts.svg | 41 ++++++++++++ src/svg/unofficial/333_twist_cube.svg | 49 +++++++++++++++ src/svg/unofficial/333_void.svg | 15 +++++ src/svg/unofficial/333_windmill_cube.svg | 40 ++++++++++++ src/svg/unofficial/444fm.svg | 69 ++++++++++++++++++++ src/svg/unofficial/444oh.svg | 44 +++++++++++++ src/svg/unofficial/clock_oh.svg | 28 +++++++++ src/svg/unofficial/mkilominx.svg | 16 +++++ src/svg/unofficial/snake.svg | 13 ++++ 13 files changed, 476 insertions(+) create mode 100644 src/svg/unofficial/222fm.svg create mode 100644 src/svg/unofficial/333_axis_cube.svg create mode 100644 src/svg/unofficial/333_bets.svg create mode 100644 src/svg/unofficial/333_cube_mile.svg create mode 100644 src/svg/unofficial/333_paw_mitts.svg create mode 100644 src/svg/unofficial/333_twist_cube.svg create mode 100644 src/svg/unofficial/333_void.svg create mode 100644 src/svg/unofficial/333_windmill_cube.svg create mode 100644 src/svg/unofficial/444fm.svg create mode 100644 src/svg/unofficial/444oh.svg create mode 100644 src/svg/unofficial/clock_oh.svg create mode 100644 src/svg/unofficial/mkilominx.svg create mode 100644 src/svg/unofficial/snake.svg diff --git a/src/svg/unofficial/222fm.svg b/src/svg/unofficial/222fm.svg new file mode 100644 index 0000000..6e45ea2 --- /dev/null +++ b/src/svg/unofficial/222fm.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + diff --git a/src/svg/unofficial/333_axis_cube.svg b/src/svg/unofficial/333_axis_cube.svg new file mode 100644 index 0000000..f39b3da --- /dev/null +++ b/src/svg/unofficial/333_axis_cube.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/svg/unofficial/333_bets.svg b/src/svg/unofficial/333_bets.svg new file mode 100644 index 0000000..1324259 --- /dev/null +++ b/src/svg/unofficial/333_bets.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/svg/unofficial/333_cube_mile.svg b/src/svg/unofficial/333_cube_mile.svg new file mode 100644 index 0000000..1e0b041 --- /dev/null +++ b/src/svg/unofficial/333_cube_mile.svg @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + diff --git a/src/svg/unofficial/333_paw_mitts.svg b/src/svg/unofficial/333_paw_mitts.svg new file mode 100644 index 0000000..ff993c3 --- /dev/null +++ b/src/svg/unofficial/333_paw_mitts.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + diff --git a/src/svg/unofficial/333_twist_cube.svg b/src/svg/unofficial/333_twist_cube.svg new file mode 100644 index 0000000..af44efc --- /dev/null +++ b/src/svg/unofficial/333_twist_cube.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + diff --git a/src/svg/unofficial/333_void.svg b/src/svg/unofficial/333_void.svg new file mode 100644 index 0000000..b60aee2 --- /dev/null +++ b/src/svg/unofficial/333_void.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/svg/unofficial/333_windmill_cube.svg b/src/svg/unofficial/333_windmill_cube.svg new file mode 100644 index 0000000..e3f6bef --- /dev/null +++ b/src/svg/unofficial/333_windmill_cube.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + diff --git a/src/svg/unofficial/444fm.svg b/src/svg/unofficial/444fm.svg new file mode 100644 index 0000000..4c11818 --- /dev/null +++ b/src/svg/unofficial/444fm.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + diff --git a/src/svg/unofficial/444oh.svg b/src/svg/unofficial/444oh.svg new file mode 100644 index 0000000..abbb64b --- /dev/null +++ b/src/svg/unofficial/444oh.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/svg/unofficial/clock_oh.svg b/src/svg/unofficial/clock_oh.svg new file mode 100644 index 0000000..0caa896 --- /dev/null +++ b/src/svg/unofficial/clock_oh.svg @@ -0,0 +1,28 @@ + + + + + + + + + + diff --git a/src/svg/unofficial/mkilominx.svg b/src/svg/unofficial/mkilominx.svg new file mode 100644 index 0000000..41902f5 --- /dev/null +++ b/src/svg/unofficial/mkilominx.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/svg/unofficial/snake.svg b/src/svg/unofficial/snake.svg new file mode 100644 index 0000000..0536b62 --- /dev/null +++ b/src/svg/unofficial/snake.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file