From 7539bdf84da468e6de1cf4fe2087c0edd8c1b730 Mon Sep 17 00:00:00 2001 From: Enivex Date: Sat, 24 May 2025 17:41:04 -0400 Subject: [PATCH 1/2] Add recycling symbols --- src/modules/sym.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/modules/sym.txt b/src/modules/sym.txt index 4553fca..42c0b56 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -627,6 +627,21 @@ suit .spade.filled ♠ .spade.stroked ♤ +recycle + .stroked ♲ + .filled ♻︎ + .generic ♺ + .plastic.one ♳ + .plastic.two ♴ + .plastic.three ♵ + .plastic.four ♶ + .plastic.five ♷ + .plastic.six ♸ + .plastic.seven ♹ + .paper.fully ♼ + .paper.partial ♽ + .paper.permanent ♾︎ + // Music. note .up 🎜 From 6179b1d0f6e790e1d9fd344780f5e1d995d96fb2 Mon Sep 17 00:00:00 2001 From: Enivex Date: Sat, 24 May 2025 17:45:02 -0400 Subject: [PATCH 2/2] No need to include fully in the name --- src/modules/sym.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sym.txt b/src/modules/sym.txt index 42c0b56..e4e6c20 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -638,7 +638,7 @@ recycle .plastic.five ♷ .plastic.six ♸ .plastic.seven ♹ - .paper.fully ♼ + .paper ♼ .paper.partial ♽ .paper.permanent ♾︎