simple-icons-pack 15.11.0__tar.gz → 15.12.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of simple-icons-pack might be problematic. Click here for more details.

Files changed (66) hide show
  1. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/Cargo.lock +1 -1
  2. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/Cargo.toml +1 -1
  3. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/PKG-INFO +1 -1
  4. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/Cargo.toml +2 -2
  5. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/simple_icons_pack.pyi +6 -0
  6. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_03.rs +1 -1
  7. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_04.rs +1 -1
  8. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_05.rs +2 -2
  9. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_06.rs +2 -2
  10. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_07.rs +2 -2
  11. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_08.rs +2 -2
  12. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_09.rs +3 -3
  13. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_10.rs +3 -3
  14. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_11.rs +4 -4
  15. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_12.rs +4 -4
  16. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_13.rs +4 -4
  17. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_14.rs +5 -5
  18. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_15.rs +5 -5
  19. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_16.rs +6 -0
  20. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_02.rs +2 -2
  21. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_03.rs +11 -11
  22. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_04.rs +11 -11
  23. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_05.rs +23 -23
  24. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_06.rs +22 -22
  25. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_07.rs +22 -22
  26. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_08.rs +22 -22
  27. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_09.rs +33 -33
  28. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_10.rs +33 -33
  29. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_11.rs +44 -44
  30. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_12.rs +44 -44
  31. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_13.rs +44 -44
  32. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_14.rs +55 -57
  33. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_15.rs +57 -55
  34. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_16.rs +69 -3
  35. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_03.rs +1 -1
  36. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_04.rs +1 -1
  37. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_05.rs +2 -2
  38. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_06.rs +2 -2
  39. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_07.rs +2 -2
  40. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_08.rs +2 -2
  41. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_09.rs +3 -3
  42. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_10.rs +3 -3
  43. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_11.rs +4 -4
  44. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_12.rs +4 -4
  45. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_13.rs +4 -4
  46. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_14.rs +5 -5
  47. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_15.rs +5 -5
  48. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_16.rs +6 -0
  49. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/LICENSE +0 -0
  50. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/README.md +0 -0
  51. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/LICENSE +0 -0
  52. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/README.md +0 -0
  53. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/mod.rs +0 -0
  54. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_00.rs +0 -0
  55. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_01.rs +0 -0
  56. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/finder/part_02.rs +0 -0
  57. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/mod.rs +0 -0
  58. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_00.rs +0 -0
  59. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/icons/part_01.rs +0 -0
  60. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/lib.rs +0 -0
  61. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/mod.rs +0 -0
  62. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_00.rs +0 -0
  63. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_01.rs +0 -0
  64. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/src/py_binding/part_02.rs +0 -0
  65. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/crates/simple-icons/tests/test_simple_icons.py +0 -0
  66. {simple_icons_pack-15.11.0 → simple_icons_pack-15.12.0}/pyproject.toml +0 -0
@@ -149,7 +149,7 @@ dependencies = [
149
149
 
150
150
  [[package]]
151
151
  name = "simple-icons-pack"
152
- version = "15.11.0"
152
+ version = "15.12.0"
153
153
  dependencies = [
154
154
  "pyo3",
155
155
  ]
@@ -7,4 +7,4 @@ edition = "2024"
7
7
  repository = "https://github.com/2bndy5/redist-icons"
8
8
 
9
9
  [workspace.dependencies]
10
- pyo3 = { version = "0.26.0", features = ["extension-module"] }
10
+ pyo3 = { version = "0.26.0", features = ["extension-module", "abi3-py39"] }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simple-icons-pack
3
- Version: 15.11.0
3
+ Version: 15.12.0
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -1,9 +1,9 @@
1
1
  [package]
2
2
  name = "simple-icons-pack"
3
3
  description = "A redistribution of simple-icons npm package's SVG and metadata."
4
- version = "15.11.0"
4
+ version = "15.12.0"
5
5
  license = "CC0-1.0"
6
- exclude = ["deno.json", "main.ts", "pyproject.toml"]
6
+ exclude = ["deno.json","main.ts","pyproject.toml"]
7
7
  readme = "README.md"
8
8
 
9
9
  [package.repository]
@@ -729,6 +729,7 @@ SI_DEEPCOOL: Final[Icon] = ...
729
729
  SI_DEEPGRAM: Final[Icon] = ...
730
730
  SI_DEEPIN: Final[Icon] = ...
731
731
  SI_DEEPL: Final[Icon] = ...
732
+ SI_DEEPMIND: Final[Icon] = ...
732
733
  SI_DEEPNOTE: Final[Icon] = ...
733
734
  SI_DELIVEROO: Final[Icon] = ...
734
735
  SI_DELL: Final[Icon] = ...
@@ -1046,6 +1047,7 @@ SI_FREENET: Final[Icon] = ...
1046
1047
  SI_FREEPIK: Final[Icon] = ...
1047
1048
  SI_FREETUBE: Final[Icon] = ...
1048
1049
  SI_FRESH: Final[Icon] = ...
1050
+ SI_FRESHRSS: Final[Icon] = ...
1049
1051
  SI_FRIGATE: Final[Icon] = ...
1050
1052
  SI_FRITZ: Final[Icon] = ...
1051
1053
  SI_FRONTENDMENTOR: Final[Icon] = ...
@@ -1982,6 +1984,7 @@ SI_NORDVPN: Final[Icon] = ...
1982
1984
  SI_NORMALIZEDOTCSS: Final[Icon] = ...
1983
1985
  SI_NORTON: Final[Icon] = ...
1984
1986
  SI_NORWEGIAN: Final[Icon] = ...
1987
+ SI_NOTE: Final[Icon] = ...
1985
1988
  SI_NOTEBOOKLM: Final[Icon] = ...
1986
1989
  SI_NOTEPADPLUSPLUS: Final[Icon] = ...
1987
1990
  SI_NOTION: Final[Icon] = ...
@@ -2387,6 +2390,7 @@ SI_RADIXUI: Final[Icon] = ...
2387
2390
  SI_RADSTUDIO: Final[Icon] = ...
2388
2391
  SI_RAILWAY: Final[Icon] = ...
2389
2392
  SI_RAINMETER: Final[Icon] = ...
2393
+ SI_RAINYUN: Final[Icon] = ...
2390
2394
  SI_RAKUTEN: Final[Icon] = ...
2391
2395
  SI_RAKUTENKOBO: Final[Icon] = ...
2392
2396
  SI_RAM: Final[Icon] = ...
@@ -2811,6 +2815,7 @@ SI_SUBTITLEEDIT: Final[Icon] = ...
2811
2815
  SI_SUBVERSION: Final[Icon] = ...
2812
2816
  SI_SUCKLESS: Final[Icon] = ...
2813
2817
  SI_SUI: Final[Icon] = ...
2818
+ SI_SUITEST: Final[Icon] = ...
2814
2819
  SI_SUMOLOGIC: Final[Icon] = ...
2815
2820
  SI_SUNO: Final[Icon] = ...
2816
2821
  SI_SUNRISE: Final[Icon] = ...
@@ -3221,6 +3226,7 @@ SI_WELCOMETOTHEJUNGLE: Final[Icon] = ...
3221
3226
  SI_WELLFOUND: Final[Icon] = ...
3222
3227
  SI_WELLSFARGO: Final[Icon] = ...
3223
3228
  SI_WEMO: Final[Icon] = ...
3229
+ SI_WEREAD: Final[Icon] = ...
3224
3230
  SI_WESTERNDIGITAL: Final[Icon] = ...
3225
3231
  SI_WESTERNUNION: Final[Icon] = ...
3226
3232
  SI_WETRANSFER: Final[Icon] = ...
@@ -120,6 +120,7 @@ pub(super) fn find_part_3(slug: &str) -> Option<Icon> {
120
120
  "deepgram" => Some(icons::SI_DEEPGRAM),
121
121
  "deepin" => Some(icons::SI_DEEPIN),
122
122
  "deepl" => Some(icons::SI_DEEPL),
123
+ "deepmind" => Some(icons::SI_DEEPMIND),
123
124
  "deepnote" => Some(icons::SI_DEEPNOTE),
124
125
  "deliveroo" => Some(icons::SI_DELIVEROO),
125
126
  "dell" => Some(icons::SI_DELL),
@@ -202,7 +203,6 @@ pub(super) fn find_part_3(slug: &str) -> Option<Icon> {
202
203
  "dropbox" => Some(icons::SI_DROPBOX),
203
204
  "drupal" => Some(icons::SI_DRUPAL),
204
205
  "dsautomobiles" => Some(icons::SI_DSAUTOMOBILES),
205
- "dts" => Some(icons::SI_DTS),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,7 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_4(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "dts" => Some(icons::SI_DTS),
6
7
  "dtube" => Some(icons::SI_DTUBE),
7
8
  "ducati" => Some(icons::SI_DUCATI),
8
9
  "duckdb" => Some(icons::SI_DUCKDB),
@@ -202,7 +203,6 @@ pub(super) fn find_part_4(slug: &str) -> Option<Icon> {
202
203
  "fontawesome" => Some(icons::SI_FONTAWESOME),
203
204
  "fontbase" => Some(icons::SI_FONTBASE),
204
205
  "fontforge" => Some(icons::SI_FONTFORGE),
205
- "foobar2000" => Some(icons::SI_FOOBAR2000),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,7 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_5(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "foobar2000" => Some(icons::SI_FOOBAR2000),
6
7
  "foodpanda" => Some(icons::SI_FOODPANDA),
7
8
  "ford" => Some(icons::SI_FORD),
8
9
  "forgejo" => Some(icons::SI_FORGEJO),
@@ -37,6 +38,7 @@ pub(super) fn find_part_5(slug: &str) -> Option<Icon> {
37
38
  "freepik" => Some(icons::SI_FREEPIK),
38
39
  "freetube" => Some(icons::SI_FREETUBE),
39
40
  "fresh" => Some(icons::SI_FRESH),
41
+ "freshrss" => Some(icons::SI_FRESHRSS),
40
42
  "frigate" => Some(icons::SI_FRIGATE),
41
43
  "fritz" => Some(icons::SI_FRITZ),
42
44
  "frontendmentor" => Some(icons::SI_FRONTENDMENTOR),
@@ -201,8 +203,6 @@ pub(super) fn find_part_5(slug: &str) -> Option<Icon> {
201
203
  "graphite" => Some(icons::SI_GRAPHITE),
202
204
  "graphql" => Some(icons::SI_GRAPHQL),
203
205
  "grav" => Some(icons::SI_GRAV),
204
- "gravatar" => Some(icons::SI_GRAVATAR),
205
- "graylog" => Some(icons::SI_GRAYLOG),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,8 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_6(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "gravatar" => Some(icons::SI_GRAVATAR),
7
+ "graylog" => Some(icons::SI_GRAYLOG),
6
8
  "greasyfork" => Some(icons::SI_GREASYFORK),
7
9
  "greatlearning" => Some(icons::SI_GREATLEARNING),
8
10
  "greenhouse" => Some(icons::SI_GREENHOUSE),
@@ -201,8 +203,6 @@ pub(super) fn find_part_6(slug: &str) -> Option<Icon> {
201
203
  "instacart" => Some(icons::SI_INSTACART),
202
204
  "instagram" => Some(icons::SI_INSTAGRAM),
203
205
  "instapaper" => Some(icons::SI_INSTAPAPER),
204
- "instatus" => Some(icons::SI_INSTATUS),
205
- "instructables" => Some(icons::SI_INSTRUCTABLES),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,8 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_7(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "instatus" => Some(icons::SI_INSTATUS),
7
+ "instructables" => Some(icons::SI_INSTRUCTABLES),
6
8
  "instructure" => Some(icons::SI_INSTRUCTURE),
7
9
  "intel" => Some(icons::SI_INTEL),
8
10
  "intellijidea" => Some(icons::SI_INTELLIJIDEA),
@@ -201,8 +203,6 @@ pub(super) fn find_part_7(slug: &str) -> Option<Icon> {
201
203
  "lbry" => Some(icons::SI_LBRY),
202
204
  "leaderprice" => Some(icons::SI_LEADERPRICE),
203
205
  "leaflet" => Some(icons::SI_LEAFLET),
204
- "leagueoflegends" => Some(icons::SI_LEAGUEOFLEGENDS),
205
- "leanpub" => Some(icons::SI_LEANPUB),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,8 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_8(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "leagueoflegends" => Some(icons::SI_LEAGUEOFLEGENDS),
7
+ "leanpub" => Some(icons::SI_LEANPUB),
6
8
  "leetcode" => Some(icons::SI_LEETCODE),
7
9
  "lefthook" => Some(icons::SI_LEFTHOOK),
8
10
  "legacygames" => Some(icons::SI_LEGACYGAMES),
@@ -201,8 +203,6 @@ pub(super) fn find_part_8(slug: &str) -> Option<Icon> {
201
203
  "mewe" => Some(icons::SI_MEWE),
202
204
  "mezmo" => Some(icons::SI_MEZMO),
203
205
  "mg" => Some(icons::SI_MG),
204
- "microbit" => Some(icons::SI_MICROBIT),
205
- "microdotblog" => Some(icons::SI_MICRODOTBLOG),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,8 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_9(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "microbit" => Some(icons::SI_MICROBIT),
7
+ "microdotblog" => Some(icons::SI_MICRODOTBLOG),
6
8
  "microeditor" => Some(icons::SI_MICROEDITOR),
7
9
  "micropython" => Some(icons::SI_MICROPYTHON),
8
10
  "microstation" => Some(icons::SI_MICROSTATION),
@@ -173,6 +175,7 @@ pub(super) fn find_part_9(slug: &str) -> Option<Icon> {
173
175
  "normalizedotcss" => Some(icons::SI_NORMALIZEDOTCSS),
174
176
  "norton" => Some(icons::SI_NORTON),
175
177
  "norwegian" => Some(icons::SI_NORWEGIAN),
178
+ "note" => Some(icons::SI_NOTE),
176
179
  "notebooklm" => Some(icons::SI_NOTEBOOKLM),
177
180
  "notepadplusplus" => Some(icons::SI_NOTEPADPLUSPLUS),
178
181
  "notion" => Some(icons::SI_NOTION),
@@ -200,9 +203,6 @@ pub(super) fn find_part_9(slug: &str) -> Option<Icon> {
200
203
  "nxp" => Some(icons::SI_NXP),
201
204
  "nzxt" => Some(icons::SI_NZXT),
202
205
  "o2" => Some(icons::SI_O2),
203
- "obb" => Some(icons::SI_OBB),
204
- "observable" => Some(icons::SI_OBSERVABLE),
205
- "obsidian" => Some(icons::SI_OBSIDIAN),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,9 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_10(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "obb" => Some(icons::SI_OBB),
7
+ "observable" => Some(icons::SI_OBSERVABLE),
8
+ "obsidian" => Some(icons::SI_OBSIDIAN),
6
9
  "obsstudio" => Some(icons::SI_OBSSTUDIO),
7
10
  "obtainium" => Some(icons::SI_OBTAINIUM),
8
11
  "ocaml" => Some(icons::SI_OCAML),
@@ -200,9 +203,6 @@ pub(super) fn find_part_10(slug: &str) -> Option<Icon> {
200
203
  "pixabay" => Some(icons::SI_PIXABAY),
201
204
  "pixelfed" => Some(icons::SI_PIXELFED),
202
205
  "pixiv" => Some(icons::SI_PIXIV),
203
- "pixlr" => Some(icons::SI_PIXLR),
204
- "pkgsrc" => Some(icons::SI_PKGSRC),
205
- "planet" => Some(icons::SI_PLANET),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,9 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_11(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "pixlr" => Some(icons::SI_PIXLR),
7
+ "pkgsrc" => Some(icons::SI_PKGSRC),
8
+ "planet" => Some(icons::SI_PLANET),
6
9
  "planetscale" => Some(icons::SI_PLANETSCALE),
7
10
  "plangrid" => Some(icons::SI_PLANGRID),
8
11
  "platformdotsh" => Some(icons::SI_PLATFORMDOTSH),
@@ -178,6 +181,7 @@ pub(super) fn find_part_11(slug: &str) -> Option<Icon> {
178
181
  "radstudio" => Some(icons::SI_RADSTUDIO),
179
182
  "railway" => Some(icons::SI_RAILWAY),
180
183
  "rainmeter" => Some(icons::SI_RAINMETER),
184
+ "rainyun" => Some(icons::SI_RAINYUN),
181
185
  "rakuten" => Some(icons::SI_RAKUTEN),
182
186
  "rakutenkobo" => Some(icons::SI_RAKUTENKOBO),
183
187
  "ram" => Some(icons::SI_RAM),
@@ -199,10 +203,6 @@ pub(super) fn find_part_11(slug: &str) -> Option<Icon> {
199
203
  "reacthookform" => Some(icons::SI_REACTHOOKFORM),
200
204
  "reactiveresume" => Some(icons::SI_REACTIVERESUME),
201
205
  "reactivex" => Some(icons::SI_REACTIVEX),
202
- "reactos" => Some(icons::SI_REACTOS),
203
- "reactquery" => Some(icons::SI_REACTQUERY),
204
- "reactrouter" => Some(icons::SI_REACTROUTER),
205
- "reacttable" => Some(icons::SI_REACTTABLE),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,10 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_12(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "reactos" => Some(icons::SI_REACTOS),
7
+ "reactquery" => Some(icons::SI_REACTQUERY),
8
+ "reactrouter" => Some(icons::SI_REACTROUTER),
9
+ "reacttable" => Some(icons::SI_REACTTABLE),
6
10
  "readdotcv" => Some(icons::SI_READDOTCV),
7
11
  "readme" => Some(icons::SI_README),
8
12
  "readthedocs" => Some(icons::SI_READTHEDOCS),
@@ -199,10 +203,6 @@ pub(super) fn find_part_12(slug: &str) -> Option<Icon> {
199
203
  "sequelize" => Some(icons::SI_SEQUELIZE),
200
204
  "servbay" => Some(icons::SI_SERVBAY),
201
205
  "serverfault" => Some(icons::SI_SERVERFAULT),
202
- "serverless" => Some(icons::SI_SERVERLESS),
203
- "session" => Some(icons::SI_SESSION),
204
- "sessionize" => Some(icons::SI_SESSIONIZE),
205
- "setapp" => Some(icons::SI_SETAPP),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,10 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_13(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "serverless" => Some(icons::SI_SERVERLESS),
7
+ "session" => Some(icons::SI_SESSION),
8
+ "sessionize" => Some(icons::SI_SESSIONIZE),
9
+ "setapp" => Some(icons::SI_SETAPP),
6
10
  "sfml" => Some(icons::SI_SFML),
7
11
  "shadcnui" => Some(icons::SI_SHADCNUI),
8
12
  "shadow" => Some(icons::SI_SHADOW),
@@ -199,10 +203,6 @@ pub(super) fn find_part_13(slug: &str) -> Option<Icon> {
199
203
  "sublimetext" => Some(icons::SI_SUBLIMETEXT),
200
204
  "substack" => Some(icons::SI_SUBSTACK),
201
205
  "subtitleedit" => Some(icons::SI_SUBTITLEEDIT),
202
- "subversion" => Some(icons::SI_SUBVERSION),
203
- "suckless" => Some(icons::SI_SUCKLESS),
204
- "sui" => Some(icons::SI_SUI),
205
- "sumologic" => Some(icons::SI_SUMOLOGIC),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,11 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_14(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "subversion" => Some(icons::SI_SUBVERSION),
7
+ "suckless" => Some(icons::SI_SUCKLESS),
8
+ "sui" => Some(icons::SI_SUI),
9
+ "suitest" => Some(icons::SI_SUITEST),
10
+ "sumologic" => Some(icons::SI_SUMOLOGIC),
6
11
  "suno" => Some(icons::SI_SUNO),
7
12
  "sunrise" => Some(icons::SI_SUNRISE),
8
13
  "supabase" => Some(icons::SI_SUPABASE),
@@ -198,11 +203,6 @@ pub(super) fn find_part_14(slug: &str) -> Option<Icon> {
198
203
  "trpc" => Some(icons::SI_TRPC),
199
204
  "truenas" => Some(icons::SI_TRUENAS),
200
205
  "trueup" => Some(icons::SI_TRUEUP),
201
- "trulia" => Some(icons::SI_TRULIA),
202
- "trustedshops" => Some(icons::SI_TRUSTEDSHOPS),
203
- "trustpilot" => Some(icons::SI_TRUSTPILOT),
204
- "tryhackme" => Some(icons::SI_TRYHACKME),
205
- "tryitonline" => Some(icons::SI_TRYITONLINE),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,11 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_15(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "trulia" => Some(icons::SI_TRULIA),
7
+ "trustedshops" => Some(icons::SI_TRUSTEDSHOPS),
8
+ "trustpilot" => Some(icons::SI_TRUSTPILOT),
9
+ "tryhackme" => Some(icons::SI_TRYHACKME),
10
+ "tryitonline" => Some(icons::SI_TRYITONLINE),
6
11
  "tsnode" => Some(icons::SI_TSNODE),
7
12
  "tubi" => Some(icons::SI_TUBI),
8
13
  "tui" => Some(icons::SI_TUI),
@@ -198,11 +203,6 @@ pub(super) fn find_part_15(slug: &str) -> Option<Icon> {
198
203
  "webgl" => Some(icons::SI_WEBGL),
199
204
  "webgpu" => Some(icons::SI_WEBGPU),
200
205
  "weblate" => Some(icons::SI_WEBLATE),
201
- "webmin" => Some(icons::SI_WEBMIN),
202
- "webmoney" => Some(icons::SI_WEBMONEY),
203
- "webpack" => Some(icons::SI_WEBPACK),
204
- "webrtc" => Some(icons::SI_WEBRTC),
205
- "webstorm" => Some(icons::SI_WEBSTORM),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,11 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_16(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "webmin" => Some(icons::SI_WEBMIN),
7
+ "webmoney" => Some(icons::SI_WEBMONEY),
8
+ "webpack" => Some(icons::SI_WEBPACK),
9
+ "webrtc" => Some(icons::SI_WEBRTC),
10
+ "webstorm" => Some(icons::SI_WEBSTORM),
6
11
  "webtoon" => Some(icons::SI_WEBTOON),
7
12
  "webtrees" => Some(icons::SI_WEBTREES),
8
13
  "wechat" => Some(icons::SI_WECHAT),
@@ -12,6 +17,7 @@ pub(super) fn find_part_16(slug: &str) -> Option<Icon> {
12
17
  "wellfound" => Some(icons::SI_WELLFOUND),
13
18
  "wellsfargo" => Some(icons::SI_WELLSFARGO),
14
19
  "wemo" => Some(icons::SI_WEMO),
20
+ "weread" => Some(icons::SI_WEREAD),
15
21
  "westerndigital" => Some(icons::SI_WESTERNDIGITAL),
16
22
  "westernunion" => Some(icons::SI_WESTERNUNION),
17
23
  "wetransfer" => Some(icons::SI_WETRANSFER),
@@ -1916,8 +1916,8 @@ pub const SI_CODER: Icon = Icon {
1916
1916
  slug: "coder",
1917
1917
  title: "Coder",
1918
1918
  hex: "090B0B",
1919
- source: "https://coder.together.agency/#3-logos",
1920
- guidelines: Some("https://coder.together.agency"),
1919
+ source: "https://coder.com/brand#3-logos",
1920
+ guidelines: Some("https://coder.com/brand"),
1921
1921
  license: None,
1922
1922
  };
1923
1923
 
@@ -1288,6 +1288,17 @@ pub const SI_DEEPL: Icon = Icon {
1288
1288
  license: None,
1289
1289
  };
1290
1290
 
1291
+ /// deepmind
1292
+ pub const SI_DEEPMIND: Icon = Icon {
1293
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>DeepMind</title><path d="m5.99,1.62a8.54,8.54 0 0 0 -2.54,6.83c0.35,4.4 4.51,7.99 8.28,7.99c3.5,0 4.88,-3.06 4.54,-5.14a4.32,4.32 0 0 0 -0.95,-2.07c0.63,0.34 1.24,0.77 1.81,1.3c1.52,1.41 2.44,3.23 2.58,5.1c0.33,4.13 -2.73,8.37 -7.85,8.37c-1.69,0 -3.48,-0.43 -4.98,-1.14c-4.06,-1.92 -6.88,-6.06 -6.88,-10.86c0,-4.43 2.41,-8.3 5.99,-10.38zm6.15,-1.62c1.69,0 3.48,0.43 4.98,1.14a12,12 0 0 1 6.88,10.86c0,4.43 -2.41,8.3 -5.99,10.38a8.54,8.54 0 0 0 2.54,-6.83c-0.35,-4.4 -4.51,-7.99 -8.28,-7.99c-3.5,0 -4.88,3.06 -4.54,5.14a4.3,4.3 0 0 0 0.96,2.07a8.72,8.72 0 0 1 -1.81,-1.3c-1.52,-1.41 -2.44,-3.23 -2.59,-5.1c-0.33,-4.13 2.73,-8.37 7.85,-8.37z"/></svg>"#,
1294
+ slug: "deepmind",
1295
+ title: "DeepMind",
1296
+ hex: "4285F4",
1297
+ source: "https://deepmind.google",
1298
+ guidelines: None,
1299
+ license: None,
1300
+ };
1301
+
1291
1302
  /// deepnote
1292
1303
  pub const SI_DEEPNOTE: Icon = Icon {
1293
1304
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Deepnote</title><path d="M10.22 11.506l.111.018c-.038-.006-.075-.011-.111-.018zm4.475 8.073c.636-2.816-2.172-4.8-6.955-4.814L.713 24h9.586c.132-.025.256-.056.384-.085 2.258-1.057 3.598-2.501 4.012-4.336zM10.299 24h.203l.021-.01c-.075.003-.148.008-.224.01zM24 11.319C24 3.15 18.711-.597 8.134.077L0 11.319h7.568c3.323 0 8.457.719 8.457 6.153 0 3.622-1.909 5.798-5.727 6.528.099-.003.194-.009.291-.013l-.011.001-.076.012h.912l.247-.077C19.885 23.27 24 19.07 24 11.319z"/></svg>"#,
@@ -2195,14 +2206,3 @@ pub const SI_DSAUTOMOBILES: Icon = Icon {
2195
2206
  guidelines: None,
2196
2207
  license: None,
2197
2208
  };
2198
-
2199
- /// dts
2200
- pub const SI_DTS: Icon = Icon {
2201
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>DTS</title><path d="m23.556 14.346-1.194-1.173a.841.841 0 0 1 .604-1.445h.59a.346.346 0 0 0 .349-.343v-.636H18.97a1.492 1.492 0 0 0-1.507 1.477v.003c0 .396.16.775.444 1.05l1.201 1.18a.841.841 0 0 1-.604 1.446h-1.849a1.306 1.306 0 0 1-1.317-1.294v-2.876h1.135a.346.346 0 0 0 .35-.343v-.636h-1.485V7.587l-3.866 1.66v1.494h-1.87V7.123h-2.87a.986.986 0 0 0-.997.98v2.638H3.67C1.514 10.741 0 11.893 0 13.81c0 1.71 1.776 3.068 3.676 3.068h4.615a1.306 1.306 0 0 0 1.318-1.294v-3.855h1.863v2.503c0 1.423.874 2.646 2.65 2.646h8.371A1.492 1.492 0 0 0 24 15.4v-.003a1.444 1.444 0 0 0-.444-1.051zM5.729 15.683a.217.217 0 0 1-.219.214h-.13c-1.34 0-1.835-.908-1.85-2.088.015-1.216.525-2.088 1.85-2.088h.349v3.962z"/></svg>"#,
2202
- slug: "dts",
2203
- title: "DTS",
2204
- hex: "F98B2B",
2205
- source: "https://xperi.com/brands/dts/",
2206
- guidelines: Some("https://xperi.com/terms-conditions/"),
2207
- license: None,
2208
- };
@@ -1,6 +1,17 @@
1
1
  // This file was generated. DO NOT EDIT.
2
2
  use crate::Icon;
3
3
 
4
+ /// dts
5
+ pub const SI_DTS: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>DTS</title><path d="m23.556 14.346-1.194-1.173a.841.841 0 0 1 .604-1.445h.59a.346.346 0 0 0 .349-.343v-.636H18.97a1.492 1.492 0 0 0-1.507 1.477v.003c0 .396.16.775.444 1.05l1.201 1.18a.841.841 0 0 1-.604 1.446h-1.849a1.306 1.306 0 0 1-1.317-1.294v-2.876h1.135a.346.346 0 0 0 .35-.343v-.636h-1.485V7.587l-3.866 1.66v1.494h-1.87V7.123h-2.87a.986.986 0 0 0-.997.98v2.638H3.67C1.514 10.741 0 11.893 0 13.81c0 1.71 1.776 3.068 3.676 3.068h4.615a1.306 1.306 0 0 0 1.318-1.294v-3.855h1.863v2.503c0 1.423.874 2.646 2.65 2.646h8.371A1.492 1.492 0 0 0 24 15.4v-.003a1.444 1.444 0 0 0-.444-1.051zM5.729 15.683a.217.217 0 0 1-.219.214h-.13c-1.34 0-1.835-.908-1.85-2.088.015-1.216.525-2.088 1.85-2.088h.349v3.962z"/></svg>"#,
7
+ slug: "dts",
8
+ title: "DTS",
9
+ hex: "F98B2B",
10
+ source: "https://xperi.com/brands/dts/",
11
+ guidelines: Some("https://xperi.com/terms-conditions/"),
12
+ license: None,
13
+ };
14
+
4
15
  /// dtube
5
16
  pub const SI_DTUBE: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>DTube</title><path d="M0 1.6416v20.7168h8.5156c1.3133 0 2.4886-.1588 3.5371-.4766 1.038-.3177 1.9716-.7833 2.7871-1.4082 1.1545-.8896 2.0431-2.0456 2.668-3.4648.6143-1.4192.9316-3.0486.9316-4.8809-.0105-1.578-.243-3.0203-.709-4.3125-.466-1.2921-1.1116-2.3919-1.959-3.3027-.8366-.9109-1.8536-1.6108-3.0292-2.1191-1.1757-.4979-2.4784-.752-3.9082-.752zm5.2012 5.709l8.039 4.6601-8.039 4.6485zm15.9922 9.162c-1.4934 0-2.711 1.2177-2.711 2.711 0 1.4934 1.2176 2.711 2.711 2.711h.0957c1.4933 0 2.7109-1.2176 2.7109-2.711 0-1.4933-1.2176-2.711-2.711-2.711z"/></svg>"#,
@@ -2195,14 +2206,3 @@ pub const SI_FONTFORGE: Icon = Icon {
2195
2206
  guidelines: None,
2196
2207
  license: None,
2197
2208
  };
2198
-
2199
- /// foobar2000
2200
- pub const SI_FOOBAR2000: Icon = Icon {
2201
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>foobar2000</title><path d="M18.3824 7.6193 15.3809 0l-2.3955 5.1661c-.5091-.1745-1.4618-.1757-1.9709 0L8.6191 0 5.6176 7.6193c-.8457 2.1469-1.6218 4.3796 0 6.8113.597.8951 6.3758 9.5793 6.3824 9.5694l6.3824-9.5694c1.6219-2.4317.8458-4.6644 0-6.8113zm-5.0072 7.2514c-.3362-.2978-.4172-.8447-.2281-1.54.1893-.696.626-1.4546 1.2295-2.136.6035-.6814 1.3039-1.2064 1.972-1.4784.6673-.2717 1.22-.2572 1.5562.0406.3362.2978.4172.8447.2281 1.5399-.1893.696-.626 1.4546-1.2296 2.136-.6035.6814-1.3039 1.2064-1.9719 1.4784-.6673.2717-1.2199.2573-1.5562-.0405zm.4448 4.8335c-.1573.0906-.3757.0798-.4889-.1165l-1.3283-2.3038L12 17.279l-1.3329 2.3114c-.0627.1087-.1625.1686-.2812.1686-.1385 0-.2784-.0811-.348-.2018-.0601-.1042-.0583-.2219.005-.3313l1.5555-2.6884c.0825-.1425.232-.2275.3999-.2275h.0004c.1703.0001.3216.0864.4048.2308l1.5477 2.6856c.1197.2073.0158.393-.1312.4778zm-4.7515-4.7929c-.6681-.272-1.3684-.797-1.9719-1.4784-.6035-.6814-1.0402-1.44-1.2295-2.136-.1892-.6952-.1081-1.2421.2281-1.5399.1762-.1561.4119-.2343.6924-.2343.2546 0 .5463.0645.8638.1938.6681.272 1.3684.797 1.9719 1.4784.6036.6814 1.0402 1.44 1.2295 2.136.1891.6952.1081 1.2421-.2281 1.54-.3361.2976-.8888.312-1.5562.0404z"/></svg>"#,
2202
- slug: "foobar2000",
2203
- title: "foobar2000",
2204
- hex: "000000",
2205
- source: "https://hydrogenaud.io/index.php?topic=55604.0",
2206
- guidelines: None,
2207
- license: None,
2208
- };
@@ -1,6 +1,17 @@
1
1
  // This file was generated. DO NOT EDIT.
2
2
  use crate::Icon;
3
3
 
4
+ /// foobar2000
5
+ pub const SI_FOOBAR2000: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>foobar2000</title><path d="M18.3824 7.6193 15.3809 0l-2.3955 5.1661c-.5091-.1745-1.4618-.1757-1.9709 0L8.6191 0 5.6176 7.6193c-.8457 2.1469-1.6218 4.3796 0 6.8113.597.8951 6.3758 9.5793 6.3824 9.5694l6.3824-9.5694c1.6219-2.4317.8458-4.6644 0-6.8113zm-5.0072 7.2514c-.3362-.2978-.4172-.8447-.2281-1.54.1893-.696.626-1.4546 1.2295-2.136.6035-.6814 1.3039-1.2064 1.972-1.4784.6673-.2717 1.22-.2572 1.5562.0406.3362.2978.4172.8447.2281 1.5399-.1893.696-.626 1.4546-1.2296 2.136-.6035.6814-1.3039 1.2064-1.9719 1.4784-.6673.2717-1.2199.2573-1.5562-.0405zm.4448 4.8335c-.1573.0906-.3757.0798-.4889-.1165l-1.3283-2.3038L12 17.279l-1.3329 2.3114c-.0627.1087-.1625.1686-.2812.1686-.1385 0-.2784-.0811-.348-.2018-.0601-.1042-.0583-.2219.005-.3313l1.5555-2.6884c.0825-.1425.232-.2275.3999-.2275h.0004c.1703.0001.3216.0864.4048.2308l1.5477 2.6856c.1197.2073.0158.393-.1312.4778zm-4.7515-4.7929c-.6681-.272-1.3684-.797-1.9719-1.4784-.6035-.6814-1.0402-1.44-1.2295-2.136-.1892-.6952-.1081-1.2421.2281-1.5399.1762-.1561.4119-.2343.6924-.2343.2546 0 .5463.0645.8638.1938.6681.272 1.3684.797 1.9719 1.4784.6036.6814 1.0402 1.44 1.2295 2.136.1891.6952.1081 1.2421-.2281 1.54-.3361.2976-.8888.312-1.5562.0404z"/></svg>"#,
7
+ slug: "foobar2000",
8
+ title: "foobar2000",
9
+ hex: "000000",
10
+ source: "https://hydrogenaud.io/index.php?topic=55604.0",
11
+ guidelines: None,
12
+ license: None,
13
+ };
14
+
4
15
  /// foodpanda
5
16
  pub const SI_FOODPANDA: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>foodpanda</title><path d="M4.224 0a3.14 3.14 0 00-3.14 3.127 3.1 3.1 0 001.079 2.36 11.811 11.811 0 00-2.037 6.639C.126 18.68 5.458 24 12 24c6.542 0 11.874-5.32 11.874-11.874a11.69 11.69 0 00-2.025-6.614 3.136 3.136 0 001.09-2.373A3.132 3.132 0 0019.8.012a3.118 3.118 0 00-2.636 1.438A11.792 11.792 0 0012.012.264c-1.845 0-3.595.419-5.152 1.174A3.133 3.133 0 004.224 0zM12 1.198c1.713 0 3.331.396 4.78 1.102a10.995 10.995 0 014.29 3.715 10.89 10.89 0 011.882 6.135c.011 6.039-4.901 10.951-10.94 10.951-6.04 0-10.951-4.912-10.951-10.951 0-2.277.694-4.386 1.88-6.135A11.08 11.08 0 017.232 2.3 10.773 10.773 0 0112 1.198zM7.367 6.345c-.853.012-1.743.292-2.28.653-1.031.682-2.29 2.156-2.085 4.181.191 2.025 1.785 3.283 2.612 3.283.826 0 1.234-.42 1.485-1.45.252-1.018 1.115-2.192 2.217-3.45s-.024-2.469-.024-2.469c-.393-.513-1.052-.727-1.755-.747a3.952 3.952 0 00-.17-.001zm9.233.007l-.17.001c-.702.02-1.358.233-1.746.752 0 0-1.126 1.21-.024 2.469 1.114 1.258 1.965 2.432 2.217 3.45.251 1.019.659 1.438 1.485 1.45.827 0 2.409-1.258 2.612-3.283.204-2.025-1.054-3.51-2.084-4.182-.544-.36-1.437-.643-2.29-.657zm-8.962 2c.348 0 .624.275.624.623-.012.335-.288.623-.624.623a.619.619 0 01-.623-.623c0-.348.276-.624.623-.624zm8.891 0c.348 0 .623.275.623.623-.012.335-.287.623-.623.623a.619.619 0 01-.623-.623c0-.348.288-.624.623-.624zm-4.541 4.025c-.527 0-2.06.096-2.06.587 0 .887 1.88 1.522 2.06 1.474.18.048 2.06-.587 2.06-1.474 0-.49-1.52-.587-2.06-.587zM9.076 15.17c0 1.414 1.294 2.564 2.912 2.564 1.618 0 2.924-1.15 2.924-2.564z"/></svg>"#,
@@ -375,6 +386,17 @@ pub const SI_FRESH: Icon = Icon {
375
386
  license: None,
376
387
  };
377
388
 
389
+ /// freshrss
390
+ pub const SI_FRESHRSS: Icon = Icon {
391
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>FreshRSS</title><path d="M11.738.003C5.217.151.006 5.476 0 11.999h2.25a9.74 9.74 0 0 1 6.02-9.008 9.74 9.74 0 0 1 10.628 2.113 9.74 9.74 0 0 1 2.113 10.626 9.74 9.74 0 0 1-9.01 6.02V24c4.85 0 9.23-2.927 11.088-7.408A12 12 0 0 0 11.738.003m.264.5v1.252c-1.32 0-2.653.25-3.922.775-3.674 1.521-6.06 5.03-6.256 8.97H.574c.2-4.443 2.89-8.413 7.028-10.126A11.4 11.4 0 0 1 12 .503m-.031 3.434a8 8 0 0 0-3.055.613A8.07 8.07 0 0 0 3.938 12h2.25a5.8 5.8 0 0 1 3.589-5.37 5.81 5.81 0 0 1 6.334 1.26 5.8 5.8 0 0 1 1.26 6.335 5.8 5.8 0 0 1-5.37 3.588v2.25a8.07 8.07 0 0 0 7.451-4.977 8.07 8.07 0 0 0-1.75-8.788c-2.125-2.125-4.667-2.365-5.732-2.362m.03.501V5.69a6.3 6.3 0 0 0-2.415.477c-2.2.911-3.633 2.987-3.823 5.332h-1.25C4.703 8.65 6.44 6.115 9.105 5.012A7.5 7.5 0 0 1 12 4.438M18.312 12h1.248a7.6 7.6 0 0 1-.57 2.896c-1.104 2.664-3.639 4.4-6.488 4.593v-1.25c2.345-.19 4.42-1.621 5.333-3.822A6.3 6.3 0 0 0 18.312 12m3.936 0h1.248c0 1.483-.278 2.978-.867 4.4-1.714 4.137-5.685 6.828-10.127 7.027v-1.25c3.94-.197 7.45-2.582 8.97-6.254A10.3 10.3 0 0 0 22.249 12m-7.155 0A3.094 3.094 0 0 1 12 15.094 3.094 3.094 0 0 1 8.906 12 3.094 3.094 0 0 1 12 8.906 3.094 3.094 0 0 1 15.094 12"/></svg>"#,
392
+ slug: "freshrss",
393
+ title: "FreshRSS",
394
+ hex: "0062BE",
395
+ source: "https://freshrss.org/images/icon.svg",
396
+ guidelines: None,
397
+ license: None,
398
+ };
399
+
378
400
  /// frigate
379
401
  pub const SI_FRIGATE: Icon = Icon {
380
402
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Frigate</title><path d="M20.892.036c-.066.078-4.134 1.356-5.313 1.679-1.089.3-4.201 1.49-4.646 1.778-.144.1-.255.267-.255.378s.278.622.611 1.134c.756 1.156.778 1.434.211 2.767-.556 1.29-.9 1.7-1.8 2.123-.412.19-.867.467-1.023.6-.156.134-.556.356-.89.478-.333.123-.622.3-.644.39-.033.144.022.144.4.022.6-.212.912-.112.912.289 0 .355-.445.666-1.623 1.156-2.823 1.144-3.646 1.511-4.024 1.822-.578.445-.655.856-.355 1.79.122.378.222.811.222.945 0 .233.589 1.923 1.5 4.323.367.956 1.123 2.279 1.312 2.29.056 0 .067-.256.022-.567-.066-.5-.166-3.245-.189-5.602-.022-1.2.223-1.767 1.112-2.634.844-.834 2.123-1.712 3.256-2.256.756-.356.834-.378 1.701-.312.934.067 2.479-.144 3.323-.444.3-.111.578-.122.89-.067.6.111 4.412.122 4.412.011 0-.044-.356-.144-.789-.21-1.167-.179-1.19-.334-.056-.423 1.845-.156.834-.39-1.69-.39-1.655 0-1.978-.088-2.567-.7-.578-.61-.855-2.211-.555-3.19.066-.21.155-1.111.21-2 .045-.89.123-1.7.168-1.812.1-.256 1.344-.978 2.512-1.456.51-.211 1.333-.556 1.822-.767.778-.333 1.845-.789 2.557-1.078.167-.078.122-.1-.234-.1-.244-.011-.478.011-.5.033"/></svg>"#,
@@ -647,7 +669,7 @@ pub const SI_GAMESCIENCE: Icon = Icon {
647
669
  slug: "gamescience",
648
670
  title: "Game Science",
649
671
  hex: "000000",
650
- source: "https://gamesci.com.cn",
672
+ source: "https://gamesci.cn",
651
673
  guidelines: None,
652
674
  license: None,
653
675
  };
@@ -2192,25 +2214,3 @@ pub const SI_GRAV: Icon = Icon {
2192
2214
  guidelines: None,
2193
2215
  license: None,
2194
2216
  };
2195
-
2196
- /// gravatar
2197
- pub const SI_GRAVATAR: Icon = Icon {
2198
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Gravatar</title><path d="M12 0c-1.326 0-2.4 1.074-2.4 2.4v8.4c0 1.324 1.074 2.398 2.4 2.398s2.4-1.074 2.4-2.398V5.21c2.795.99 4.799 3.654 4.799 6.789 0 3.975-3.225 7.199-7.199 7.199S4.801 15.975 4.801 12c0-1.989.805-3.789 2.108-5.091.938-.938.938-2.458 0-3.396s-2.458-.938-3.396 0C1.344 5.686 0 8.686 0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0"/></svg>"#,
2199
- slug: "gravatar",
2200
- title: "Gravatar",
2201
- hex: "1E8CBE",
2202
- source: "https://automattic.com/press/brand-materials/",
2203
- guidelines: None,
2204
- license: None,
2205
- };
2206
-
2207
- /// graylog
2208
- pub const SI_GRAYLOG: Icon = Icon {
2209
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Graylog</title><path d="M6.93 11.369a.84.84 0 01.75.45h.705l1.112-2.675a.483.483 0 01.3-.278c.235-.042.47.086.513.321l1.177 5.177 1.198-6.974a.41.41 0 01.32-.342.44.44 0 01.535.321l1.284 5.24.663-1.946a.449.449 0 01.17-.235c.193-.129.471-.086.6.107l.556.791c.021.193.021.385.021.578a8.3 8.3 0 01-.043.748c-.085-.021-.15-.085-.213-.15l-.557-.77-.855 2.589a.448.448 0 01-.556.278.393.393 0 01-.278-.3l-1.156-4.663-1.219 7.08a.449.449 0 01-.492.364c-.192-.021-.32-.17-.363-.363l-1.305-5.99-.706 1.69a.439.439 0 01-.406.278H7.679a.863.863 0 01-.748.428.88.88 0 01-.877-.877c.02-.47.406-.877.877-.877zM12 .396c6.973 0 12 5.369 12 11.615 0 6.353-4.77 11.593-12 11.593S0 18.364 0 12.011C-.02 5.765 5.005.396 12 .396zM4.064 12.01c0 4.256 3.658 8 7.915 8 4.256 0 7.914-3.744 7.914-8 0-4.6-3.658-8.043-7.914-8.043-4.236 0-7.915 3.444-7.915 8.043z"/></svg>"#,
2210
- slug: "graylog",
2211
- title: "Graylog",
2212
- hex: "FF3633",
2213
- source: "https://www.graylog.org",
2214
- guidelines: None,
2215
- license: None,
2216
- };
@@ -1,6 +1,28 @@
1
1
  // This file was generated. DO NOT EDIT.
2
2
  use crate::Icon;
3
3
 
4
+ /// gravatar
5
+ pub const SI_GRAVATAR: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Gravatar</title><path d="M12 0c-1.326 0-2.4 1.074-2.4 2.4v8.4c0 1.324 1.074 2.398 2.4 2.398s2.4-1.074 2.4-2.398V5.21c2.795.99 4.799 3.654 4.799 6.789 0 3.975-3.225 7.199-7.199 7.199S4.801 15.975 4.801 12c0-1.989.805-3.789 2.108-5.091.938-.938.938-2.458 0-3.396s-2.458-.938-3.396 0C1.344 5.686 0 8.686 0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0"/></svg>"#,
7
+ slug: "gravatar",
8
+ title: "Gravatar",
9
+ hex: "1E8CBE",
10
+ source: "https://automattic.com/press/brand-materials/",
11
+ guidelines: None,
12
+ license: None,
13
+ };
14
+
15
+ /// graylog
16
+ pub const SI_GRAYLOG: Icon = Icon {
17
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Graylog</title><path d="M6.93 11.369a.84.84 0 01.75.45h.705l1.112-2.675a.483.483 0 01.3-.278c.235-.042.47.086.513.321l1.177 5.177 1.198-6.974a.41.41 0 01.32-.342.44.44 0 01.535.321l1.284 5.24.663-1.946a.449.449 0 01.17-.235c.193-.129.471-.086.6.107l.556.791c.021.193.021.385.021.578a8.3 8.3 0 01-.043.748c-.085-.021-.15-.085-.213-.15l-.557-.77-.855 2.589a.448.448 0 01-.556.278.393.393 0 01-.278-.3l-1.156-4.663-1.219 7.08a.449.449 0 01-.492.364c-.192-.021-.32-.17-.363-.363l-1.305-5.99-.706 1.69a.439.439 0 01-.406.278H7.679a.863.863 0 01-.748.428.88.88 0 01-.877-.877c.02-.47.406-.877.877-.877zM12 .396c6.973 0 12 5.369 12 11.615 0 6.353-4.77 11.593-12 11.593S0 18.364 0 12.011C-.02 5.765 5.005.396 12 .396zM4.064 12.01c0 4.256 3.658 8 7.915 8 4.256 0 7.914-3.744 7.914-8 0-4.6-3.658-8.043-7.914-8.043-4.236 0-7.915 3.444-7.915 8.043z"/></svg>"#,
18
+ slug: "graylog",
19
+ title: "Graylog",
20
+ hex: "FF3633",
21
+ source: "https://www.graylog.org",
22
+ guidelines: None,
23
+ license: None,
24
+ };
25
+
4
26
  /// greasyfork
5
27
  pub const SI_GREASYFORK: Icon = Icon {
6
28
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Greasy Fork</title><path d="M5.89 2.227a.28.28 0 0 1 .266.076l5.063 5.062c.54.54.509 1.652-.031 2.192l8.771 8.77c1.356 1.355-.36 3.097-1.73 1.728l-8.772-8.77c-.54.54-1.651.571-2.191.031l-5.063-5.06c-.304-.304.304-.911.608-.608l3.714 3.713L7.59 8.297 3.875 4.582c-.304-.304.304-.911.607-.607l3.715 3.714 1.067-1.066L5.549 2.91c-.228-.228.057-.626.342-.683ZM12 0C5.374 0 0 5.375 0 12s5.374 12 12 12c6.625 0 12-5.375 12-12S18.625 0 12 0Z"/></svg>"#,
@@ -2182,25 +2204,3 @@ pub const SI_INSTAPAPER: Icon = Icon {
2182
2204
  guidelines: None,
2183
2205
  license: None,
2184
2206
  };
2185
-
2186
- /// instatus
2187
- pub const SI_INSTATUS: Icon = Icon {
2188
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Instatus</title><path d="m16.994 21.028c3.5843-1.91 5.471-5.759 5.0561-9.5637-1.3206 1.0851-2.6237 2.3203-3.8709 3.6906-2.0656 2.2694-3.7476 4.6559-4.9953 6.9817 1.2946-0.09715 2.5907-0.45868 3.8101-1.1086zm-13.394-2.5626c-1.3408 1.8191-2.3771 4.4991-1.3032 5.3066 1.5151 1.1394 8.404-2.0133 13.908-8.8051 5.504-6.7918 7.3265-13.796 4.879-14.873-1.1283-0.49644-3.486 1.083-4.8394 2.3943l0.58412 0.31415c1.332-0.85276 3.5528-1.7338 1.4995 1.9758-0.0097 0.01768-0.01962 0.03541-0.02949 0.05317-2.9067-2.2075-6.9471-2.662-10.379-0.8328-4.7026 2.506-6.4831 8.3499-3.9771 13.052 0.58979 1.1067 1.3644 2.0516 2.2655 2.8168-3.5586 2.7493-2.6905 0.35965-2.1925-0.8162z"/></svg>"#,
2189
- slug: "instatus",
2190
- title: "Instatus",
2191
- hex: "4EE3C2",
2192
- source: "https://www.instatus.com",
2193
- guidelines: None,
2194
- license: None,
2195
- };
2196
-
2197
- /// instructables
2198
- pub const SI_INSTRUCTABLES: Icon = Icon {
2199
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Instructables</title><path d="M9.4174.0004c-.1655-.0025-.319.0073-.4493.0363-.902.201-1.2372 1.1122-1.6211 1.9531-.1036.2255-.192.107-.5576.9754-1.1487-.137-2.5594-.1066-3.4065-.2041.1402.4845.8319.198 1.295.2041.7587.0061 1.5447.2011 2.1115.2042.0335.2102.2134.4414.25.6486.1188.6917.0764 1.3407-.1126 2.005-.1828.649-1.2492 1.1886-1.499 2.0448-.1037.3535.0118.6551-.1375 1.0909-.1097.137-.3256.1702-.475.2707-1.0572 1.1914-1.6729 3.178-1.9745 4.9026.7252.3382 1.3467.0185 1.7032.2714.2163.061.0916-.2255.2714-.2041.137.0213.1306.1828.2707.204-.1127 1.027.0673 1.7308.0673 2.7912 1.1152.4814 2.3768.399 3.9551.4112-.0182.2042.3868.9602.0578 1.4569.4875.4966-.2407 2.1783.7587 2.221-.332.4874-.5579 1.0785-.5457 1.9073-.2407.1066-.0396-.2316-.2041-.2041-1.691-.0427-2.6844-.3078-4.4943-.2042.5058.2072 1.4444.119 2.1787.2714.0792.0122.055.125.0672.2041.2956-.1401 1.1029-.0304 1.633 0-.2376.125.3325.2468.3416 0 .457.0701.8287.5852 1.2248.6797 1.3072.3138 2.0447-.6313 2.8613-1.2224.128.2681.7553.0152 1.1575 0-.3352-.198-1.1365-.134-1.499 0 .1218-.9629-.3534-1.3285-.8166-1.7032.189-.1067.3958-.1948.5451-.341.0183-1.3407-.0546-1.7948-.1368-2.9953.7252-.1493 1.7613-.2437 2.6572-.4082-.317.969-.1404 1.444-.2714 2.7238.1676.0823.399.101.6124.1375-.6704.3595-1.0573 1.8947-.2042 2.3823-.0761.1736-.3655.1344-.6123.1374.0091.3565.8498-.1221.7492.341.457-.3687 3.1811-.0394 4.2902.0673-.1188-.6094-1.453-.1192-2.0442-.5457.7648-.4876.7768-1.9618-.0673-2.3823.646-.4296.2683-2.1969.4755-3.1993.6186-.2682 1.5905-.1801 2.1115-.5458-.0152-.8714-.1825-1.5873-.341-2.3156.2164-.1493.7495-.3351 1.0206-.2041.1493-.0122.146-.174.137-.3416.0609-.1645.201.1526.4082.0673.0091-.8136-.3684-1.2249-.7493-1.9074-.5728-1.0238-1.3196-2.0295-2.453-2.453-.9538-1.6363-1.9711-3.2054-4.1528-3.6106-.1219-.3078-.049-.8135-.0672-1.2248.3016-.265.564-.573.5457-1.158.8288-.3535 2.1297.0852 2.928 0-.128-.4206-.8656-.1555-1.3623-.2042-.527-.0518-1.0481-.2803-1.499 0-.131-.387-.3533-1.1057-.591-.929-.1402-.3382-.1313-.8657-.0917-1.3836-.847-.1737-1.7762-.4385-2.7238-.5452-.4228-.048-1.0288-.1665-1.5253-.1737zm-.382.2374c1.5448.134 3.1656.1919 4.427.6124.2164 1.551-.085 2.9803.1375 4.6318-1.6484-.2803-3.5102-.6189-5.177-.3416.0793-1.6302.1463-3.434.6124-4.9026zM8.627.5092c-.0945 1.5387-.396 2.8426-.4083 4.6312-.323.2437-.6734.46-1.0908.6124-.0366-.5698.021-1.3403.1369-1.77.0975.1067.2652.143.4755.137.5545-.64.28-1.7428-.0673-2.5198.2803-.3991.4908-.8714.954-1.0908zm2.2626.7903c-.2944-.0043-.5763.0233-.8308.0964.3322.0061.7194-.037.954.0667-.4753.2072-.7955.5667-.7498 1.295.7282 1.0115 1.9712-.2254 1.2247-1.2248.4754-.0335 1.3378.3292 1.9746.2714-.6947-.1943-1.6894-.4917-2.5727-.5047zm.356.3535c.297.041.3246.751.2421 1.0284-.32.387-.9866.1405-1.0902-.2708.1615-.0853-.0248-.5212.2707-.4755-.0822.515.1649.701.5458.7498.0944-.131.1797-.2713.204-.4755-.0578-.2346-.2832-.3048-.4082-.4755.0644-.0464.1218-.0716.1726-.0797a.2142.2142 0 0 1 .0631-.0012zm-3.5726.4225c.1189.4175.2135 1.1727.0673 1.77-1.039-.0245-.7224-1.581-.0673-1.77zm3.1327 0c.2255.003.481-.0274.475.2042-.0366.0975-.1067.1645-.2042.204-.0853-.14-.3287-.1248-.2708-.4082zm1.6925.0238c-.2755.0209-.5396.2472-.535.7957.2407.1188.4021.3232.8165.2714.6685-.5656.1777-1.1018-.2815-1.067zm.0107.0429c.2986.0213.5146.119.475.4755-.2194-.0945-.2739-.3567-.475-.4755zm1.3617.1375c.393.4326.4144 1.7184-.2042 1.9073-.0243-.5667-.061-1.4412.2042-1.9073zm-1.4938.069c.0266.002.0497.0214.0649.0678-.189.1036-.009.4084.0702.4785-.2681.0396-.302-.1527-.3416-.3416.016-.0594.1267-.2109.2065-.2047zm.1321.135c.2133-.0304.3043.0606.2708.2709-.2133.0335-.3012-.0575-.2708-.2708zm-3.4064.8166c-.0792.0122-.0581.1249-.0673.2041 1.5266.1828 2.7729.6487 4.0861.5451-.2133-.3504-.7098-.1736-1.0206-.204-.9446-.0946-1.8924-.4537-2.8613-.475-.0793.0091-.1217-.0154-.137-.0702zm2.093 1.9014c.9318.0446 2.0293.469 2.5412.6183.1401.0396.3231-.0427.4755 0 .4844.134 1.1974.4724 1.499.6826.844.5911 1.4262 1.807 1.9747 2.7911.195.3535.5148.6095.6123.8867.3017.8593.3501 1.7671.7493 2.5198l.0732.341c.2163.7587.4269 1.8193.5457 2.453-3.0287.4297-5.872.7495-8.3096 1.0207-2.0232-.3291-4.1683-.1735-5.9934-.341-.3017-2.3036.3993-4.5952.2713-6.9474.0122-.192.2227-.1856.2714-.341-.1737-.0092-.3507-.0122-.3416-.2042.198-2.1054 2.4071-3.9675 4.6985-3.3368.2376-.0366.305-.1155.5457-.1369a2.8444 2.8444 0 0 1 .3868-.006zM9.894 8.9997a1.6087 1.6087 0 0 0-.3136.0226c-.2255.3474-.1552.6615-.137 1.1581 1.1142 1.1912 1.8694-1.134.4506-1.1807zm5.0633.0173c-1.3532.0321-.3819 2.6965.6837 1.3003.253-.8074-.1368-1.2554-.545-1.295a1.1653 1.1653 0 0 0-.1387-.0053zm-2.3609.0297c-.2254-.0106-.472.067-.7034.247-.0853.4174.0887.9444.3416 1.2248.518.0426.9107-.0429 1.1575-.2714.0943-.727-.2996-1.177-.7957-1.2004zm-7.3062.1095c.3595 1.0939-.0454 2.523-.0667 3.6779-.5667-.0915-1.0694-.2464-1.7032-.2708.329-1.3955.6638-2.7885 1.7699-3.407zm4.8847.0673a.264.264 0 0 1 .1523.0702c.1615.1615-.0121.3349 0 .5451-.2772.067-.2741-.006-.6123 0 .0487-.2529-.116-.2922-.0673-.5451.1943.0229.3695-.088.5273-.0702zm2.2995.003c.5982-.0527.9245.8043-.103.7498-.0761-.2194-.2739-.3172-.341-.5457.1538-.1314.306-.192.444-.2041zm2.5793.013c.2693-.001.52.1634.52.5327-.2345.2742-.4719.5575-.9533.4082-.0305-.1645.1215-.1496.0667-.3416-.1341.003-.085.1863-.2708.1375-.0857-.461.291-.7355.6374-.7368zm3.107.2583c1.0421.5028 1.6454 1.4442 2.1115 2.5198-.4966.0426-.7891-.1185-1.295-.0667-.1035-.5759-.4474-.9112-.4748-1.5663.1797-.003.4021.0362.4082-.1375-.0487-.262-.3507-.4692-.5457-.2041-.0091-.2408-.195-.3045-.2041-.5452zM4.879 9.702c-.0883.2894-.0607.5207.2714.545.1067-.1919-.0181-.28.0702-.545zm5.7227.204c.003.2073-.1432.2651-.2041.4083-.384.0214-.7133-.015-.7499-.341.3626.0762.6737.0912.954-.0672zm2.5864 0v.341c-.2712.125-1.2094.2804-.9534-.204.2468.3077.7675.0337.9534-.137zm2.3162.2042c-.0275.387-.762.582-.954.2041.4113.1097.7072.0122.954-.204zm-6.332 1.3652c.1279.5028-.1341.6338-.2042 1.0909.9263.067 1.9806-.0213 2.791-.003.0428-.061.0824-.1223 0-.1375H9.5109c2.5534-.5271 4.2109-.3652 7.014-.2708.0763.2133-.0186.1795.0667.341-1.6149.326-3.251-.402-4.8323.0673 1.5631-.0518 3.1962.1641 4.9026.2708.0365-.3474.0883-.8317 0-1.2248-.2468-.064-.07.2929-.2042.3416-1.8647-.1402-4.6772-.125-7.0813.2041-.0944-.0883-.0666-.2957-.0666-.4755 1.4595-.2468 4.305.253 5.4477-.2041-1.7002.1036-3.7235-.0122-5.5852 0zm6.5432.0637c-.3249-.0107-.6745.0136-.8909.003.3108.3016 1.2095.0152 1.633.204-.1173-.1507-.4172-.1964-.742-.207zm3.8957.6153c.3183.0018.6615.0695.7986.2048-.46-.1585-.911.1672-1.295-.1375.1234-.0457.3054-.0683.4964-.0673zm.1505.325c.2297-.0027.459.023.5779.0839-.2072.1432-1.0789.3626-1.1581 0 .1204-.0503.3506-.0813.5802-.084zm.9641.244c.2443-.0384.3716.3498.3636.6564-.2529.134-.4389-.3077-.4755-.6124.0397-.0244.077-.0386.112-.044zm-17.2756.044c.4083 0 1.3406.0668 1.7032.341-.588-.0945-1.3833.0216-1.7032-.341zm16.8894.1369c.2133.2681.25.4813.2714.8165-.262-.0549-.2836-.7099-.2714-.8165zm-.9504.0672h.2708c.006.3139.171.463.1374.8165-.387-.0213-.332-.4843-.4082-.8165zm.6094 0c.0396.2133.3197.542.1369.7493-.1067-.1463-.3106-.5482-.137-.7493zm-16.039.1298c.4297.0108.9446.1147 1.057.3451-.5455-.0883-1.134-.1336-1.6337-.2707.0914-.0538.3189-.081.5767-.0744zm-.25.3433c.1167.0012.2099.028.219.1423-.1493.1706-.0765.5575-.3416.6124 0-.1128-.1888-.0394-.204-.137.0944-.1766.2498-.2954.204-.6123a1.524 1.524 0 0 1 .1226-.0054zm-.3933.0054c-.0183.2529-.1069.4354-.2714.5451-.0213-.2925-.006-.5512.2714-.5451zm1.2247.1339c.1158.1371.0973.5514-.0672.6124-.1432-.0762-.274-.649.0672-.6124zm.4083.0702c.0152.125.1767.4507 0 .5452-.0214-.1189-.3139-.5238 0-.5452zm14.5738 2.0413c.2255.0244.1064.393.1369.6124-2.3797.582-4.5644.7128-7.1635 1.0997l-1.2158-.0089c-1.7916.131-4.171.1646-5.856-.2041-.0334-.2407-.1007-.4446-.0672-.7493 2.2822-.1676 4.6439.3136 6.9474.1369 2.526-.195 4.9512-.7831 7.2182-.8867zm-.4083.1369c-.0548.0365-.1096.0703-.204.0672.006.198.0239.3837.2707.341.0091-.1676.0126-.329-.0667-.4082zm-2.6572.3416c-.0152.2437.0979.3562.3416.341.0518-.061.0728-.152.0667-.2708-.0792-.0823-.2407-.0794-.4083-.0702zM5.97 16.582c-.0457.2285.116.25.2714.2714.0548-.061.0763-.1526.0702-.2714zm6.9474.0673c-.1006.2132-.0033.2772.1369.4082.1736-.006.1339-.2285.1339-.4082zm-4.1129.0743c-.057-.0037-.1187.0145-.1773.0625-.0152.2438.0972.3563.341.341.1348-.185.0074-.3923-.1637-.4035zm8.8113.1964c.0092.521-.0824.5822-.0702 1.1581-1.0207.0701-1.4718-.0978-2.3828-.1374.3108-.9111 1.5511-.8714 2.453-1.0207zm-5.5822.6826c.0457.2468.0947.4935.0673.8165-.8684.0275-1.7373-.222-2.5203-.0666-.0762-.2133-.0061-.1554 0-.4083.6033-.4022 1.9137-.2288 2.453-.3416zm3.9064.6636c.1382-.0064.3265.0284.451.153h-.204c-.5694-.0172-.4774-.1424-.247-.153zm1.3824.0036c.1326-.008.2384.0107.2262.1493-.0762.0914-.5362-.0058-.6124-.1368.0945.0304.2537-.0045.3862-.0125zm-6.395.2154c.1815.0066.3368.0398.4236.138-.2468-.003-.5362.0369-.6123-.1368a2.6671 2.6671 0 0 1 .1886-.0012zm5.2935.063c.4243-.0022.8604.043 1.261.2792-.9171-.2042-2.0204.11-2.453-.2708.355.0442.7677-.006 1.192-.0083zm-6.0756.1756c.6793-.0043 1.6155.0968 2.0222.378-.972-.125-1.743.0215-2.587-.341.1402-.0222.3384-.0355.5648-.037zm5.5144.1714c.6914.0055 1.3525.0443 1.8919.2065-.1158.1798-.009.5853-.137.7499-.6367-.067-1.828.128-2.5196 0-.0366-.3779.0361-.6432.0666-.954.2339-.0023.4676-.0042.698-.0024zm-6.0119.1363c.5729.1036 1.9195.189 2.5197.2744-.0883.4936.1676.9445 0 1.295-.5972.3534-1.5266.378-2.3828.4754-.1463-.5362-.3167-1.411-.1369-2.0448zm6.9474 1.0909c.9537-.0427 1.4072.7652 1.2914 1.4294-.2072 1.2036-2.5014 1.4865-3.132.475.009-.7161.0033-1.4503.5456-1.633.064.4905-.2193.591-.204.8867.0578 1.2096 2.2818 1.3774 2.4524.2713.131-.8562-.6213-.8993-.9534-1.4294zm-.7558.2404c.0436-.0153.0947.015.1036.0607.0036.0042.0088.0046.0119.0101.0365.07.043.1458.0583.222.0091.0457-.0217.0765-.0613.0887a.9213.9213 0 0 1-.2041.0333c-.061.003-.1189-.0612-.0762-.119.0548-.0762.0884-.161.125-.2524a.0721.0721 0 0 1 .0428-.0434zm1.0296.3053c.265.006.5516.4539.4755 1.0206-.2773.4875-1.5542.5269-1.5664.341.7953.0914 1.0362-.3714 1.3622-.7492.0214-.2743-.442-.4174-.2713-.6124zm-.3636.1654c.1848-.0061.3668.2504.4308.447-.3108.2102-.5.5453-.954.6123-.1706-.1676-.4478-.2345-.4082-.6123.4692-.0397.4177-.1583.7498.0672.1493-.1432-.0335-.195 0-.4082.058-.0724.12-.104.1816-.106zm-5.2912.31c.8866.0245 1.1762.6398 1.292 1.429.0304.1889-.2531.064-.2714.204.0792.0336.1554.073.2041.137-.46.8927-3.1687 1.4504-2.7238-.4083.07 1.1761 1.779.9509 2.2483.2714.2255-.9568-.4384-1.0389-.7492-1.633zm-.4755.5452c.088.0907.2554.1019.2755.2625a.313.313 0 0 1-.0012.0785c-.131.128-.171.0061-.3416 0 .0366-.1005-.079-.3532.0673-.341zm.545 0c1.4017.5515-.1582 2.0504-1.2247 1.2277-.0944-.265-.3105-.9659.0673-1.0908.1188.198.1612.4758.1369.817.2986.4724 1.3837.3046 1.4294-.2713-.2803-.0762-.1315-.4784-.4088-.6826zm.0673.4755c.0945.0884.0672.2957.0703.4785-.3322.0426-.71.2373-.8868-.1375.4175.0305.4905-.28.8165-.341zm8.503.532c-.0694-.005-.1785.0148-.3308.0834.393.1713.5394-.0684.3309-.0834Z"/></svg>"#,
2200
- slug: "instructables",
2201
- title: "Instructables",
2202
- hex: "FABF15",
2203
- source: "https://www.instructables.com/community/Official-Instructables-Logos-1/",
2204
- guidelines: None,
2205
- license: None,
2206
- };