simple-icons-pack 15.17.0__tar.gz → 15.18.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 (65) hide show
  1. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/Cargo.lock +11 -11
  2. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/Cargo.toml +1 -1
  3. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/PKG-INFO +1 -1
  4. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/Cargo.toml +1 -1
  5. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/simple_icons_pack.pyi +4 -0
  6. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_04.rs +1 -1
  7. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_05.rs +1 -1
  8. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_06.rs +1 -1
  9. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_07.rs +1 -1
  10. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_08.rs +1 -1
  11. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_09.rs +2 -2
  12. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_10.rs +2 -2
  13. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_11.rs +2 -2
  14. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_12.rs +3 -3
  15. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_13.rs +4 -4
  16. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_14.rs +4 -4
  17. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_15.rs +4 -4
  18. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_16.rs +4 -0
  19. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_04.rs +11 -11
  20. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_05.rs +11 -11
  21. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_06.rs +11 -11
  22. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_07.rs +11 -11
  23. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_08.rs +11 -11
  24. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_09.rs +22 -22
  25. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_10.rs +22 -22
  26. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_11.rs +22 -22
  27. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_12.rs +33 -33
  28. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_13.rs +44 -44
  29. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_14.rs +44 -44
  30. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_15.rs +44 -44
  31. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_16.rs +44 -0
  32. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_04.rs +1 -1
  33. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_05.rs +1 -1
  34. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_06.rs +1 -1
  35. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_07.rs +1 -1
  36. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_08.rs +1 -1
  37. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_09.rs +2 -2
  38. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_10.rs +2 -2
  39. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_11.rs +2 -5
  40. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_12.rs +6 -3
  41. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_13.rs +4 -4
  42. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_14.rs +4 -4
  43. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_15.rs +4 -4
  44. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_16.rs +4 -0
  45. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/LICENSE +0 -0
  46. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/README.md +0 -0
  47. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/LICENSE +0 -0
  48. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/README.md +0 -0
  49. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/mod.rs +0 -0
  50. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_00.rs +0 -0
  51. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_01.rs +0 -0
  52. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_02.rs +0 -0
  53. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_03.rs +0 -0
  54. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/mod.rs +0 -0
  55. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_00.rs +0 -0
  56. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_01.rs +0 -0
  57. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_02.rs +0 -0
  58. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_03.rs +0 -0
  59. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/lib.rs +0 -0
  60. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/mod.rs +0 -0
  61. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_00.rs +0 -0
  62. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_01.rs +0 -0
  63. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_02.rs +0 -0
  64. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_03.rs +0 -0
  65. {simple_icons_pack-15.17.0 → simple_icons_pack-15.18.0}/pyproject.toml +0 -0
@@ -79,9 +79,9 @@ dependencies = [
79
79
 
80
80
  [[package]]
81
81
  name = "pyo3"
82
- version = "0.27.0"
82
+ version = "0.27.1"
83
83
  source = "registry+https://github.com/rust-lang/crates.io-index"
84
- checksum = "fa8e48c12afdeb26aa4be4e5c49fb5e11c3efa0878db783a960eea2b9ac6dd19"
84
+ checksum = "37a6df7eab65fc7bee654a421404947e10a0f7085b6951bf2ea395f4659fb0cf"
85
85
  dependencies = [
86
86
  "indoc",
87
87
  "libc",
@@ -96,18 +96,18 @@ dependencies = [
96
96
 
97
97
  [[package]]
98
98
  name = "pyo3-build-config"
99
- version = "0.27.0"
99
+ version = "0.27.1"
100
100
  source = "registry+https://github.com/rust-lang/crates.io-index"
101
- checksum = "bc1989dbf2b60852e0782c7487ebf0b4c7f43161ffe820849b56cf05f945cee1"
101
+ checksum = "f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb"
102
102
  dependencies = [
103
103
  "target-lexicon",
104
104
  ]
105
105
 
106
106
  [[package]]
107
107
  name = "pyo3-ffi"
108
- version = "0.27.0"
108
+ version = "0.27.1"
109
109
  source = "registry+https://github.com/rust-lang/crates.io-index"
110
- checksum = "c808286da7500385148930152e54fb6883452033085bf1f857d85d4e82ca905c"
110
+ checksum = "2dd13844a4242793e02df3e2ec093f540d948299a6a77ea9ce7afd8623f542be"
111
111
  dependencies = [
112
112
  "libc",
113
113
  "pyo3-build-config",
@@ -115,9 +115,9 @@ dependencies = [
115
115
 
116
116
  [[package]]
117
117
  name = "pyo3-macros"
118
- version = "0.27.0"
118
+ version = "0.27.1"
119
119
  source = "registry+https://github.com/rust-lang/crates.io-index"
120
- checksum = "83a0543c16be0d86cf0dbf2e2b636ece9fd38f20406bb43c255e0bc368095f92"
120
+ checksum = "eaf8f9f1108270b90d3676b8679586385430e5c0bb78bb5f043f95499c821a71"
121
121
  dependencies = [
122
122
  "proc-macro2",
123
123
  "pyo3-macros-backend",
@@ -127,9 +127,9 @@ dependencies = [
127
127
 
128
128
  [[package]]
129
129
  name = "pyo3-macros-backend"
130
- version = "0.27.0"
130
+ version = "0.27.1"
131
131
  source = "registry+https://github.com/rust-lang/crates.io-index"
132
- checksum = "2a00da2ce064dcd582448ea24a5a26fa9527e0483103019b741ebcbe632dcd29"
132
+ checksum = "70a3b2274450ba5288bc9b8c1b69ff569d1d61189d4bff38f8d22e03d17f932b"
133
133
  dependencies = [
134
134
  "heck",
135
135
  "proc-macro2",
@@ -149,7 +149,7 @@ dependencies = [
149
149
 
150
150
  [[package]]
151
151
  name = "simple-icons-pack"
152
- version = "15.17.0"
152
+ version = "15.18.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.27.0", features = ["extension-module", "abi3-py39"] }
10
+ pyo3 = { version = "0.27.1", features = ["extension-module", "abi3-py39"] }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simple-icons-pack
3
- Version: 15.17.0
3
+ Version: 15.18.0
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -1,7 +1,7 @@
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.17.0"
4
+ version = "15.18.0"
5
5
  license = "CC0-1.0"
6
6
  exclude = ["deno.json","main.ts","pyproject.toml","tests/*"]
7
7
  readme = "README.md"
@@ -939,6 +939,7 @@ SI_TUMBLR: Final[Icon] = ...
939
939
  SI_GRAB: Final[Icon] = ...
940
940
  SI_ACTIX: Final[Icon] = ...
941
941
  SI_PADDLE: Final[Icon] = ...
942
+ SI_COOLIFY: Final[Icon] = ...
942
943
  SI_ROBOFLOW: Final[Icon] = ...
943
944
  SI_VIBLO: Final[Icon] = ...
944
945
  SI_FANFOU: Final[Icon] = ...
@@ -1995,6 +1996,7 @@ SI_GPLV3: Final[Icon] = ...
1995
1996
  SI_JETBRAINS: Final[Icon] = ...
1996
1997
  SI_PYCHARM: Final[Icon] = ...
1997
1998
  SI_LUNACY: Final[Icon] = ...
1999
+ SI_FISHAUDIO: Final[Icon] = ...
1998
2000
  SI_MUMBLE: Final[Icon] = ...
1999
2001
  SI_KLM: Final[Icon] = ...
2000
2002
  SI_JEKYLL: Final[Icon] = ...
@@ -2538,6 +2540,7 @@ SI_CURL: Final[Icon] = ...
2538
2540
  SI_SVELTE: Final[Icon] = ...
2539
2541
  SI_EXPRESSDOTCOM: Final[Icon] = ...
2540
2542
  SI_MALWAREBYTES: Final[Icon] = ...
2543
+ SI_APACHEAVRO: Final[Icon] = ...
2541
2544
  SI_STRAPI: Final[Icon] = ...
2542
2545
  SI_PHABRICATOR: Final[Icon] = ...
2543
2546
  SI_RUMBLE: Final[Icon] = ...
@@ -2632,6 +2635,7 @@ SI_FUSIONAUTH: Final[Icon] = ...
2632
2635
  SI_CIRRUSCI: Final[Icon] = ...
2633
2636
  SI_KUMA: Final[Icon] = ...
2634
2637
  SI_SIMPLELOGIN: Final[Icon] = ...
2638
+ SI_LISTENHUB: Final[Icon] = ...
2635
2639
  SI_MARIADBFOUNDATION: Final[Icon] = ...
2636
2640
  SI_CCC: Final[Icon] = ...
2637
2641
  SI_LUBUNTU: Final[Icon] = ...
@@ -130,6 +130,7 @@ pub(super) fn find_part_4(slug: &str) -> Option<Icon> {
130
130
  "grab" => Some(icons::SI_GRAB),
131
131
  "actix" => Some(icons::SI_ACTIX),
132
132
  "paddle" => Some(icons::SI_PADDLE),
133
+ "coolify" => Some(icons::SI_COOLIFY),
133
134
  "roboflow" => Some(icons::SI_ROBOFLOW),
134
135
  "viblo" => Some(icons::SI_VIBLO),
135
136
  "fanfou" => Some(icons::SI_FANFOU),
@@ -202,7 +203,6 @@ pub(super) fn find_part_4(slug: &str) -> Option<Icon> {
202
203
  "backbonedotjs" => Some(icons::SI_BACKBONEDOTJS),
203
204
  "ccleaner" => Some(icons::SI_CCLEANER),
204
205
  "ingress" => Some(icons::SI_INGRESS),
205
- "r3" => Some(icons::SI_R3),
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
+ "r3" => Some(icons::SI_R3),
6
7
  "okcupid" => Some(icons::SI_OKCUPID),
7
8
  "nvm" => Some(icons::SI_NVM),
8
9
  "velog" => Some(icons::SI_VELOG),
@@ -202,7 +203,6 @@ pub(super) fn find_part_5(slug: &str) -> Option<Icon> {
202
203
  "youtubetv" => Some(icons::SI_YOUTUBETV),
203
204
  "doubanread" => Some(icons::SI_DOUBANREAD),
204
205
  "alibabacloud" => Some(icons::SI_ALIBABACLOUD),
205
- "near" => Some(icons::SI_NEAR),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,7 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_6(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "near" => Some(icons::SI_NEAR),
6
7
  "dataiku" => Some(icons::SI_DATAIKU),
7
8
  "analogue" => Some(icons::SI_ANALOGUE),
8
9
  "getx" => Some(icons::SI_GETX),
@@ -202,7 +203,6 @@ pub(super) fn find_part_6(slug: &str) -> Option<Icon> {
202
203
  "dwavesystems" => Some(icons::SI_DWAVESYSTEMS),
203
204
  "primeng" => Some(icons::SI_PRIMENG),
204
205
  "maas" => Some(icons::SI_MAAS),
205
- "octanerender" => Some(icons::SI_OCTANERENDER),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,7 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_7(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "octanerender" => Some(icons::SI_OCTANERENDER),
6
7
  "processwire" => Some(icons::SI_PROCESSWIRE),
7
8
  "anydesk" => Some(icons::SI_ANYDESK),
8
9
  "guitarpro" => Some(icons::SI_GUITARPRO),
@@ -202,7 +203,6 @@ pub(super) fn find_part_7(slug: &str) -> Option<Icon> {
202
203
  "singlestore" => Some(icons::SI_SINGLESTORE),
203
204
  "buysellads" => Some(icons::SI_BUYSELLADS),
204
205
  "renren" => Some(icons::SI_RENREN),
205
- "nextra" => Some(icons::SI_NEXTRA),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,7 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_8(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "nextra" => Some(icons::SI_NEXTRA),
6
7
  "pexels" => Some(icons::SI_PEXELS),
7
8
  "nsis" => Some(icons::SI_NSIS),
8
9
  "qiskit" => Some(icons::SI_QISKIT),
@@ -202,7 +203,6 @@ pub(super) fn find_part_8(slug: &str) -> Option<Icon> {
202
203
  "bsd" => Some(icons::SI_BSD),
203
204
  "conventionalcommits" => Some(icons::SI_CONVENTIONALCOMMITS),
204
205
  "pixlr" => Some(icons::SI_PIXLR),
205
- "pkgsrc" => Some(icons::SI_PKGSRC),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,7 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_9(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "pkgsrc" => Some(icons::SI_PKGSRC),
6
7
  "linuxcontainers" => Some(icons::SI_LINUXCONTAINERS),
7
8
  "evernote" => Some(icons::SI_EVERNOTE),
8
9
  "homeadvisor" => Some(icons::SI_HOMEADVISOR),
@@ -186,6 +187,7 @@ pub(super) fn find_part_9(slug: &str) -> Option<Icon> {
186
187
  "jetbrains" => Some(icons::SI_JETBRAINS),
187
188
  "pycharm" => Some(icons::SI_PYCHARM),
188
189
  "lunacy" => Some(icons::SI_LUNACY),
190
+ "fishaudio" => Some(icons::SI_FISHAUDIO),
189
191
  "mumble" => Some(icons::SI_MUMBLE),
190
192
  "klm" => Some(icons::SI_KLM),
191
193
  "jekyll" => Some(icons::SI_JEKYLL),
@@ -201,8 +203,6 @@ pub(super) fn find_part_9(slug: &str) -> Option<Icon> {
201
203
  "turkishairlines" => Some(icons::SI_TURKISHAIRLINES),
202
204
  "coursera" => Some(icons::SI_COURSERA),
203
205
  "clarifai" => Some(icons::SI_CLARIFAI),
204
- "g2a" => Some(icons::SI_G2A),
205
- "resharper" => Some(icons::SI_RESHARPER),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,8 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_10(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "g2a" => Some(icons::SI_G2A),
7
+ "resharper" => Some(icons::SI_RESHARPER),
6
8
  "wolframlanguage" => Some(icons::SI_WOLFRAMLANGUAGE),
7
9
  "zend" => Some(icons::SI_ZEND),
8
10
  "alx" => Some(icons::SI_ALX),
@@ -201,8 +203,6 @@ pub(super) fn find_part_10(slug: &str) -> Option<Icon> {
201
203
  "appstore" => Some(icons::SI_APPSTORE),
202
204
  "theregister" => Some(icons::SI_THEREGISTER),
203
205
  "apostrophe" => Some(icons::SI_APOSTROPHE),
204
- "mix" => Some(icons::SI_MIX),
205
- "teratail" => Some(icons::SI_TERATAIL),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,8 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_11(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "mix" => Some(icons::SI_MIX),
7
+ "teratail" => Some(icons::SI_TERATAIL),
6
8
  "netim" => Some(icons::SI_NETIM),
7
9
  "lazarus" => Some(icons::SI_LAZARUS),
8
10
  "headspace" => Some(icons::SI_HEADSPACE),
@@ -201,8 +203,6 @@ pub(super) fn find_part_11(slug: &str) -> Option<Icon> {
201
203
  "porsche" => Some(icons::SI_PORSCHE),
202
204
  "redis" => Some(icons::SI_REDIS),
203
205
  "obtainium" => Some(icons::SI_OBTAINIUM),
204
- "opencontainersinitiative" => Some(icons::SI_OPENCONTAINERSINITIATIVE),
205
- "sinaweibo" => Some(icons::SI_SINAWEIBO),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,8 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_12(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "opencontainersinitiative" => Some(icons::SI_OPENCONTAINERSINITIATIVE),
7
+ "sinaweibo" => Some(icons::SI_SINAWEIBO),
6
8
  "dassaultsystemes" => Some(icons::SI_DASSAULTSYSTEMES),
7
9
  "mercurial" => Some(icons::SI_MERCURIAL),
8
10
  "qwiklabs" => Some(icons::SI_QWIKLABS),
@@ -129,6 +131,7 @@ pub(super) fn find_part_12(slug: &str) -> Option<Icon> {
129
131
  "svelte" => Some(icons::SI_SVELTE),
130
132
  "expressdotcom" => Some(icons::SI_EXPRESSDOTCOM),
131
133
  "malwarebytes" => Some(icons::SI_MALWAREBYTES),
134
+ "apacheavro" => Some(icons::SI_APACHEAVRO),
132
135
  "strapi" => Some(icons::SI_STRAPI),
133
136
  "phabricator" => Some(icons::SI_PHABRICATOR),
134
137
  "rumble" => Some(icons::SI_RUMBLE),
@@ -200,9 +203,6 @@ pub(super) fn find_part_12(slug: &str) -> Option<Icon> {
200
203
  "tindie" => Some(icons::SI_TINDIE),
201
204
  "deutschewelle" => Some(icons::SI_DEUTSCHEWELLE),
202
205
  "abb" => Some(icons::SI_ABB),
203
- "zoiper" => Some(icons::SI_ZOIPER),
204
- "privatedivision" => Some(icons::SI_PRIVATEDIVISION),
205
- "pocket" => Some(icons::SI_POCKET),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,9 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_13(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "zoiper" => Some(icons::SI_ZOIPER),
7
+ "privatedivision" => Some(icons::SI_PRIVATEDIVISION),
8
+ "pocket" => Some(icons::SI_POCKET),
6
9
  "academia" => Some(icons::SI_ACADEMIA),
7
10
  "sanity" => Some(icons::SI_SANITY),
8
11
  "thunderstore" => Some(icons::SI_THUNDERSTORE),
@@ -23,6 +26,7 @@ pub(super) fn find_part_13(slug: &str) -> Option<Icon> {
23
26
  "cirrusci" => Some(icons::SI_CIRRUSCI),
24
27
  "kuma" => Some(icons::SI_KUMA),
25
28
  "simplelogin" => Some(icons::SI_SIMPLELOGIN),
29
+ "listenhub" => Some(icons::SI_LISTENHUB),
26
30
  "mariadbfoundation" => Some(icons::SI_MARIADBFOUNDATION),
27
31
  "ccc" => Some(icons::SI_CCC),
28
32
  "lubuntu" => Some(icons::SI_LUBUNTU),
@@ -199,10 +203,6 @@ pub(super) fn find_part_13(slug: &str) -> Option<Icon> {
199
203
  "lmms" => Some(icons::SI_LMMS),
200
204
  "unjs" => Some(icons::SI_UNJS),
201
205
  "matillion" => Some(icons::SI_MATILLION),
202
- "adventofcode" => Some(icons::SI_ADVENTOFCODE),
203
- "virginmedia" => Some(icons::SI_VIRGINMEDIA),
204
- "litiengine" => Some(icons::SI_LITIENGINE),
205
- "newbalance" => Some(icons::SI_NEWBALANCE),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,10 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_14(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "adventofcode" => Some(icons::SI_ADVENTOFCODE),
7
+ "virginmedia" => Some(icons::SI_VIRGINMEDIA),
8
+ "litiengine" => Some(icons::SI_LITIENGINE),
9
+ "newbalance" => Some(icons::SI_NEWBALANCE),
6
10
  "trivago" => Some(icons::SI_TRIVAGO),
7
11
  "persistent" => Some(icons::SI_PERSISTENT),
8
12
  "kagi" => Some(icons::SI_KAGI),
@@ -199,10 +203,6 @@ pub(super) fn find_part_14(slug: &str) -> Option<Icon> {
199
203
  "trendmicro" => Some(icons::SI_TRENDMICRO),
200
204
  "blender" => Some(icons::SI_BLENDER),
201
205
  "processon" => Some(icons::SI_PROCESSON),
202
- "docsdotrs" => Some(icons::SI_DOCSDOTRS),
203
- "planetscale" => Some(icons::SI_PLANETSCALE),
204
- "postcss" => Some(icons::SI_POSTCSS),
205
- "elsevier" => Some(icons::SI_ELSEVIER),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,10 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_15(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "docsdotrs" => Some(icons::SI_DOCSDOTRS),
7
+ "planetscale" => Some(icons::SI_PLANETSCALE),
8
+ "postcss" => Some(icons::SI_POSTCSS),
9
+ "elsevier" => Some(icons::SI_ELSEVIER),
6
10
  "jsr" => Some(icons::SI_JSR),
7
11
  "zola" => Some(icons::SI_ZOLA),
8
12
  "youtubestudio" => Some(icons::SI_YOUTUBESTUDIO),
@@ -199,10 +203,6 @@ pub(super) fn find_part_15(slug: &str) -> Option<Icon> {
199
203
  "toggl" => Some(icons::SI_TOGGL),
200
204
  "blazemeter" => Some(icons::SI_BLAZEMETER),
201
205
  "playstation2" => Some(icons::SI_PLAYSTATION2),
202
- "hostinger" => Some(icons::SI_HOSTINGER),
203
- "google" => Some(icons::SI_GOOGLE),
204
- "intel" => Some(icons::SI_INTEL),
205
- "uikit" => Some(icons::SI_UIKIT),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,10 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_16(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "hostinger" => Some(icons::SI_HOSTINGER),
7
+ "google" => Some(icons::SI_GOOGLE),
8
+ "intel" => Some(icons::SI_INTEL),
9
+ "uikit" => Some(icons::SI_UIKIT),
6
10
  "gmx" => Some(icons::SI_GMX),
7
11
  "cachet" => Some(icons::SI_CACHET),
8
12
  "cisco" => Some(icons::SI_CISCO),
@@ -1404,6 +1404,17 @@ pub const SI_PADDLE: Icon = Icon {
1404
1404
  license: None,
1405
1405
  };
1406
1406
 
1407
+ /// coolify
1408
+ pub const SI_COOLIFY: Icon = Icon {
1409
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Coolify</title><path d="M4.364 4.364V0h17.454v4.364zm0 13.09H0V4.365h4.364zm0 0h17.454v4.364H4.364ZM6.545 6.546v-1.7H22.3V2.182H24v4.363zm0 0v10.4h-1.7v-10.4ZM3.882 17.936v1.7h-1.7v-1.7ZM24 24H6.545v-1.7H22.3v-2.664H24Z"/></svg>"#,
1410
+ slug: "coolify",
1411
+ title: "Coolify",
1412
+ hex: "6B16ED",
1413
+ source: "https://github.com/coollabsio/coolify/blob/ac1d98f6035caff10f36fa10508326b4791dec07/public/coolify-logo-monochrome.svg",
1414
+ guidelines: None,
1415
+ license: None,
1416
+ };
1417
+
1407
1418
  /// roboflow
1408
1419
  pub const SI_ROBOFLOW: Icon = Icon {
1409
1420
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Roboflow</title><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0m.512 3.6a9.6 9.6 0 0 1 2.594.39c1.764.52 3.511 1.747 3.823 3.68.066.41.065.829.007 1.24-.208 1.466-1.09 2.777-2.09 3.83-1.063 1.122-2.417 1.854-3.54 2.898-.657.611-.925 1.36-.132 1.995 1.084.553 1.986.266 2.97-.332.582-.353 1.08-.823 1.511-1.345.219-.264.422-.542.617-.825.164-.24.317-.517.537-.716a.8.8 0 0 1 .502-.267.69.69 0 0 1 .7.406c.118.28.013.64-.113.9-.652 1.346-1.368 2.25-1.867 2.78-1.486 1.653-3.809 2.736-5.955 1.846-1.234-.51-2.198-1.658-2.37-2.998-.32-2.502 2.588-3.95 4.12-5.368.937-.868 1.965-2.203 1.486-3.562-.459-1.302-1.988-1.868-3.246-2-1.24-.128-2.5.128-3.624.654-.882.412-1.625 1.038-2.32 1.711-.23.223-.45.46-.688.673-.206.184-.453.352-.732.39-.417.056-.813-.248-.76-.688.086-.712.592-1.332 1.036-1.862q.412-.493.884-.928a9.3 9.3 0 0 1 2.397-1.6 9.9 9.9 0 0 1 4.253-.901m-2.22 5.264c1.558-.055 1.92 1.034.882 1.843-1.763 1.372-3.997 2.745-4.224 4.95-.092.887.352 2.293.89 3.24.04.07.061.153.058.24-.01.231-.19.42-.428.409-.162-.008-.311-.09-.45-.176-.639-.395-1.238-.89-1.705-1.481a5 5 0 0 1-.665-1.116 4.6 4.6 0 0 1-.323-1.196 4.6 4.6 0 0 1 .011-1.238q.045-.315.128-.62c.673-2.49 3.377-4.564 5.498-4.828q.172-.021.328-.027"/></svg>"#,
@@ -2199,14 +2210,3 @@ pub const SI_INGRESS: Icon = Icon {
2199
2210
  ),
2200
2211
  license: None,
2201
2212
  };
2202
-
2203
- /// r3
2204
- pub const SI_R3: Icon = Icon {
2205
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>R3</title><path d="M24 13.457c0 .841-.688 1.53-1.53 1.53-.842 0-1.53-.689-1.53-1.53a1.53 1.53 0 1 1 3.06 0zM6.147 2.853c-1.123 0-2.172.3-3.08.828v-.828H0v12.134h3.067V9a3.077 3.077 0 0 1 3.08-3.08l1.029-.007 2.105-3.06H6.147zm8.746 6.08 2.078-3.02v-3.06h-6.615l-2.104 3.06h4.99l-2.565 3.735 1.53 2.653a3.098 3.098 0 0 1 4.65 2.686c0 1.717-1.39 3.1-3.1 3.1-1.71 0-3.1-1.39-3.1-3.1h-3.06c0 3.4 2.76 6.16 6.154 6.16 3.4 0 6.16-2.76 6.16-6.16a6.162 6.162 0 0 0-5.018-6.054z"/></svg>"#,
2206
- slug: "r3",
2207
- title: "R3",
2208
- hex: "EC1D24",
2209
- source: "https://www.r3.com",
2210
- guidelines: Some("https://www.r3.com/contact-press-media/"),
2211
- license: None,
2212
- };
@@ -1,6 +1,17 @@
1
1
  // This file was generated. DO NOT EDIT.
2
2
  use crate::Icon;
3
3
 
4
+ /// r3
5
+ pub const SI_R3: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>R3</title><path d="M24 13.457c0 .841-.688 1.53-1.53 1.53-.842 0-1.53-.689-1.53-1.53a1.53 1.53 0 1 1 3.06 0zM6.147 2.853c-1.123 0-2.172.3-3.08.828v-.828H0v12.134h3.067V9a3.077 3.077 0 0 1 3.08-3.08l1.029-.007 2.105-3.06H6.147zm8.746 6.08 2.078-3.02v-3.06h-6.615l-2.104 3.06h4.99l-2.565 3.735 1.53 2.653a3.098 3.098 0 0 1 4.65 2.686c0 1.717-1.39 3.1-3.1 3.1-1.71 0-3.1-1.39-3.1-3.1h-3.06c0 3.4 2.76 6.16 6.154 6.16 3.4 0 6.16-2.76 6.16-6.16a6.162 6.162 0 0 0-5.018-6.054z"/></svg>"#,
7
+ slug: "r3",
8
+ title: "R3",
9
+ hex: "EC1D24",
10
+ source: "https://www.r3.com",
11
+ guidelines: Some("https://www.r3.com/contact-press-media/"),
12
+ license: None,
13
+ };
14
+
4
15
  /// okcupid
5
16
  pub const SI_OKCUPID: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>okcupid</title><path d="M11.287 5.336c-1.656 0-2.609.886-2.831 2.632l-.106.804a.275.275 0 01-.382.218c-.67-.294-1.472-.45-2.397-.45C2.24 8.54 0 10.794 0 14.146 0 16.933 1.738 18.6 4.65 18.6c1.213 0 2.275-.27 3.142-.766a.268.268 0 01.323.045c.452.44 1.108.688 1.906.688.74 0 1.281-.072 1.702-.228l.489-.18a.28.28 0 01.248.03c.371.234.84.378 1.456.378 1.138 0 1.927-.218 2.474-.535a.275.275 0 01.272-.005c.19.101.394.188.61.264.623.244 1.355.374 2.198.374 3.635 0 4.38-1.791 4.38-2.838 0-.515-.127-1.04-.473-1.435-.01-.013-.027-.023-.038-.04-.387-.539-1.147-.349-1.324-.701-.09-.181-.016-.494.59-.466 1.09.05 1.395-1.399 1.395-2.172 0-.954-.449-2.556-3.455-2.556-1.144 0-2.151.247-2.993.697-.08.039-.162.076-.241.116a.268.268 0 01-.298-.034c-.435-.379-1.115-.661-2.177-.661-.225 0-.432.012-.625.039a.275.275 0 01-.312-.31l.118-.888.097-.727a.277.277 0 00-.106-.257l-.582-.447c-.735-.563-1.656-.648-2.14-.648zm.013 1.545c.46 0 .92.115 1.2.33l-.773 5.784c1.956-2.712 2.136-2.876 3.122-2.876 1.036 0 1.397.296 1.397.887 0 .345-.098.575-.263.756-.246-.016-.493-.016-.69-.016-.345 0-.542.082-1.512 1.413L14.9 15.18c.082.132.164.247.345.247.148 0 .395-.017.592-.066.164.115.23.346.23.559 0 .772-.773 1.101-2.137 1.101-.64 0-.87-.23-1.216-.97L11.612 13.8l-.411 3.09c-.312.115-.821.131-1.167.131-.723 0-1.051-.295-1.051-.92 0-.181.032-.493.098-.937l.92-7c.132-1.036.477-1.283 1.299-1.283zm-5.716 3.204c2.383 0 3.221 1.184 3.221 2.943 0 2.482-1.512 4.026-4.141 4.026-1.874 0-3.107-.822-3.107-2.909 0-2.432 1.48-4.06 4.027-4.06zm14.718.017c1.561 0 1.939.477 1.939 1.101 0 .345-.115.543-.329.707-.377-.115-.772-.18-1.38-.18-1.184 0-1.857.69-1.857 2.169 0 1.084.328 1.479 1.199 1.479.493 0 1.068-.116 1.693-.345.23.115.345.443.345.69 0 .838-.756 1.331-2.613 1.331-1.988 0-3.057-.805-3.057-2.893 0-2.596 1.578-4.059 4.06-4.059zM5.452 11.68c-1.002 0-1.56 1.019-1.56 2.383 0 .986.279 1.43 1.084 1.43.903 0 1.594-.872 1.594-2.367 0-.969-.263-1.446-1.117-1.446z"/></svg>"#,
@@ -2193,14 +2204,3 @@ pub const SI_ALIBABACLOUD: Icon = Icon {
2193
2204
  guidelines: None,
2194
2205
  license: None,
2195
2206
  };
2196
-
2197
- /// near
2198
- pub const SI_NEAR: Icon = Icon {
2199
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>NEAR</title><path d="M21.443 0c-.89 0-1.714.46-2.18 1.218l-5.017 7.448a.533.533 0 0 0 .792.7l4.938-4.282a.2.2 0 0 1 .334.151v13.41a.2.2 0 0 1-.354.128L5.03.905A2.555 2.555 0 0 0 3.078 0h-.521A2.557 2.557 0 0 0 0 2.557v18.886a2.557 2.557 0 0 0 4.736 1.338l5.017-7.448a.533.533 0 0 0-.792-.7l-4.938 4.283a.2.2 0 0 1-.333-.152V5.352a.2.2 0 0 1 .354-.128l14.924 17.87c.486.574 1.2.905 1.952.906h.521A2.558 2.558 0 0 0 24 21.445V2.557A2.558 2.558 0 0 0 21.443 0Z"/></svg>"#,
2200
- slug: "near",
2201
- title: "NEAR",
2202
- hex: "000000",
2203
- source: "https://near.org/brand",
2204
- guidelines: None,
2205
- license: None,
2206
- };
@@ -1,6 +1,17 @@
1
1
  // This file was generated. DO NOT EDIT.
2
2
  use crate::Icon;
3
3
 
4
+ /// near
5
+ pub const SI_NEAR: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>NEAR</title><path d="M21.443 0c-.89 0-1.714.46-2.18 1.218l-5.017 7.448a.533.533 0 0 0 .792.7l4.938-4.282a.2.2 0 0 1 .334.151v13.41a.2.2 0 0 1-.354.128L5.03.905A2.555 2.555 0 0 0 3.078 0h-.521A2.557 2.557 0 0 0 0 2.557v18.886a2.557 2.557 0 0 0 4.736 1.338l5.017-7.448a.533.533 0 0 0-.792-.7l-4.938 4.283a.2.2 0 0 1-.333-.152V5.352a.2.2 0 0 1 .354-.128l14.924 17.87c.486.574 1.2.905 1.952.906h.521A2.558 2.558 0 0 0 24 21.445V2.557A2.558 2.558 0 0 0 21.443 0Z"/></svg>"#,
7
+ slug: "near",
8
+ title: "NEAR",
9
+ hex: "000000",
10
+ source: "https://near.org/brand",
11
+ guidelines: None,
12
+ license: None,
13
+ };
14
+
4
15
  /// dataiku
5
16
  pub const SI_DATAIKU: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Dataiku</title><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0zm6.527 15.34H12.5v-.934h6.026zm-.739-8.73s-.412.543-.193 1.995c.41 2.724-1.02 5.15-3.56 5.15h-1.87s-1.835-.092-2.933 1.01c-3.263 3.269-4.04 4.116-4.274 4.233-.15.08-.188-.093-.188-.093l9.644-11.891c-.203-2.145 2.34-2.715 3.278-1.13l.884-.248zm-1.599-.614a.476.476 0 1 0 .47.474.476.476 0 0 0-.47-.474z"/></svg>"#,
@@ -2195,14 +2206,3 @@ pub const SI_MAAS: Icon = Icon {
2195
2206
  guidelines: None,
2196
2207
  license: Some("CC-BY-SA-3.0"),
2197
2208
  };
2198
-
2199
- /// octanerender
2200
- pub const SI_OCTANERENDER: Icon = Icon {
2201
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Octane Render</title><path d="M11.71 0C8.24 3.9 6.92 6 6.64 9.14c-.01-.01-.03-.01-.04-.02-1.28-.73-2.3-2.22-2.91-3.73l-2.23.87c1.64 4.95 2.81 7.13 5.39 8.94-.02.01-.03.02-.05.03-1.27.74-3.07.89-4.68.66l-.36 2.37c5.11 1.06 7.59 1.15 10.46-.19v.06c0 1.47-.77 3.09-1.78 4.38L12.3 24c3.46-3.89 4.78-5.99 5.06-9.13.02.01.03.01.05.02 1.27.73 2.29 2.21 2.9 3.73l2.23-.87c-1.64-4.95-2.8-7.14-5.39-8.95.02-.01.03-.02.05-.03 1.27-.74 3.07-.88 4.68-.65l.36-2.38c-5.1-1.06-7.58-1.14-10.44.19v-.06c0-1.47.77-3.09 1.78-4.38L11.71 0zm.19 8.82a3.181 3.181 0 0 1 3.28 3.07 3.181 3.181 0 0 1-3.07 3.28 3.181 3.181 0 0 1-3.28-3.07 3.181 3.181 0 0 1 3.07-3.28z"/></svg>"#,
2202
- slug: "octanerender",
2203
- title: "Octane Render",
2204
- hex: "000000",
2205
- source: "https://render.otoy.com/forum/viewtopic.php?f=9&t=359",
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
+ /// octanerender
5
+ pub const SI_OCTANERENDER: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Octane Render</title><path d="M11.71 0C8.24 3.9 6.92 6 6.64 9.14c-.01-.01-.03-.01-.04-.02-1.28-.73-2.3-2.22-2.91-3.73l-2.23.87c1.64 4.95 2.81 7.13 5.39 8.94-.02.01-.03.02-.05.03-1.27.74-3.07.89-4.68.66l-.36 2.37c5.11 1.06 7.59 1.15 10.46-.19v.06c0 1.47-.77 3.09-1.78 4.38L12.3 24c3.46-3.89 4.78-5.99 5.06-9.13.02.01.03.01.05.02 1.27.73 2.29 2.21 2.9 3.73l2.23-.87c-1.64-4.95-2.8-7.14-5.39-8.95.02-.01.03-.02.05-.03 1.27-.74 3.07-.88 4.68-.65l.36-2.38c-5.1-1.06-7.58-1.14-10.44.19v-.06c0-1.47.77-3.09 1.78-4.38L11.71 0zm.19 8.82a3.181 3.181 0 0 1 3.28 3.07 3.181 3.181 0 0 1-3.07 3.28 3.181 3.181 0 0 1-3.28-3.07 3.181 3.181 0 0 1 3.07-3.28z"/></svg>"#,
7
+ slug: "octanerender",
8
+ title: "Octane Render",
9
+ hex: "000000",
10
+ source: "https://render.otoy.com/forum/viewtopic.php?f=9&t=359",
11
+ guidelines: None,
12
+ license: None,
13
+ };
14
+
4
15
  /// processwire
5
16
  pub const SI_PROCESSWIRE: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>ProcessWire</title><path d="M21.939 5.27C21.211 4.183 20 2.941 18.784 2.137 16.258.407 13.332-.207 10.744.061c-2.699.291-5.01 1.308-6.91 3.004C2.074 4.637.912 6.559.4 8.392c-.518 1.833-.449 3.53-.264 4.808.195 1.297.841 2.929.841 2.929.132.313.315.44.41.493.472.258 1.247.031 1.842-.637.03-.041.046-.098.03-.146-.166-.639-.226-1.12-.285-1.492-.135-.736-.195-1.969-.105-3.109.045-.617.165-1.277.375-1.969.406-1.367 1.262-2.794 2.6-3.98 1.441-1.277 3.289-2.066 5.046-2.27.616-.074 1.788-.145 3.199.203.301.075 1.593.412 2.975 1.348 1.006.684 1.816 1.528 2.374 2.363.568.797 1.185 2.141 1.366 3.125.256 1.12.256 2.307.074 3.463-.225 1.158-.631 2.284-1.262 3.275-.435.768-1.337 1.783-2.403 2.545-.961.676-2.058 1.164-3.184 1.434-.57.135-1.142.221-1.728.24-.521.016-1.212 0-1.697-.082-.721-.115-.871-.299-1.036-.549 0 0-.115-.18-.147-.662.011-4.405.009-3.229.009-5.516 0-.646-.021-1.232-.015-1.764.03-.873.104-1.473.728-2.123.451-.479 1.082-.768 1.777-.768.211 0 .938.01 1.577.541.685.572.8 1.354.827 1.563.156 1.223-.652 2.134-.962 2.365-.384.288-.729.428-.962.51-.496.166-1.041.214-1.531.182-.075-.005-.143.044-.158.119l-.165.856c-.161.65.2.888.41.972.671.207 1.266.293 1.971.24 1.081-.076 2.147-.502 3.052-1.346.77-.732 1.209-1.635 1.359-2.645.15-1.121-.045-2.328-.556-3.35-.562-1.127-1.532-2.068-2.81-2.583-1.291-.508-2.318-.526-3.642-.188l-.015.005c-.86.296-1.596.661-2.362 1.452-.525.546-.955 1.207-1.217 1.953-.26.752-.33 1.313-.342 2.185-.016.646.015 1.246.015 1.808v3.701c0 1.184-.04 1.389 0 1.998.022.404.078.861.255 1.352.182.541.564 1.096.826 1.352.367.391.834.705 1.293.9 1.051.467 2.478.541 3.635.496.766-.029 1.536-.135 2.291-.314 1.51-.359 2.96-1.012 4.235-1.918 1.367-.963 2.555-2.277 3.211-3.393.841-1.326 1.385-2.814 1.668-4.343.255-1.532.243-3.103-.099-4.612-.27-1.4-.991-2.936-1.823-4.176l.038.037z"/></svg>"#,
@@ -2203,14 +2214,3 @@ pub const SI_RENREN: Icon = Icon {
2203
2214
  guidelines: None,
2204
2215
  license: None,
2205
2216
  };
2206
-
2207
- /// nextra
2208
- pub const SI_NEXTRA: Icon = Icon {
2209
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Nextra</title><path d="M22.68 21.031c-4.98-4.98-4.98-13.083 0-18.063l.978-.978c.22-.22.342-.513.342-.825 0-.311-.122-.604-.342-.824-.44-.441-1.207-.44-1.648 0l-.979.978c-4.98 4.98-13.084 4.98-18.063 0L1.99.34a1.17 1.17 0 0 0-1.649 0 1.168 1.168 0 0 0 0 1.649l.978.978c4.98 4.98 4.98 13.083 0 18.063l-.977.978c-.221.22-.342.513-.342.825 0 .31.121.604.341.824.442.443 1.21.441 1.65 0l.977-.977c4.98-4.983 13.083-4.98 18.064 0l.978.977c.22.22.513.342.824.342.312 0 .605-.122.824-.342.22-.22.342-.512.342-.824 0-.313-.122-.605-.342-.825l-.977-.978z"/></svg>"#,
2210
- slug: "nextra",
2211
- title: "Nextra",
2212
- hex: "000000",
2213
- source: "https://nextra.site",
2214
- guidelines: Some("https://nextra.site/about#design-assets"),
2215
- license: None,
2216
- };
@@ -1,6 +1,17 @@
1
1
  // This file was generated. DO NOT EDIT.
2
2
  use crate::Icon;
3
3
 
4
+ /// nextra
5
+ pub const SI_NEXTRA: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Nextra</title><path d="M22.68 21.031c-4.98-4.98-4.98-13.083 0-18.063l.978-.978c.22-.22.342-.513.342-.825 0-.311-.122-.604-.342-.824-.44-.441-1.207-.44-1.648 0l-.979.978c-4.98 4.98-13.084 4.98-18.063 0L1.99.34a1.17 1.17 0 0 0-1.649 0 1.168 1.168 0 0 0 0 1.649l.978.978c4.98 4.98 4.98 13.083 0 18.063l-.977.978c-.221.22-.342.513-.342.825 0 .31.121.604.341.824.442.443 1.21.441 1.65 0l.977-.977c4.98-4.983 13.083-4.98 18.064 0l.978.977c.22.22.513.342.824.342.312 0 .605-.122.824-.342.22-.22.342-.512.342-.824 0-.313-.122-.605-.342-.825l-.977-.978z"/></svg>"#,
7
+ slug: "nextra",
8
+ title: "Nextra",
9
+ hex: "000000",
10
+ source: "https://nextra.site",
11
+ guidelines: Some("https://nextra.site/about#design-assets"),
12
+ license: None,
13
+ };
14
+
4
15
  /// pexels
5
16
  pub const SI_PEXELS: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pexels</title><path d="M1.5 0A1.5 1.5 0 000 1.5v21A1.5 1.5 0 001.5 24h21a1.5 1.5 0 001.5-1.5v-21A1.5 1.5 0 0022.5 0h-21zm6.75 6.75h5.2715a3.843 3.843 0 01.627 7.6348V17.25H8.25V6.75zm1.5 1.5v7.5h2.8984v-2.8145h.873a2.343 2.343 0 100-4.6855H9.75Z"/></svg>"#,
@@ -2195,14 +2206,3 @@ pub const SI_PIXLR: Icon = Icon {
2195
2206
  guidelines: None,
2196
2207
  license: None,
2197
2208
  };
2198
-
2199
- /// pkgsrc
2200
- pub const SI_PKGSRC: Icon = Icon {
2201
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>pkgsrc</title><path d="m12.908 8.763 9.157-5.132L11.25 0 1.62 4.42Zm1.5 2.29 9-5.368-.948 11.84-8.191 6.382zM.593 6.712 1.619 18.79 11.922 24l-.12-12.788Z"/></svg>"#,
2202
- slug: "pkgsrc",
2203
- title: "pkgsrc",
2204
- hex: "FF6600",
2205
- source: "https://pkgsrc.org",
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
+ /// pkgsrc
5
+ pub const SI_PKGSRC: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>pkgsrc</title><path d="m12.908 8.763 9.157-5.132L11.25 0 1.62 4.42Zm1.5 2.29 9-5.368-.948 11.84-8.191 6.382zM.593 6.712 1.619 18.79 11.922 24l-.12-12.788Z"/></svg>"#,
7
+ slug: "pkgsrc",
8
+ title: "pkgsrc",
9
+ hex: "FF6600",
10
+ source: "https://pkgsrc.org",
11
+ guidelines: None,
12
+ license: None,
13
+ };
14
+
4
15
  /// linuxcontainers
5
16
  pub const SI_LINUXCONTAINERS: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Linux Containers</title><path d="M10.15 8.98l1.647.951-5.756 3.345.005-1.911L10.15 8.98zm1.723-1.001l-1.553.902 1.548.893.005-1.795zM6.028 5.33L6.025 6.4l.543.316 3.602 2.079 1.632-.948-2.19-1.279-3.231-1.887-.351-.203-.002.852zm.072-.983l.359.209 6.321 3.65 5.258 3.037 5.858-3.405L11.956.943 6.1 4.347zm6.002 12.602l-.005 1.924 5.858-3.404.005-1.924-5.858 3.404zm-.077-9.009l-.005 1.922 5.94 3.428.005-1.92-5.94-3.43zm-10.13.945l4.075 2.352 4.031-2.342-4.075-2.353-4.031 2.343zM24 7.982l-5.858 3.404-.015 3.982 5.858-3.404L24 7.982zm-12.048 10.04l.003-1.073L7.6 14.436l-1.565-.903v.001l-.939-.542L.015 10.06.01 11.979l11.94 6.895.002-.852zm5.935-4.605l-5.922-3.411-5.853 3.401 5.917 3.414 5.858-3.404zm6.072-1.238l-11.862 6.864-.01 4.013 11.863-6.894.009-3.983zM11.944 21.27l.005-2.227L.01 12.148 0 16.162l11.94 6.895.004-1.787zM.021 9.802L1.6 8.885.025 7.976.021 9.802zm5.832-3.39l.024-1.636.001-.296L.099 7.848l1.647.951 4.107-2.387zm.041 4.951L1.749 8.97l-.46.267-1.195.695 5.795 3.345.005-1.914z"/></svg>"#,
@@ -2036,6 +2047,17 @@ pub const SI_LUNACY: Icon = Icon {
2036
2047
  license: None,
2037
2048
  };
2038
2049
 
2050
+ /// fishaudio
2051
+ pub const SI_FISHAUDIO: Icon = Icon {
2052
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Fish Audio</title><path d="M23.12 12.13v.62c0 .24.19.44.44.44.24 0 .44-.2.44-.44v-.62c0-.24-.2-.44-.44-.44-.25 0-.44.2-.44.44m-1.77.37v1.74c0 .24.2.44.44.44.25 0 .44-.2.44-.44V12.5c0-.24-.19-.44-.44-.44-.24 0-.44.2-.44.44m-1.76.43v1.99q0 .09.03.17.04.08.1.14.07.07.15.1t.17.03c.24 0 .44-.19.44-.44v-1.99c0-.25-.2-.44-.44-.44q-.09 0-.17.03t-.15.1q-.06.06-.1.14-.03.08-.03.17m-1.76.35v1.97c0 .24.19.44.44.44.24 0 .44-.2.44-.44v-1.97c0-.24-.2-.44-.44-.44-.25 0-.44.2-.44.44m-1.77.32v1.65c0 .25.2.45.44.45s.44-.2.44-.45V13.6c0-.25-.2-.45-.44-.45s-.44.2-.44.45m-1.76 1.26v.3q.01.17.14.3.13.11.3.12.18-.01.31-.12.13-.13.14-.3v-.3q-.01-.17-.14-.3-.13-.11-.31-.12-.17.01-.3.12-.13.13-.14.3M0 9.38v.19c0 .24.2.44.44.44.25 0 .44-.2.44-.44v-.19c0-.25-.19-.44-.44-.44-.24 0-.44.19-.44.44m1.82.15v.81c0 .24.19.44.44.44.24 0 .44-.2.44-.44v-.81q0-.18-.13-.31t-.31-.13-.31.13-.13.31m1.81-.24v3.39q.01.17.14.3.13.11.3.12.18-.01.31-.12.13-.13.14-.3V9.29q-.01-.17-.14-.3-.13-.11-.31-.12-.17.01-.3.12-.13.13-.14.3m1.83-.35v.22c0 .24.19.44.44.44.24 0 .44-.2.44-.44v-.22q0-.18-.13-.31T5.9 8.5t-.31.13-.13.31m0 2.94v2.34c0 .25.19.44.44.44.24 0 .44-.19.44-.44v-2.34c0-.24-.2-.44-.44-.44-.25 0-.44.2-.44.44m15.89-3.32V11c0 .25.2.44.44.44.25 0 .44-.19.44-.44V8.56c0-.24-.19-.44-.44-.44-.24 0-.44.2-.44.44m-1.76-.39v3.28q.01.17.14.3.13.11.3.12.18-.01.31-.12.13-.13.14-.3V8.17c0-.25-.2-.44-.44-.44q-.09 0-.17.03t-.15.1q-.06.06-.1.14-.03.08-.03.17M17.83 8v3.9c0 .24.19.44.44.44.24 0 .44-.2.44-.44V8c0-.25-.2-.44-.44-.44-.25 0-.44.19-.44.44m-1.77.11v3.96c0 .25.2.44.44.44s.44-.19.44-.44V8.11c0-.25-.2-.44-.44-.44s-.44.19-.44.44m-1.76.27v5.03q.01.17.14.3.13.11.3.12.18-.01.31-.12.13-.13.14-.3V8.38c0-.25-.2-.44-.45-.44-.24 0-.44.19-.44.44m-1.8.46v5.75q.01.17.14.3.13.11.3.12.18-.01.31-.12.13-.13.14-.3V8.84c0-.25-.2-.44-.45-.44-.24 0-.44.19-.44.44m-1.76.76v5.52c0 .24.2.44.44.44.25 0 .44-.2.44-.44V9.6c0-.24-.19-.44-.44-.44-.24 0-.44.2-.44.44m-1.77 1.01v4.77q.01.17.14.3.13.11.3.12.18-.01.31-.12.13-.13.14-.3v-4.77q-.01-.17-.14-.3-.13-.11-.31-.12-.17.01-.3.12-.13.13-.14.3M23.12 9.6v1.22c0 .24.19.44.44.44.24 0 .44-.2.44-.44V9.6c0-.24-.2-.44-.44-.44-.25 0-.44.2-.44.44M7.21 11.32V16c0 .24.19.44.44.44.24 0 .44-.2.44-.44v-4.68q0-.18-.13-.31t-.31-.13-.31.13-.13.31"/></svg>"#,
2053
+ slug: "fishaudio",
2054
+ title: "Fish Audio",
2055
+ hex: "9B90E8",
2056
+ source: "https://docs.fish.audio/brand",
2057
+ guidelines: Some("https://docs.fish.audio/brand"),
2058
+ license: None,
2059
+ };
2060
+
2039
2061
  /// mumble
2040
2062
  pub const SI_MUMBLE: Icon = Icon {
2041
2063
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Mumble</title><path d="M12 .08A12 11.92 0 000 12a12 11.92 0 0012 11.92A12 11.92 0 0024 12 12 11.92 0 0012 .08zM9.463 1.56c.393 0 .763.21.944.57-.013 1.409-.007 2.819-.008 4.23v.001c.013.303-.019.633.004.951.023.318.102.627.341.88.357.447.942.468 1.45.446h-.003.003c.736.093 1.468-.476 1.519-1.225v-.001c.013-1.74.008-3.479 0-5.218.115-.387.562-.669.973-.617h.006c1.457-.108 3.002.616 3.661 1.953l.001.002c.252.448.328 1.023.381 1.496v4.258a3.401 3.401 0 00-.757-.174l-.037-.004V9.389h-.022v-.193c0-.148-.13-.265-.285-.265h-.36a.305.305 0 00-.102.018c-.002-1.298.007-2.592-.01-3.895v-.001a2.212 2.212 0 00-.571-1.358c-.337-.368-.801-.606-1.33-.567l-.03.002v3.995c.104 1.115-.673 2.259-1.791 2.469-.742.09-1.498.028-2.252.047h-.002c-1.184.1-2.306-.88-2.39-2.06-.027-1.475-.004-2.952-.012-4.428v-.032h-.032c-.508-.006-.945.241-1.26.606a2.247 2.247 0 00-.534 1.319C6.94 6.383 6.95 7.71 6.948 9.04a.291.291 0 00-.156-.045H6.44c-.154 0-.28.118-.28.265v.122h-.007v-.217l-.036.004a3.394 3.394 0 00-.733.166V5.273c.007-.371.045-.734.139-1.117.401-1.573 2.014-2.627 3.604-2.588l.082.003.08.001h.003c.057-.01.114-.013.17-.013zM17.275 9h.36c.122 0 .217.088.217.196v10.736c0 .107-.095.196-.218.196h-.36c-.122 0-.217-.089-.217-.196V9.196c0-.108.095-.196.218-.196zM6.44 9.064h.353c.04 0 .079.011.11.03l.013.007a.186.186 0 01.035.028c.034.035.054.08.054.131v10.737c0 .108-.093.196-.212.196H6.44c-.12 0-.212-.088-.212-.196V9.26c0-.108.093-.196.212-.196zm11.567.118c.055.007.11.016.164.025 2.061.356 3.662 2.656 3.662 5.452 0 2.869-1.686 5.217-3.826 5.476zM6.09 9.241v10.952c-2.14-.259-3.826-2.607-3.826-5.476 0-2.775 1.578-5.063 3.618-5.444l.011-.002.034-.006c.054-.009.108-.017.163-.024zM17.92 19.883h.022v.326l.036-.004a3.35 3.35 0 00.371-.062.195.195 0 01-.09.173l-.002.001v.001s-.618.496-.947.707c-.314.187-.49.338-.758.455a1.718 1.718 0 01-.19.067.858.858 0 01-.14.032h-2.206a.134.134 0 01-.02-.002.68.68 0 00.052-.456h2.068s.127-.011.28-.085c.19-.091.39-.225.577-.347.209-.137.403-.283.607-.435.026-.02.05-.04.072-.06.148-.008.268-.12.268-.263zm-5.684.39c.487 0 .928.115 1.244.299.317.184.506.433.506.705 0 .271-.19.52-.506.705-.316.183-.757.299-1.244.299-.488 0-.93-.116-1.245-.3-.317-.183-.506-.433-.506-.704 0-.272.19-.521.506-.705.316-.184.757-.3 1.245-.3z"/></svg>"#,
@@ -2204,25 +2226,3 @@ pub const SI_CLARIFAI: Icon = Icon {
2204
2226
  guidelines: None,
2205
2227
  license: None,
2206
2228
  };
2207
-
2208
- /// g2a
2209
- pub const SI_G2A: Icon = Icon {
2210
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>G2A</title><path d="M24 15.419s-1.8844-3.5895-3.1571-6.0153a1.6802 1.6802 0 0 0-.4674-.5659 1.3021 1.3021 0 0 0-.7927-.2572 1.239 1.239 0 0 0-.7715.2572 1.6802 1.6802 0 0 0-.4674.5659c-1.2726 2.4258-3.1783 6.0153-3.1783 6.0153l1.7391.0004 2.6781-5.1339 1.2586 2.4128h-1.9378l.6832 1.3053h1.9356l.7386 1.4154H24zM3.4872 13.9588c-1.071 0-1.9392-.8682-1.9392-1.9392s.8682-1.9392 1.9392-1.9392l3.9342-.0031V8.6212H3.3946C1.5174 8.6236-.0024 10.1473 0 12.0244c.0024 1.8738 1.5208 3.3922 3.3946 3.3946h4.0268v-4.1277H3.053v1.4571l2.8447-.0001v1.2141l-2.4105-.0036zm7.2305-1.2109 3.0641-.0002c1.1395 0 2.0633-.9238 2.0633-2.0633s-.9238-2.0633-2.0633-2.0633h-3.6463c-.804-.0002-1.4559.6515-1.4561 1.4555v.0006l4.9963-.0001a.6157.6157 0 0 1 .6201.591.6064.6064 0 0 1-.5894.6229l-.0159.0002h-3.185c-1.0725.0004-1.9417.8701-1.9413 1.9426v2.185h5.4523l.7727-1.4566h-4.7014v-.5841a.63.63 0 0 1 .6299-.6302z"/></svg>"#,
2211
- slug: "g2a",
2212
- title: "G2A",
2213
- hex: "F05F00",
2214
- source: "https://www.g2a.co/documents/",
2215
- guidelines: Some("https://www.g2a.co/documents/"),
2216
- license: None,
2217
- };
2218
-
2219
- /// resharper
2220
- pub const SI_RESHARPER: Icon = Icon {
2221
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>ReSharper</title><path d="M24 0H0v24h24V0ZM3.006 19.476h9v1.5h-9v-1.5Zm9.824-9.392h-.98V8.432h1.264l.324-1.908h-1.136V4.872h1.416l.324-1.864h1.704l-.332 1.864h1.88l.324-1.864h1.7l-.304 1.864h.98v1.652h-1.28l-.324 1.908h1.136v1.652h-1.42l-.336 1.936h-1.7l.332-1.936h-1.868l-.32 1.936h-1.72l.336-1.936ZM3.014 3.008H7.15c1.144 0 2.021.304 2.632.912.529.553.808 1.3.772 2.064v.028a2.802 2.802 0 0 1-.536 1.784 3.065 3.065 0 0 1-1.404.992l2.204 3.224h-2.32L6.63 9.24H5.014v2.772h-2V3.008Zm13.672 5.424.328-1.908h-1.876l-.32 1.908h1.868ZM7.014 7.408c.415.014.821-.129 1.136-.4a1.2 1.2 0 0 0 .4-.928v-.028a1.156 1.156 0 0 0-.4-.968 1.836 1.836 0 0 0-1.148-.32H5.014v2.592l2 .052Z"/></svg>"#,
2222
- slug: "resharper",
2223
- title: "ReSharper",
2224
- hex: "000000",
2225
- source: "https://www.jetbrains.com/company/brand/logos/",
2226
- guidelines: Some("https://www.jetbrains.com/company/brand/"),
2227
- license: None,
2228
- };