simple-icons-pack 15.13.0__tar.gz → 15.15.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.13.0 → simple_icons_pack-15.15.0}/Cargo.lock +3 -3
  2. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/PKG-INFO +1 -1
  3. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/Cargo.toml +2 -2
  4. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/simple_icons_pack.pyi +2 -0
  5. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_03.rs +1 -1
  6. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_04.rs +1 -1
  7. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_05.rs +1 -1
  8. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_06.rs +1 -1
  9. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_07.rs +1 -1
  10. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_08.rs +1 -1
  11. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_09.rs +1 -1
  12. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_10.rs +2 -2
  13. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_11.rs +2 -2
  14. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_12.rs +2 -2
  15. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_13.rs +2 -2
  16. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_14.rs +2 -2
  17. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_15.rs +2 -2
  18. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_16.rs +2 -0
  19. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_03.rs +11 -11
  20. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_04.rs +11 -11
  21. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_05.rs +11 -11
  22. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_06.rs +11 -11
  23. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_07.rs +11 -11
  24. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_08.rs +11 -11
  25. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_09.rs +11 -11
  26. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_10.rs +22 -22
  27. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_11.rs +22 -22
  28. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_12.rs +23 -23
  29. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_13.rs +22 -22
  30. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_14.rs +22 -22
  31. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_15.rs +22 -22
  32. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_16.rs +23 -1
  33. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_03.rs +1 -1
  34. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_04.rs +1 -1
  35. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_05.rs +1 -1
  36. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_06.rs +1 -1
  37. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_07.rs +1 -1
  38. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_08.rs +1 -1
  39. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_09.rs +1 -1
  40. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_10.rs +2 -2
  41. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_11.rs +2 -2
  42. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_12.rs +2 -2
  43. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_13.rs +2 -2
  44. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_14.rs +2 -2
  45. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_15.rs +2 -2
  46. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_16.rs +2 -0
  47. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/Cargo.toml +0 -0
  48. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/LICENSE +0 -0
  49. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/README.md +0 -0
  50. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/LICENSE +0 -0
  51. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/README.md +0 -0
  52. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/mod.rs +0 -0
  53. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_00.rs +0 -0
  54. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_01.rs +0 -0
  55. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/finder/part_02.rs +0 -0
  56. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/mod.rs +0 -0
  57. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_00.rs +0 -0
  58. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_01.rs +0 -0
  59. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/icons/part_02.rs +0 -0
  60. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/lib.rs +0 -0
  61. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/mod.rs +0 -0
  62. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_00.rs +0 -0
  63. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_01.rs +0 -0
  64. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/crates/simple-icons/src/py_binding/part_02.rs +0 -0
  65. {simple_icons_pack-15.13.0 → simple_icons_pack-15.15.0}/pyproject.toml +0 -0
@@ -10,7 +10,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
10
10
 
11
11
  [[package]]
12
12
  name = "fontawesome-free-pack"
13
- version = "7.0.0"
13
+ version = "7.0.1"
14
14
  dependencies = [
15
15
  "pyo3",
16
16
  ]
@@ -51,7 +51,7 @@ dependencies = [
51
51
 
52
52
  [[package]]
53
53
  name = "octicons-pack"
54
- version = "19.16.0"
54
+ version = "19.18.0"
55
55
  dependencies = [
56
56
  "pyo3",
57
57
  ]
@@ -149,7 +149,7 @@ dependencies = [
149
149
 
150
150
  [[package]]
151
151
  name = "simple-icons-pack"
152
- version = "15.13.0"
152
+ version = "15.15.0"
153
153
  dependencies = [
154
154
  "pyo3",
155
155
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simple-icons-pack
3
- Version: 15.13.0
3
+ Version: 15.15.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.13.0"
4
+ version = "15.15.0"
5
5
  license = "CC0-1.0"
6
- exclude = ["deno.json", "main.ts", "pyproject.toml", "tests/*"]
6
+ exclude = ["deno.json","main.ts","pyproject.toml","tests/*"]
7
7
  readme = "README.md"
8
8
 
9
9
  [package.repository]
@@ -756,6 +756,7 @@ SI_BANDSINTOWN: Final[Icon] = ...
756
756
  SI_TYPESCRIPT: Final[Icon] = ...
757
757
  SI_GITKRAKEN: Final[Icon] = ...
758
758
  SI_ROOTSSAGE: Final[Icon] = ...
759
+ SI_GREPTIMEDB: Final[Icon] = ...
759
760
  SI_FISHSHELL: Final[Icon] = ...
760
761
  SI_CREHANA: Final[Icon] = ...
761
762
  SI_KAIOS: Final[Icon] = ...
@@ -2137,6 +2138,7 @@ SI_TRANSPORTFORLONDON: Final[Icon] = ...
2137
2138
  SI_ROCKETDOTCHAT: Final[Icon] = ...
2138
2139
  SI_COMMERZBANK: Final[Icon] = ...
2139
2140
  SI_SAILSDOTJS: Final[Icon] = ...
2141
+ SI_VUEUSE: Final[Icon] = ...
2140
2142
  SI_STARTREK: Final[Icon] = ...
2141
2143
  SI_ALIEXPRESS: Final[Icon] = ...
2142
2144
  SI_ANDROIDAUTO: Final[Icon] = ...
@@ -147,6 +147,7 @@ pub(super) fn find_part_3(slug: &str) -> Option<Icon> {
147
147
  "typescript" => Some(icons::SI_TYPESCRIPT),
148
148
  "gitkraken" => Some(icons::SI_GITKRAKEN),
149
149
  "rootssage" => Some(icons::SI_ROOTSSAGE),
150
+ "greptimedb" => Some(icons::SI_GREPTIMEDB),
150
151
  "fishshell" => Some(icons::SI_FISHSHELL),
151
152
  "crehana" => Some(icons::SI_CREHANA),
152
153
  "kaios" => Some(icons::SI_KAIOS),
@@ -202,7 +203,6 @@ pub(super) fn find_part_3(slug: &str) -> Option<Icon> {
202
203
  "mixcloud" => Some(icons::SI_MIXCLOUD),
203
204
  "youhodler" => Some(icons::SI_YOUHODLER),
204
205
  "wikimediafoundation" => Some(icons::SI_WIKIMEDIAFOUNDATION),
205
- "insta360" => Some(icons::SI_INSTA360),
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
+ "insta360" => Some(icons::SI_INSTA360),
6
7
  "panasonic" => Some(icons::SI_PANASONIC),
7
8
  "blackberry" => Some(icons::SI_BLACKBERRY),
8
9
  "alacritty" => Some(icons::SI_ALACRITTY),
@@ -202,7 +203,6 @@ pub(super) fn find_part_4(slug: &str) -> Option<Icon> {
202
203
  "e" => Some(icons::SI_E),
203
204
  "flutter" => Some(icons::SI_FLUTTER),
204
205
  "brenntag" => Some(icons::SI_BRENNTAG),
205
- "makerbot" => Some(icons::SI_MAKERBOT),
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
+ "makerbot" => Some(icons::SI_MAKERBOT),
6
7
  "gdal" => Some(icons::SI_GDAL),
7
8
  "maserati" => Some(icons::SI_MASERATI),
8
9
  "iterm2" => Some(icons::SI_ITERM2),
@@ -202,7 +203,6 @@ pub(super) fn find_part_5(slug: &str) -> Option<Icon> {
202
203
  "centos" => Some(icons::SI_CENTOS),
203
204
  "apacheguacamole" => Some(icons::SI_APACHEGUACAMOLE),
204
205
  "fujitsu" => Some(icons::SI_FUJITSU),
205
- "ultralytics" => Some(icons::SI_ULTRALYTICS),
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
+ "ultralytics" => Some(icons::SI_ULTRALYTICS),
6
7
  "codeberg" => Some(icons::SI_CODEBERG),
7
8
  "jitpack" => Some(icons::SI_JITPACK),
8
9
  "dazn" => Some(icons::SI_DAZN),
@@ -202,7 +203,6 @@ pub(super) fn find_part_6(slug: &str) -> Option<Icon> {
202
203
  "biome" => Some(icons::SI_BIOME),
203
204
  "threadless" => Some(icons::SI_THREADLESS),
204
205
  "dassaultsystemes" => Some(icons::SI_DASSAULTSYSTEMES),
205
- "paychex" => Some(icons::SI_PAYCHEX),
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
+ "paychex" => Some(icons::SI_PAYCHEX),
6
7
  "ifood" => Some(icons::SI_IFOOD),
7
8
  "less" => Some(icons::SI_LESS),
8
9
  "rimacautomobili" => Some(icons::SI_RIMACAUTOMOBILI),
@@ -202,7 +203,6 @@ pub(super) fn find_part_7(slug: &str) -> Option<Icon> {
202
203
  "tidal" => Some(icons::SI_TIDAL),
203
204
  "googleads" => Some(icons::SI_GOOGLEADS),
204
205
  "eraser" => Some(icons::SI_ERASER),
205
- "stardock" => Some(icons::SI_STARDOCK),
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
+ "stardock" => Some(icons::SI_STARDOCK),
6
7
  "albertheijn" => Some(icons::SI_ALBERTHEIJN),
7
8
  "firefox" => Some(icons::SI_FIREFOX),
8
9
  "reduxsaga" => Some(icons::SI_REDUXSAGA),
@@ -202,7 +203,6 @@ pub(super) fn find_part_8(slug: &str) -> Option<Icon> {
202
203
  "improvmx" => Some(icons::SI_IMPROVMX),
203
204
  "axios" => Some(icons::SI_AXIOS),
204
205
  "creativecommons" => Some(icons::SI_CREATIVECOMMONS),
205
- "statamic" => Some(icons::SI_STATAMIC),
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
+ "statamic" => Some(icons::SI_STATAMIC),
6
7
  "xampp" => Some(icons::SI_XAMPP),
7
8
  "ericsson" => Some(icons::SI_ERICSSON),
8
9
  "googlephotos" => Some(icons::SI_GOOGLEPHOTOS),
@@ -202,7 +203,6 @@ pub(super) fn find_part_9(slug: &str) -> Option<Icon> {
202
203
  "skillshare" => Some(icons::SI_SKILLSHARE),
203
204
  "topcoder" => Some(icons::SI_TOPCODER),
204
205
  "bower" => Some(icons::SI_BOWER),
205
- "solid" => Some(icons::SI_SOLID),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,7 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_10(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "solid" => Some(icons::SI_SOLID),
6
7
  "wondershare" => Some(icons::SI_WONDERSHARE),
7
8
  "netapp" => Some(icons::SI_NETAPP),
8
9
  "deutschebank" => Some(icons::SI_DEUTSCHEBANK),
@@ -128,6 +129,7 @@ pub(super) fn find_part_10(slug: &str) -> Option<Icon> {
128
129
  "rocketdotchat" => Some(icons::SI_ROCKETDOTCHAT),
129
130
  "commerzbank" => Some(icons::SI_COMMERZBANK),
130
131
  "sailsdotjs" => Some(icons::SI_SAILSDOTJS),
132
+ "vueuse" => Some(icons::SI_VUEUSE),
131
133
  "startrek" => Some(icons::SI_STARTREK),
132
134
  "aliexpress" => Some(icons::SI_ALIEXPRESS),
133
135
  "androidauto" => Some(icons::SI_ANDROIDAUTO),
@@ -201,8 +203,6 @@ pub(super) fn find_part_10(slug: &str) -> Option<Icon> {
201
203
  "stremio" => Some(icons::SI_STREMIO),
202
204
  "react" => Some(icons::SI_REACT),
203
205
  "cssmodules" => Some(icons::SI_CSSMODULES),
204
- "untappd" => Some(icons::SI_UNTAPPD),
205
- "contentful" => Some(icons::SI_CONTENTFUL),
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
+ "untappd" => Some(icons::SI_UNTAPPD),
7
+ "contentful" => Some(icons::SI_CONTENTFUL),
6
8
  "airchina" => Some(icons::SI_AIRCHINA),
7
9
  "inkdrop" => Some(icons::SI_INKDROP),
8
10
  "sentry" => Some(icons::SI_SENTRY),
@@ -201,8 +203,6 @@ pub(super) fn find_part_11(slug: &str) -> Option<Icon> {
201
203
  "majorleaguehacking" => Some(icons::SI_MAJORLEAGUEHACKING),
202
204
  "gamedeveloper" => Some(icons::SI_GAMEDEVELOPER),
203
205
  "s7airlines" => Some(icons::SI_S7AIRLINES),
204
- "nextdotjs" => Some(icons::SI_NEXTDOTJS),
205
- "mediafire" => Some(icons::SI_MEDIAFIRE),
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
+ "nextdotjs" => Some(icons::SI_NEXTDOTJS),
7
+ "mediafire" => Some(icons::SI_MEDIAFIRE),
6
8
  "youtubestudio" => Some(icons::SI_YOUTUBESTUDIO),
7
9
  "flyway" => Some(icons::SI_FLYWAY),
8
10
  "wikivoyage" => Some(icons::SI_WIKIVOYAGE),
@@ -201,8 +203,6 @@ pub(super) fn find_part_12(slug: &str) -> Option<Icon> {
201
203
  "dribbble" => Some(icons::SI_DRIBBBLE),
202
204
  "glide" => Some(icons::SI_GLIDE),
203
205
  "webtoon" => Some(icons::SI_WEBTOON),
204
- "nextbilliondotai" => Some(icons::SI_NEXTBILLIONDOTAI),
205
- "sencha" => Some(icons::SI_SENCHA),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,8 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_13(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "nextbilliondotai" => Some(icons::SI_NEXTBILLIONDOTAI),
7
+ "sencha" => Some(icons::SI_SENCHA),
6
8
  "preact" => Some(icons::SI_PREACT),
7
9
  "greenhouse" => Some(icons::SI_GREENHOUSE),
8
10
  "hive_blockchain" => Some(icons::SI_HIVE_BLOCKCHAIN),
@@ -201,8 +203,6 @@ pub(super) fn find_part_13(slug: &str) -> Option<Icon> {
201
203
  "codenewbie" => Some(icons::SI_CODENEWBIE),
202
204
  "traccar" => Some(icons::SI_TRACCAR),
203
205
  "calibreweb" => Some(icons::SI_CALIBREWEB),
204
- "framework" => Some(icons::SI_FRAMEWORK),
205
- "mlb" => Some(icons::SI_MLB),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,8 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_14(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "framework" => Some(icons::SI_FRAMEWORK),
7
+ "mlb" => Some(icons::SI_MLB),
6
8
  "slackware" => Some(icons::SI_SLACKWARE),
7
9
  "500px" => Some(icons::SI_500PX),
8
10
  "malt" => Some(icons::SI_MALT),
@@ -201,8 +203,6 @@ pub(super) fn find_part_14(slug: &str) -> Option<Icon> {
201
203
  "oclif" => Some(icons::SI_OCLIF),
202
204
  "armkeil" => Some(icons::SI_ARMKEIL),
203
205
  "viber" => Some(icons::SI_VIBER),
204
- "apachedoris" => Some(icons::SI_APACHEDORIS),
205
- "litecoin" => Some(icons::SI_LITECOIN),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,8 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_15(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "apachedoris" => Some(icons::SI_APACHEDORIS),
7
+ "litecoin" => Some(icons::SI_LITECOIN),
6
8
  "vyond" => Some(icons::SI_VYOND),
7
9
  "gldotinet" => Some(icons::SI_GLDOTINET),
8
10
  "canvas" => Some(icons::SI_CANVAS),
@@ -201,8 +203,6 @@ pub(super) fn find_part_15(slug: &str) -> Option<Icon> {
201
203
  "shopware" => Some(icons::SI_SHOPWARE),
202
204
  "bsd" => Some(icons::SI_BSD),
203
205
  "bentley" => Some(icons::SI_BENTLEY),
204
- "hevy" => Some(icons::SI_HEVY),
205
- "hotjar" => Some(icons::SI_HOTJAR),
206
206
  _ => None,
207
207
  }
208
208
  }
@@ -3,6 +3,8 @@ use crate::{Icon, icons};
3
3
 
4
4
  pub(super) fn find_part_16(slug: &str) -> Option<Icon> {
5
5
  match slug {
6
+ "hevy" => Some(icons::SI_HEVY),
7
+ "hotjar" => Some(icons::SI_HOTJAR),
6
8
  "wolframmathematica" => Some(icons::SI_WOLFRAMMATHEMATICA),
7
9
  "coronarenderer" => Some(icons::SI_CORONARENDERER),
8
10
  "sendgrid" => Some(icons::SI_SENDGRID),
@@ -1589,6 +1589,17 @@ pub const SI_ROOTSSAGE: Icon = Icon {
1589
1589
  license: None,
1590
1590
  };
1591
1591
 
1592
+ /// greptimedb
1593
+ pub const SI_GREPTIMEDB: Icon = Icon {
1594
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GreptimeDB</title><path d="M12.005 0C5.375 0 0 5.373 0 12s5.375 12 12.005 12c6.428 0 11.679-5.052 11.991-11.4l.004-.07H13.33l-.017.04c-.227.52-.74.856-1.308.856h-.001c-.491.01-.85-.166-1.092-.433a1.48 1.48 0 0 1-.363-.993c0-.363.121-.726.363-.993.241-.267.6-.443 1.092-.433h.001c.51 0 .98.272 1.235.713l.02.033h1.722l-.022-.083A3.053 3.053 0 0 0 8.954 12a3.05 3.05 0 0 0 3.051 3.05 3.04 3.04 0 0 0 2.288-1.044h7.892c-.936 4.769-5.134 8.37-10.18 8.37-5.733 0-10.38-4.645-10.38-10.376S6.272 1.624 12.005 1.624c5.484 0 9.975 4.25 10.355 9.635l.004.061h1.628l-.004-.07C23.6 4.972 18.383 0 12.005 0m.009 2.983c-4.987 0-9.031 4.038-9.031 9.017 0 4.98 4.043 9.017 9.03 9.017a9.03 9.03 0 0 0 8.405-5.711l.036-.09h-1.771l-.018.037a7.4 7.4 0 0 1-6.651 4.14c-4.09 0-7.405-3.309-7.405-7.393s3.315-7.393 7.405-7.393a7.4 7.4 0 0 1 7.367 6.654l.006.06h1.632l-.006-.072c-.382-4.628-4.266-8.266-9-8.266m.007 2.984c-3.343 0-6.055 2.702-6.055 6.033s2.712 6.033 6.055 6.033a6.06 6.06 0 0 0 5.058-2.715l.068-.103H15.05l-.019.018a4.42 4.42 0 0 1-3.009 1.176A4.417 4.417 0 0 1 7.595 12a4.42 4.42 0 0 1 4.426-4.41 4.42 4.42 0 0 1 4.365 3.675l.01.055h1.643l-.009-.074a6.05 6.05 0 0 0-6.009-5.279"/></svg>"#,
1595
+ slug: "greptimedb",
1596
+ title: "GreptimeDB",
1597
+ hex: "8322FF",
1598
+ source: "https://github.com/GreptimeTeam/greptimedb-grafana-datasource/blob/ead7c1dd1a589c313fb9e3635bd0a9fee93ee795/src/img/greptimedb_logo.svg",
1599
+ guidelines: None,
1600
+ license: None,
1601
+ };
1602
+
1592
1603
  /// fishshell
1593
1604
  pub const SI_FISHSHELL: Icon = Icon {
1594
1605
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>fish shell</title><path d="m19.164 9.228-3.016 2.688v.527l3.016 2.688v-1.228l-1.936-1.723 1.936-1.724V9.228m-6.658.046v1.208l1.905 1.696-1.905 1.695v1.209l2.968-2.645v-.518l-2.968-2.645M9.781 7.847a6.519 6.519 0 0 0-2.038-.335c-.672 0-1.349.112-2.03.335a9.23 9.23 0 0 0-2.088 1.017v.723c.69-.4 1.377-.7 2.06-.897a7.388 7.388 0 0 1 2.058-.296c.684 0 1.368.098 2.052.296a9.452 9.452 0 0 1 2.075.897v-.723a9.229 9.229 0 0 0-2.09-1.017m.014 7.78a7.371 7.371 0 0 1-2.052.296 7.388 7.388 0 0 1-2.057-.296 9.18 9.18 0 0 1-2.061-.897v.723a9.228 9.228 0 0 0 2.088 1.017 6.492 6.492 0 0 0 2.03.335c.678 0 1.357-.112 2.038-.335a9.227 9.227 0 0 0 2.089-1.017v-.723c-.7.4-1.391.7-2.075.897m.602-11.23h-.51L7.28 6.92h1.19l1.672-1.62 1.671 1.62h1.191l-2.607-2.525m-2.965 13.68v-.824H6.427v.825l.786 1.527h.614l-.395-1.527M4.127 10.95v1.216H5.13V10.95H4.127m-1.16-1.695L0 11.901v.518l2.967 2.645v-1.208L1.063 12.16l1.904-1.695V9.256m20.68 3.28c-.235-.3-.574-.509-1.017-.626.395-.103.696-.278.902-.525.206-.247.31-.556.31-.926 0-.546-.197-.984-.59-1.314-.393-.33-.919-.495-1.575-.495-.22 0-.473.025-.758.073-.284.048-.61.12-.974.217v.84c.314-.12.613-.21.9-.27a4.05 4.05 0 0 1 .832-.091c.403 0 .714.093.933.278.218.185.328.451.328.798 0 .328-.118.584-.353.768-.235.184-.562.276-.98.276h-.697v.75h.696c.458 0 .821.116 1.09.346.268.23.402.542.402.934 0 .425-.134.75-.402.976-.269.226-.653.339-1.153.339a3.55 3.55 0 0 1-.89-.117 4.395 4.395 0 0 1-.91-.358v.909a6.1 6.1 0 0 0 .95.249c.323.057.639.085.95.085.738 0 1.315-.177 1.733-.53.417-.355.626-.842.626-1.463 0-.449-.118-.823-.353-1.123"/></svg>"#,
@@ -2195,14 +2206,3 @@ pub const SI_WIKIMEDIAFOUNDATION: Icon = Icon {
2195
2206
  guidelines: Some("https://foundation.wikimedia.org/wiki/Wikimedia_visual_identity_guidelines"),
2196
2207
  license: None,
2197
2208
  };
2198
-
2199
- /// insta360
2200
- pub const SI_INSTA360: Icon = Icon {
2201
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Insta360</title><path d="M15.402 11.19c-.701.7-1.838.7-2.54 0a1.796 1.796 0 1 1 2.539 0m.998-3.614a6.17 6.17 0 0 0-4.39-1.818 6.17 6.17 0 0 0-4.392 1.818 6.217 6.217 0 0 0 0 8.782 6.169 6.169 0 0 0 4.39 1.819 6.169 6.169 0 0 0 4.392-1.82 6.217 6.217 0 0 0 0-8.78m1.554 10.33a8.353 8.353 0 0 1-5.945 2.462 8.353 8.353 0 0 1-5.944-2.46c-3.277-3.277-3.277-8.607 0-11.883a8.353 8.353 0 0 1 5.944-2.46 8.35 8.35 0 0 1 5.944 2.46c3.278 3.276 3.278 8.606 0 11.882m4.51-11.293a20.81 20.81 0 0 1-.137-.292 2.779 2.779 0 0 1 .485-3.007c.018-.014.08-.08.117-.118a.412.412 0 0 0 .053-.069.66.66 0 0 0-.097-.81.296.296 0 0 0-.026-.02 1.113 1.113 0 0 0-.18-.11l-.068-.034A19.08 19.08 0 0 0 9.71.443l-.016.022a11.708 11.708 0 0 0-6.012 3.218c-3.75 3.75-4.44 9.403-2.065 13.852.023.043.107.195.123.233a2.778 2.778 0 0 1-.556 2.919 4.39 4.39 0 0 0-.072.08.66.66 0 0 0 0 .934c.06.056.127.105.198.146l.01.006a19.08 19.08 0 0 0 13 1.677v.002a11.708 11.708 0 0 0 5.997-3.216c3.709-3.708 4.423-9.277 2.144-13.702"/></svg>"#,
2202
- slug: "insta360",
2203
- title: "Insta360",
2204
- hex: "FFEE00",
2205
- source: "https://www.insta360.com/press/logo",
2206
- guidelines: Some("https://www.insta360.com/press/logo"),
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
+ /// insta360
5
+ pub const SI_INSTA360: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Insta360</title><path d="M15.402 11.19c-.701.7-1.838.7-2.54 0a1.796 1.796 0 1 1 2.539 0m.998-3.614a6.17 6.17 0 0 0-4.39-1.818 6.17 6.17 0 0 0-4.392 1.818 6.217 6.217 0 0 0 0 8.782 6.169 6.169 0 0 0 4.39 1.819 6.169 6.169 0 0 0 4.392-1.82 6.217 6.217 0 0 0 0-8.78m1.554 10.33a8.353 8.353 0 0 1-5.945 2.462 8.353 8.353 0 0 1-5.944-2.46c-3.277-3.277-3.277-8.607 0-11.883a8.353 8.353 0 0 1 5.944-2.46 8.35 8.35 0 0 1 5.944 2.46c3.278 3.276 3.278 8.606 0 11.882m4.51-11.293a20.81 20.81 0 0 1-.137-.292 2.779 2.779 0 0 1 .485-3.007c.018-.014.08-.08.117-.118a.412.412 0 0 0 .053-.069.66.66 0 0 0-.097-.81.296.296 0 0 0-.026-.02 1.113 1.113 0 0 0-.18-.11l-.068-.034A19.08 19.08 0 0 0 9.71.443l-.016.022a11.708 11.708 0 0 0-6.012 3.218c-3.75 3.75-4.44 9.403-2.065 13.852.023.043.107.195.123.233a2.778 2.778 0 0 1-.556 2.919 4.39 4.39 0 0 0-.072.08.66.66 0 0 0 0 .934c.06.056.127.105.198.146l.01.006a19.08 19.08 0 0 0 13 1.677v.002a11.708 11.708 0 0 0 5.997-3.216c3.709-3.708 4.423-9.277 2.144-13.702"/></svg>"#,
7
+ slug: "insta360",
8
+ title: "Insta360",
9
+ hex: "FFEE00",
10
+ source: "https://www.insta360.com/press/logo",
11
+ guidelines: Some("https://www.insta360.com/press/logo"),
12
+ license: None,
13
+ };
14
+
4
15
  /// panasonic
5
16
  pub const SI_PANASONIC: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Panasonic</title><path d="M3.157 11.4852c.0399-.6914-.4884-1.2842-1.1798-1.324H0v3.58h1.084v-1.1h.66c.166 0 .333-.02.496-.059.497-.103.87-.52.917-1.025v-.072zm-1.081.005a.35.35 0 0 1-.337.301c-.081.007-.15.007-.23.007h-.425v-.777h.632a.36.36 0 0 1 .36.326.658.658 0 0 1 0 .143zm3.6781 1.45c0-.278-.01-.511-.01-.786a1.654 1.654 0 0 0-.057-.42.666.666 0 0 0-.332-.43 1.046 1.046 0 0 0-.316-.118 2.63 2.63 0 0 0-1.065-.02c-.1.015-.197.043-.29.082a.77.77 0 0 0-.455.5.597.597 0 0 0-.024.261.124.124 0 0 0 .014.048l.86.02a.386.386 0 0 1 .025-.153.262.262 0 0 1 .162-.162.49.49 0 0 1 .342 0 .23.23 0 0 1 .156.157.15.15 0 0 1-.02.13.22.22 0 0 1-.1.078l-.074.024c-.113.03-.228.055-.343.075a6.7928 6.7928 0 0 0-.276.05 3.2483 3.2483 0 0 0-.365.095.787.787 0 0 0-.295.173.621.621 0 0 0-.205.393.792.792 0 0 0 .012.299.71.71 0 0 0 .509.54c.277.084.574.068.841-.043a.83.83 0 0 0 .344-.248c.018.059.038.117.057.176.012.032.03.061.051.087h.948a.414.414 0 0 1-.068-.207c-.0138-.2-.0225-.4004-.026-.601zm-.956-.088a.431.431 0 0 1-.067.193.406.406 0 0 1-.182.145.627.627 0 0 1-.21.054.453.453 0 0 1-.163-.013.244.244 0 0 1-.12-.074.204.204 0 0 1-.057-.106.17.17 0 0 1 .064-.174.314.314 0 0 1 .105-.063c.095-.035.19-.066.288-.093.118-.034.232-.078.342-.131a.907.907 0 0 1 0 .262zm3.262-1.712a1.038 1.038 0 0 0-.755.054 1.662 1.662 0 0 0-.393.262l-.023-.27h-.919v2.559h.982v-1.42a.413.413 0 0 1 .06-.221.383.383 0 0 1 .482-.16c.081.032.142.1.167.183.013.043.02.087.02.131v1.484h1.01v-1.652a1.205 1.205 0 0 0-.06-.394.822.822 0 0 0-.572-.558l.001.002zm5.9501 1.25a1.076 1.076 0 0 0-.42-.231l-.106-.03a4.543 4.543 0 0 0-.58-.122 1.8502 1.8502 0 0 1-.156-.03.3.3 0 0 1-.068-.024.117.117 0 0 1-.059-.152v-.008a.222.222 0 0 1 .131-.105.491.491 0 0 1 .316 0c.107.03.178.133.17.244h.902a.9.9 0 0 0-.055-.31.551.551 0 0 0-.184-.255.848.848 0 0 0-.242-.138 1.196 1.196 0 0 0-.262-.073 2.627 2.627 0 0 0-.642-.037 2.033 2.033 0 0 0-.366.054 1.082 1.082 0 0 0-.444.211.693.693 0 0 0-.28.526.72.72 0 0 0 .052.316.675.675 0 0 0 .393.393c.09.036.183.064.278.082l.554.104c.07.01.138.028.205.051.06.018.103.07.113.131a.19.19 0 0 1-.052.176.304.304 0 0 1-.17.086.492.492 0 0 1-.262-.025.368.368 0 0 1-.105-.061.263.263 0 0 1-.089-.131.41.41 0 0 1-.02-.138h-.932v.055a.773.773 0 0 0 .256.555.99.99 0 0 0 .426.24c.329.098.676.12 1.014.065.16-.023.313-.073.455-.148a.935.935 0 0 0 .176-.118.778.778 0 0 0 .246-.852.632.632 0 0 0-.193-.302v.001zm6.1982-2.226h.957v.676h-.957v-.676zm0 1.024h.957v2.558h-.957v-2.558zm2.872 1.505a1.1666 1.1666 0 0 1-.018.154.393.393 0 0 1-.096.199.299.299 0 0 1-.185.098.364.364 0 0 1-.316-.1.53.53 0 0 1-.152-.26 1.168 1.168 0 0 1 .012-.703.41.41 0 0 1 .178-.232.36.36 0 0 1 .407.017c.092.068.153.17.17.284h.874a.78.78 0 0 0-.09-.417 1.12 1.12 0 0 0-.724-.564 1.711 1.711 0 0 0-.806-.02c-.48.094-.863.456-.984.93a1.383 1.383 0 0 0-.031.621c.023.149.075.291.152.42.095.171.227.32.385.435.189.148.416.239.655.262.18.02.36.012.538-.025a1.24 1.24 0 0 0 .685-.38.928.928 0 0 0 .263-.719h-.917zm-3.704-1.553a1.038 1.038 0 0 0-.755.054 1.656 1.656 0 0 0-.393.262l-.031-.27h-.9181v2.559h.984v-1.428a.425.425 0 0 1 .06-.221.393.393 0 0 1 .484-.16c.08.033.14.1.164.183a.453.453 0 0 1 .021.14v1.483h1.016v-1.652a1.2 1.2 0 0 0-.06-.394.822.822 0 0 0-.572-.558v.002zm-7.8792 1.8c0-.278-.01-.511-.012-.786 0-.142-.018-.283-.054-.42a.675.675 0 0 0-.333-.43 1.056 1.056 0 0 0-.315-.118 2.637 2.637 0 0 0-1.067-.02c-.1.015-.196.043-.289.082a.766.766 0 0 0-.456.5.617.617 0 0 0-.025.261.149.149 0 0 0 .015.048l.86.02a.384.384 0 0 1 .024-.153.262.262 0 0 1 .163-.162.49.49 0 0 1 .342 0 .23.23 0 0 1 .156.157.15.15 0 0 1-.021.13.213.213 0 0 1-.098.078l-.075.024c-.113.03-.228.055-.343.075a6.3141 6.3141 0 0 0-.274.05 3.2042 3.2042 0 0 0-.366.095.762.762 0 0 0-.296.173.617.617 0 0 0-.21.393.753.753 0 0 0 .012.299c.056.26.252.469.508.54.277.084.575.068.842-.043a.808.808 0 0 0 .335-.245c.017.058.036.116.057.173.01.032.029.062.052.087h.948a.418.418 0 0 1-.054-.207 13.4697 13.4697 0 0 1-.026-.601zm-.97-.084a.435.435 0 0 1-.07.189.371.371 0 0 1-.167.145.656.656 0 0 1-.205.054.466.466 0 0 1-.175-.015.248.248 0 0 1-.122-.073.214.214 0 0 1-.055-.105.172.172 0 0 1 .057-.17.344.344 0 0 1 .105-.063 4.83 4.83 0 0 1 .288-.093c.118-.035.233-.079.344-.131.01.087.01.175 0 .262zm5.483-1.72a1.858 1.858 0 0 0-.577 0 1.33 1.33 0 0 0-.747.371 1.21 1.21 0 0 0-.383.798c-.02.185-.003.372.048.551.073.278.239.522.47.693.147.117.32.197.504.235.26.055.527.055.787 0 .184-.038.359-.118.507-.235.23-.17.3961-.415.4681-.693a1.42 1.42 0 0 0 .05-.55 1.208 1.208 0 0 0-.383-.799 1.33 1.33 0 0 0-.743-.37l-.001-.001zm.06 1.814a.388.388 0 0 1-.513.193.371.371 0 0 1-.194-.193.903.903 0 0 1-.072-.246 1.42 1.42 0 0 1 .012-.515.657.657 0 0 1 .1-.247.374.374 0 0 1 .622 0 .627.627 0 0 1 .105.247c.034.17.038.344.01.515a.885.885 0 0 1-.07.246z"/></svg>"#,
@@ -2193,14 +2204,3 @@ pub const SI_BRENNTAG: Icon = Icon {
2193
2204
  guidelines: None,
2194
2205
  license: None,
2195
2206
  };
2196
-
2197
- /// makerbot
2198
- pub const SI_MAKERBOT: Icon = Icon {
2199
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>MakerBot</title><path d="M23.055 7.328c-.604-1.428-1.47-2.714-2.569-3.813C19.382 2.414 18.1 1.551 16.672.944 15.189.315 13.619 0 12 0c-1.62 0-3.19.318-4.672.945-1.428.604-2.711 1.47-3.813 2.57C2.414 4.615 1.551 5.9.943 7.328.315 8.81 0 10.38 0 12c0 1.619.318 3.189.945 4.671.604 1.429 1.47 2.714 2.569 3.814 1.103 1.1 2.386 1.964 3.813 2.57C8.81 23.686 10.38 24 12 24c1.619 0 3.189-.314 4.671-.944 1.429-.601 2.711-1.471 3.814-2.564 1.1-1.095 1.964-2.386 2.57-3.811.63-1.47.944-3.045.944-4.665 0-1.619-.314-3.18-.944-4.664v-.024zM12 22.335C6.293 22.335 1.665 17.707 1.665 12S6.293 1.665 12 1.665 22.335 6.293 22.335 12 17.707 22.335 12 22.335zm3.242-18.214H8.757c-.922 0-1.7.324-2.333.975-.635.644-.953 1.425-.953 2.334v10.182c0 .449.135.81.4 1.095.267.269.615.42 1.051.42.445 0 .805-.135 1.079-.405.272-.271.409-.63.409-1.08V7.08h2.141v10.529c0 .445.131.806.391 1.08.259.273.611.411 1.059.411.446 0 .799-.138 1.059-.411.26-.274.39-.635.39-1.08V7.08h2.142v10.529c0 .445.135.806.408 1.08.275.273.635.411 1.08.411.435 0 .783-.141 1.05-.423.268-.28.401-.638.401-1.069V7.426c0-.91-.318-1.688-.953-2.336-.633-.648-1.41-.975-2.334-.975v.006z"/></svg>"#,
2200
- slug: "makerbot",
2201
- title: "MakerBot",
2202
- hex: "FF1E0D",
2203
- source: "https://www.makerbot.com/makerbot-press-assets",
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
+ /// makerbot
5
+ pub const SI_MAKERBOT: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>MakerBot</title><path d="M23.055 7.328c-.604-1.428-1.47-2.714-2.569-3.813C19.382 2.414 18.1 1.551 16.672.944 15.189.315 13.619 0 12 0c-1.62 0-3.19.318-4.672.945-1.428.604-2.711 1.47-3.813 2.57C2.414 4.615 1.551 5.9.943 7.328.315 8.81 0 10.38 0 12c0 1.619.318 3.189.945 4.671.604 1.429 1.47 2.714 2.569 3.814 1.103 1.1 2.386 1.964 3.813 2.57C8.81 23.686 10.38 24 12 24c1.619 0 3.189-.314 4.671-.944 1.429-.601 2.711-1.471 3.814-2.564 1.1-1.095 1.964-2.386 2.57-3.811.63-1.47.944-3.045.944-4.665 0-1.619-.314-3.18-.944-4.664v-.024zM12 22.335C6.293 22.335 1.665 17.707 1.665 12S6.293 1.665 12 1.665 22.335 6.293 22.335 12 17.707 22.335 12 22.335zm3.242-18.214H8.757c-.922 0-1.7.324-2.333.975-.635.644-.953 1.425-.953 2.334v10.182c0 .449.135.81.4 1.095.267.269.615.42 1.051.42.445 0 .805-.135 1.079-.405.272-.271.409-.63.409-1.08V7.08h2.141v10.529c0 .445.131.806.391 1.08.259.273.611.411 1.059.411.446 0 .799-.138 1.059-.411.26-.274.39-.635.39-1.08V7.08h2.142v10.529c0 .445.135.806.408 1.08.275.273.635.411 1.08.411.435 0 .783-.141 1.05-.423.268-.28.401-.638.401-1.069V7.426c0-.91-.318-1.688-.953-2.336-.633-.648-1.41-.975-2.334-.975v.006z"/></svg>"#,
7
+ slug: "makerbot",
8
+ title: "MakerBot",
9
+ hex: "FF1E0D",
10
+ source: "https://www.makerbot.com/makerbot-press-assets",
11
+ guidelines: None,
12
+ license: None,
13
+ };
14
+
4
15
  /// gdal
5
16
  pub const SI_GDAL: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GDAL</title><path d="M14.32642 13.62652q.0173-.01611.03381-.0332l-.03424.03357ZM14.09705 13.85192c-.00366-.01709-.00659-.032-.008-.04266l.00476.04688ZM13.804 9.19l-.003.001h.025l-.022-.001M15.153 19.24066l.18909.70178a1.2597 1.2597 0 0 0-.01013-.49133.54159.54159 0 0 0-.17896-.21045ZM13.042 19.65h.493l-.246-1.015-.247 1.015M9.87977 21.60888a3.79211 3.79211 0 0 0 .71356-2.41742 3.147 3.147 0 0 0-1.02142-2.71429 2.65021 2.65021 0 0 0-1.59338-.44354H6.23994v6.47876h1.73858a2.30043 2.30043 0 0 0 1.90125-.90351Zm-.45984-1.99127a3.05194 3.05194 0 0 1-.39929 1.14139 1.31157 1.31157 0 0 1-1.12762.56927h-.54761v-4.10696h.54071a1.34787 1.34787 0 0 1 1.138.53156 2.34662 2.34662 0 0 1 .40558 1.45685 2.60466 2.60466 0 0 1-.00977.40789ZM16.03614 22.519v.29352h-.30042c.01422.01556.02765.03088.04285.04651a7.85132 7.85132 0 0 1-.8775.119c.05566-.06921.06915-.13-.10828-.13843.004-.01056.01245-.01709.01715-.027h-.52716l-.05554-.22943-.29358-1.21136H12.661l-.29047 1.21069-.05518.2301H10.4867l.10474-.37988 1.78656-6.47881.06079-.2204h.35962a.46174.46174 0 0 0-.111-.094c-.166-.07837-.25952.03418-.43475.01135a2.56431 2.56431 0 0 1-.51556-.24365.93778.93778 0 0 1-.56879-.54657 1.99741 1.99741 0 0 0-.40472-.559c-.16864-.20514-.22144-.38-.48138-.43457-.03052-.00659.06366.21533.07336.23315a5.19238 5.19238 0 0 0 .34454.4826c.1651.23267.09467.27637-.07318.05133-.19214-.25739-.41492-.51337-.58142-.786-.063-.103-.0509-.16962-.15472-.2674-.1004-.09454-.23169-.14056-.33276-.23047a1.17538 1.17538 0 0 1-.38824-.839 11.4318 11.4318 0 0 0-2.14563 2.12183.43649.43649 0 0 1-.35748.18665.45038.45038 0 0 1-.16614-.03253.43647.43647 0 0 1-.26447-.474l.5791-3.56317a8.43654 8.43654 0 0 0-.8754 7.30994v-2.32655h2.03875c1.32983 0 2.915.59991 2.915 3.458a4.09848 4.09848 0 0 1-.77826 2.60345 2.65178 2.65178 0 0 1-.7995.67523 8.75084 8.75084 0 0 0 9.3446.34235H16.115ZM5.72462 6.43475a.33025.33025 0 0 0 .10327.23016c.01727.01654.04523.01416.06573.02667a.316.316 0 0 0 .16388.06642l.006-.00171.00293.0011a.33287.33287 0 0 0 .16479-.04932l.70483-.43481.815.589-1.21869 7.49919a.13764.13764 0 0 0 .08337.14868.14377.14377 0 0 0 .051.00952.13623.13623 0 0 0 .11145-.05841 13.86614 13.86614 0 0 1 8.12085-4.905.13707.13707 0 0 0 .10828-.12317.13567.13567 0 0 0-.08917-.13745L7.95673 6.7409l-.16143-.99756.6864-.42334a.36654.36654 0 0 0-.0167-.57538l-.96722-.52148a.69958.69958 0 0 0-.09662-.27826l-.31372-.50854.28864-.178.2887.84869 3.32935-2.22754v-.00004l-.16229-.477L10.35481 0l-.00006.00006V0L9.402.63745 7.02546 2.22753l.27686.8139-.33209.20483-.42126-.683a.71267.71267 0 0 0-.97839-.23193l-.73474.45325A.71241.71241 0 0 0 4.604 3.763l.42133.683-.3006.1853-.29315-.86194-.00006.00006v-.00008L2.76685 4.88311 1.10218 5.99688l.63928 1.87946 1.99475-1.3346 1.3346-.89294-.2724-.8006.172-.10614.172-.106.31372.50854a.69144.69144 0 0 0 .23749.22571Zm2.2724.61017 6.39117 2.3457a14.42212 14.42212 0 0 0-7.50433 4.5036ZM7.88612 17.52142h-.2406v3.497l-.00037-.00042v.01h.00037v.00006H7.893a1.00689 1.00689 0 0 0 .884-.44446 2.33078 2.33078 0 0 0 .35248-1.3739 2.0705 2.0705 0 0 0-.34418-1.2749 1.05461 1.05461 0 0 0-.89918-.41338ZM15.06068 9.04589c.0116-.08856-.04041-.1001-.16583-.18481a1.52 1.52 0 0 0-.46069-.28589c-.20569-.04053-.286.01477-.32788.10284l.91339.33521c.01726.00623.02495.02447.04101.03265ZM11.05128 8.92217a3.59931 3.59931 0 0 1 .6134.00812c.08173.00989.35529.10052.42944.05914a.25037.25037 0 0 0 .05035-.10254l-.42877-.15747a.57211.57211 0 0 1-.38153.0545c-.21741-.02942-.44623-.10071-.63464.08734.10413.06174.38965.30201.35175.05091ZM9.09272 11.48962a.857.857 0 0 0-.05988-.073c-.02881-.04517-.10114-.15674-.10529-.16388a1.38356 1.38356 0 0 0-.27789-.37915c-.0752-.064-.2699-.21344-.45312-.33862a7.78108 7.78108 0 0 1 2.7077-2.10339l-1.244-.45648a8.76509 8.76509 0 0 0-1.73781 1.39971l-.58362 3.591a14.66961 14.66961 0 0 1 1.75391-1.47619ZM14.26783 6.65765a8.798 8.798 0 0 0-3.57068.76929l1.75214.643a.59106.59106 0 0 1 .22546-.24921h-.02765a7.81472 7.81472 0 0 1 2.67945-.09573c-.11993.062-.03131.10406-.11859.16748a3.28251 3.28251 0 0 1-.66132.29852c.25232-.00067.86292.23334.98047-.11578l-.24408-.037a2.15371 2.15371 0 0 1 .49963-.23889 7.80564 7.80564 0 0 1 4.12256 2.24591c-.00781-.00018-.0155-.00043-.02307-.00018a1.24316 1.24316 0 0 0-.757.17523.96716.96716 0 0 1-.28906.18988c-.11151.03094-.232.00378-.34265.04083-.39935.13367-.336.9776-.86224.8501-.24719-.05988-.42139-.348-.54584-.53619-.10956-.16559-.30908-.30243-.17432-.50964-.06152.0155-.12708-.0022-.18756.00916.08423-.18256.367-.16663.414-.26.11719-.23383-.32251-.2583-.447-.29071.15-.15778.226.0531.37415.01727.14233-.03455-.0752-.21948-.16046-.2403-.0307-.00745-.53192.1366-.24176-.11951q-.53723-.33774-1.07428-.67572c-.06036.25067.47662.393.652.48126-.02716.10352-.19037.25421-.31525.21008-.11768-.04163-.06995-.234-.24762-.21466-.12677.291.26825.20593.305.38428.04169.20306-.14935.117-.22284.11346-.01752-.00092-.15448-.14069-.16187-.03485-.00885.12567.21844.07672.23444.20367a.90278.90278 0 0 1-.59637-.21387.416.416 0 0 1-.27655.22565l-.023.00555a1.35584 1.35584 0 0 0 .1947.0553c.1488.01794.2334.22137.31451.30469.05383.05524.15027.17249.24438.15985.14941-.02026.08685-.14911.17352-.2085.23248-.15912.29376.057.38641.27307a.93987.93987 0 0 0 .32483.40857c.072.06067.38782.277.358.41028-.02026.08978-.381.22607-.47742.25616-.35254.11017-1.014-.18036-1.085.37128.13678-.05023.526-.36383.64258-.21521.05322.06744-.04218.16565-.01978.2326.06671.20081.22357.1308.38818.09839a.27866.27866 0 0 1-.03485.01831c.22491-.11407.20154-.09027.30481-.27521a1.31278 1.31278 0 0 1 .13123-.24988c.16351-.14844.1886-.04626.29.06824.02649.03021.27686.38586.18781.368a1.0612 1.0612 0 0 0-.8125.10718 2.21242 2.21242 0 0 1-.437.27338c-.03973.01428-.33484.04187-.29987-.00769.05084-.07239.22607-.1203.29517-.19849-.19159-.07782-.35144.094-.502.19458-.15973.07458-.19684.21356-.33295.33545-.05939.053-.17163.06213-.23.13208-.05652.06781-.06354.17444-.11719.239-.0376.045-.13391.01782-.17322.08569-.05115.08881.04675.17126.02533.23523-.03925.116-.26288.21442-.34912.29822a1.31213 1.31213 0 0 0-.22937.2254 2.45806 2.45806 0 0 1 .10138.5744c-.08978.26367-.26428-.14343-.335-.24854-.2431-.36133-.729-.11951-1.061-.08954a.72775.72775 0 0 0-.57843 1.023.51569.51569 0 0 0 .57965.24451c.21594-.04364.2807-.34149.48395-.34692.37354-.00983.00824.36108-.024.49725-.02991.126.04651.1377.178.169.09717.02289.23474-.041.319.01367a.09664.09664 0 0 1 .02887.04474h.4184l.05981.22211.11975.44446a.36922.36922 0 0 1 .06036.00073c.32281.08124.1687-.02423.45221-.19312.19135-.11377.22272.02136.35352.02191.08905.00037.14557-.12622.29437-.08942.12134.03027.16919.12262.31409.14386.05817.00848.1181-.02008.17389-.0155v-.535h1.70575v1.79755a.56866.56866 0 0 0 .1073-.07654h.00018a.56432.56432 0 0 1-.10748.07666v-.00012c-.04993.02826-.09778.04535-.09778.011 0 .02271.0509.057.09778.08661v.00006c.02344.01483.05023.03156.06055.03876.09381-.30066.248-.10718.43341-.03278a3.68275 3.68275 0 0 0 .52014.10632 1.41968 1.41968 0 0 1 .56354.24384c.12732.13855.03937.36365-.055.50159-.12329.18066-.30914.25018-.38611.46283a3.3724 3.3724 0 0 0-.04987.52557c-.04694.25293-.08453.16431-.24963.3186-.139.13-.00232.1073-.19147.19019-.19.08325-.35724.05853-.48877.26416a.34342.34342 0 0 0 .01318-.03943 1.69423 1.69423 0 0 0-.1095.285.65412.65412 0 0 1-.06049.0766v.45813h1.81726v1.2027a8.60156 8.60156 0 0 0 3.49837-6.9019 8.731 8.731 0 0 0-8.78961-8.67135ZM13.20747 8.034c.16559-.05945.638-.00409.69623-.15771a4.13028 4.13028 0 0 0-1.02838.227.82393.82393 0 0 0-.11877.07947l.24976.09161c.05626-.13155.03563-.18093.20116-.24037ZM14.44044 10.84155c.23077-.16809.17877-.17834.09576-.44623a1.69841 1.69841 0 0 1-.103-.4187 14.04165 14.04165 0 0 0-1.64868.50958c.19977.11017.46649.18182.615.24823.13184.0589.51715.13953.58893.23792.09625.1322-.08295.2561.118.349a.251.251 0 0 0 .25183-.02563c.08984-.09991-.0365-.12244-.058-.23779-.04179-.22212.02694-.13386.14016-.21638ZM12.66737 16.03363l-1.78656 6.47876h1.19788l.17279-.7204.17285-.7204h1.74542l.34918 1.4408h1.20465l-1.74548-6.47876Zm-.00684 3.91644.53387-2.19495a3.18756 3.18756 0 0 0 .08557-.5658h.02734c.0014.02423.00824.04779.01013.072a3.646 3.646 0 0 0 .072.511l.26355 1.08887.26349 1.08893ZM3.19733 19.98663h.98224v1.26514a1.15779 1.15779 0 0 1-.62976.14948 1.22144 1.22144 0 0 1-1.049-.54761 2.63419 2.63419 0 0 1-.38844-1.54464 2.59979 2.59979 0 0 1 .433-1.57434 1.33094 1.33094 0 0 1 1.12091-.58978 2.22557 2.22557 0 0 1 1.38947.43347v-1.369a3.16046 3.16046 0 0 0-1.37579-.28412 2.38651 2.38651 0 0 0-1.985.96179 3.94868 3.94868 0 0 0-.74616 2.48926 3.7552 3.7552 0 0 0 .6828 2.3844 2.2512 2.2512 0 0 0 1.867.86469 2.86845 2.86845 0 0 0 1.78656-.54645v-3.25819H3.19733ZM17.442 16.034h-1.106v6.478h2.923v-1.184h-1.817Z"/></svg>"#,
@@ -2199,14 +2210,3 @@ pub const SI_FUJITSU: Icon = Icon {
2199
2210
  guidelines: None,
2200
2211
  license: None,
2201
2212
  };
2202
-
2203
- /// ultralytics
2204
- pub const SI_ULTRALYTICS: Icon = Icon {
2205
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Ultralytics</title><path d="m12.736 7.341-.002 2.897c.012 3.953-3.188 7.177-7.098 7.171-1.553-.003-2.967-.48-4.112-1.313 2.056 3.725 5.999 6.24 10.48 6.245 6.511-.003 11.891-5.343 11.992-11.91l-.002-.027c.006-.151 0-2.951.006-3.075-.01-3.116-2.538-5.677-5.63-5.67-3.105-.006-5.645 2.54-5.634 5.683zM5.629 4.573C2.525 4.573 0 7.118 0 10.246s2.525 5.673 5.63 5.673c3.103 0 5.629-2.545 5.629-5.673s-2.526-5.673-5.63-5.673"/></svg>"#,
2206
- slug: "ultralytics",
2207
- title: "Ultralytics",
2208
- hex: "111F68",
2209
- source: "https://www.ultralytics.com",
2210
- guidelines: Some("https://www.ultralytics.com/brand"),
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
+ /// ultralytics
5
+ pub const SI_ULTRALYTICS: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Ultralytics</title><path d="m12.736 7.341-.002 2.897c.012 3.953-3.188 7.177-7.098 7.171-1.553-.003-2.967-.48-4.112-1.313 2.056 3.725 5.999 6.24 10.48 6.245 6.511-.003 11.891-5.343 11.992-11.91l-.002-.027c.006-.151 0-2.951.006-3.075-.01-3.116-2.538-5.677-5.63-5.67-3.105-.006-5.645 2.54-5.634 5.683zM5.629 4.573C2.525 4.573 0 7.118 0 10.246s2.525 5.673 5.63 5.673c3.103 0 5.629-2.545 5.629-5.673s-2.526-5.673-5.63-5.673"/></svg>"#,
7
+ slug: "ultralytics",
8
+ title: "Ultralytics",
9
+ hex: "111F68",
10
+ source: "https://www.ultralytics.com",
11
+ guidelines: Some("https://www.ultralytics.com/brand"),
12
+ license: None,
13
+ };
14
+
4
15
  /// codeberg
5
16
  pub const SI_CODEBERG: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Codeberg</title><path d="M11.999.747A11.974 11.974 0 0 0 0 12.75c0 2.254.635 4.465 1.833 6.376L11.837 6.19c.072-.092.251-.092.323 0l4.178 5.402h-2.992l.065.239h3.113l.882 1.138h-3.674l.103.374h3.86l.777 1.003h-4.358l.135.483h4.593l.695.894h-5.038l.165.589h5.326l.609.785h-5.717l.182.65h6.038l.562.727h-6.397l.183.65h6.717A12.003 12.003 0 0 0 24 12.75 11.977 11.977 0 0 0 11.999.747zm3.654 19.104.182.65h5.326c.173-.204.353-.433.513-.65zm.385 1.377.18.65h3.563c.233-.198.485-.428.712-.65zm.383 1.377.182.648h1.203c.356-.204.685-.412 1.042-.648zz"/></svg>"#,
@@ -2197,14 +2208,3 @@ pub const SI_DASSAULTSYSTEMES: Icon = Icon {
2197
2208
  guidelines: None,
2198
2209
  license: None,
2199
2210
  };
2200
-
2201
- /// paychex
2202
- pub const SI_PAYCHEX: Icon = Icon {
2203
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Paychex</title><path d="m21.118 11.891-.868-1.766h1.263l.365.977.75-.977H24l-1.57 1.766.919 1.994h-1.303l-.414-1.046-.879 1.046h-1.42Zm-3.907-1.766h3.108l-.197.967h-1.954l-.099.464h1.816l-.188.898h-1.815l-.1.464h1.994l-.197.967h-3.158Zm-3.691 0h1.164l-.276 1.303h1.056l.276-1.303h1.165l-.79 3.76h-1.154l.305-1.49h-1.055l-.316 1.49H12.74zm-.671 2.329c-.07.385-.365 1.52-1.935 1.52-1.095 0-1.618-.71-1.618-1.717 0-1.214.76-2.23 2.043-2.23.839 0 1.589.364 1.608 1.49h-1.095c.01-.356-.158-.553-.513-.553-.642 0-.878.74-.878 1.273 0 .316.078.79.611.79.365 0 .573-.247.642-.583zm-5.754.05-.809-2.379h1.165l.355 1.401.918-1.401h1.362L8.25 12.493l-.286 1.392H6.809Zm-1.894-1.086.138 1.125h-.72Zm-2.477 2.467h1.184l.286-.533h1.224l.059.533h1.135l-.573-3.76H4.895Zm-.987-2.793h.395c.246 0 .503.05.503.336 0 .246-.158.424-.622.424H1.58ZM0 13.885h1.145l.237-1.135h.78c.986 0 1.627-.651 1.627-1.411 0-.83-.444-1.214-1.134-1.214H.789Z"/></svg>"#,
2204
- slug: "paychex",
2205
- title: "Paychex",
2206
- hex: "004B8D",
2207
- source: "https://www.paychex.com",
2208
- guidelines: None,
2209
- license: None,
2210
- };
@@ -1,6 +1,17 @@
1
1
  // This file was generated. DO NOT EDIT.
2
2
  use crate::Icon;
3
3
 
4
+ /// paychex
5
+ pub const SI_PAYCHEX: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Paychex</title><path d="m21.118 11.891-.868-1.766h1.263l.365.977.75-.977H24l-1.57 1.766.919 1.994h-1.303l-.414-1.046-.879 1.046h-1.42Zm-3.907-1.766h3.108l-.197.967h-1.954l-.099.464h1.816l-.188.898h-1.815l-.1.464h1.994l-.197.967h-3.158Zm-3.691 0h1.164l-.276 1.303h1.056l.276-1.303h1.165l-.79 3.76h-1.154l.305-1.49h-1.055l-.316 1.49H12.74zm-.671 2.329c-.07.385-.365 1.52-1.935 1.52-1.095 0-1.618-.71-1.618-1.717 0-1.214.76-2.23 2.043-2.23.839 0 1.589.364 1.608 1.49h-1.095c.01-.356-.158-.553-.513-.553-.642 0-.878.74-.878 1.273 0 .316.078.79.611.79.365 0 .573-.247.642-.583zm-5.754.05-.809-2.379h1.165l.355 1.401.918-1.401h1.362L8.25 12.493l-.286 1.392H6.809Zm-1.894-1.086.138 1.125h-.72Zm-2.477 2.467h1.184l.286-.533h1.224l.059.533h1.135l-.573-3.76H4.895Zm-.987-2.793h.395c.246 0 .503.05.503.336 0 .246-.158.424-.622.424H1.58ZM0 13.885h1.145l.237-1.135h.78c.986 0 1.627-.651 1.627-1.411 0-.83-.444-1.214-1.134-1.214H.789Z"/></svg>"#,
7
+ slug: "paychex",
8
+ title: "Paychex",
9
+ hex: "004B8D",
10
+ source: "https://www.paychex.com",
11
+ guidelines: None,
12
+ license: None,
13
+ };
14
+
4
15
  /// ifood
5
16
  pub const SI_IFOOD: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>iFood</title><path d="M8.428 1.67c-4.65 0-7.184 4.149-7.184 6.998 0 2.294 2.2 3.299 4.25 3.299l-.006-.006c4.244 0 7.184-3.854 7.184-6.998 0-2.29-2.175-3.293-4.244-3.293zm11.328 0c-4.65 0-7.184 4.149-7.184 6.998 0 2.294 2.2 3.299 4.25 3.299l-.006-.006C21.061 11.96 24 8.107 24 4.963c0-2.29-2.18-3.293-4.244-3.293zM14.172 14.52l2.435 1.834c-2.17 2.07-6.124 3.525-9.353 3.17A8.913 8.913 0 01.23 14.541H0a9.598 9.598 0 008.828 7.758c3.814.24 7.323-.905 9.947-3.13l-.004.007 1.08 2.988 1.555-7.623-7.234-.02Z"/></svg>"#,
@@ -2197,14 +2208,3 @@ pub const SI_ERASER: Icon = Icon {
2197
2208
  guidelines: None,
2198
2209
  license: None,
2199
2210
  };
2200
-
2201
- /// stardock
2202
- pub const SI_STARDOCK: Icon = Icon {
2203
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Stardock</title><path d="M22.337 3.28c-.108 0-.22.007-.336.017-1.553.129-3.886.917-6.557 2.217a7.326 7.326 0 0 0-3.71-.994c-4.124 0-7.478 3.354-7.478 7.496 0 .674.093 1.33.262 1.95-3.224 2.697-5.04 5.153-4.385 6.221.712 1.125 3.992.412 8.115-1.556a7.55 7.55 0 0 0 3.484.863c4.124 0 7.48-3.356 7.48-7.478 0-.544-.058-1.086-.17-1.592 3.504-2.867 5.529-5.491 4.816-6.615-.24-.375-.768-.545-1.521-.53Zm-4.324 1.708c-1.912.769-4.666 1.706-5.64 3.711-.564 1.143.371 2.436.84 3.035.47.62 1.35 2.174-.13 3.786-1.5 1.63-7.028 3.318-7.028 3.318 1.78-.843 4.91-2.06 5.396-4.16.375-1.593-1.142-2.493-1.555-3.205-.412-.712-.842-1.93 1.313-3.54 2.156-1.631 6.804-2.945 6.804-2.945Zm1.02.758c.67-.007 1.153.151 1.378.498.43.675-.207 1.95-1.556 3.393a7.514 7.514 0 0 0-2.323-3.393c.975-.318 1.832-.49 2.502-.498zM4.8 14.79a7.627 7.627 0 0 0 2.305 3.074c-1.762.525-3.074.524-3.467-.113-.394-.618.075-1.706 1.162-2.96z"/></svg>"#,
2204
- slug: "stardock",
2205
- title: "Stardock",
2206
- hex: "004B8D",
2207
- source: "https://www.stardock.com/press/stardock%20branding/",
2208
- guidelines: None,
2209
- license: None,
2210
- };
@@ -1,6 +1,17 @@
1
1
  // This file was generated. DO NOT EDIT.
2
2
  use crate::Icon;
3
3
 
4
+ /// stardock
5
+ pub const SI_STARDOCK: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Stardock</title><path d="M22.337 3.28c-.108 0-.22.007-.336.017-1.553.129-3.886.917-6.557 2.217a7.326 7.326 0 0 0-3.71-.994c-4.124 0-7.478 3.354-7.478 7.496 0 .674.093 1.33.262 1.95-3.224 2.697-5.04 5.153-4.385 6.221.712 1.125 3.992.412 8.115-1.556a7.55 7.55 0 0 0 3.484.863c4.124 0 7.48-3.356 7.48-7.478 0-.544-.058-1.086-.17-1.592 3.504-2.867 5.529-5.491 4.816-6.615-.24-.375-.768-.545-1.521-.53Zm-4.324 1.708c-1.912.769-4.666 1.706-5.64 3.711-.564 1.143.371 2.436.84 3.035.47.62 1.35 2.174-.13 3.786-1.5 1.63-7.028 3.318-7.028 3.318 1.78-.843 4.91-2.06 5.396-4.16.375-1.593-1.142-2.493-1.555-3.205-.412-.712-.842-1.93 1.313-3.54 2.156-1.631 6.804-2.945 6.804-2.945Zm1.02.758c.67-.007 1.153.151 1.378.498.43.675-.207 1.95-1.556 3.393a7.514 7.514 0 0 0-2.323-3.393c.975-.318 1.832-.49 2.502-.498zM4.8 14.79a7.627 7.627 0 0 0 2.305 3.074c-1.762.525-3.074.524-3.467-.113-.394-.618.075-1.706 1.162-2.96z"/></svg>"#,
7
+ slug: "stardock",
8
+ title: "Stardock",
9
+ hex: "004B8D",
10
+ source: "https://www.stardock.com/press/stardock%20branding/",
11
+ guidelines: None,
12
+ license: None,
13
+ };
14
+
4
15
  /// albertheijn
5
16
  pub const SI_ALBERTHEIJN: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Albert Heijn</title><path d="M15.652 0c-.354.002-.714.09-1.047.276L4.475 5.924c-.456.26-.881.716-1.075 1.362l-2.718 9.44c-.326 1.13.311 2.314 1.423 2.646l15.968 4.542c1.111.33 2.277-.318 2.603-1.448l2.641-9.258c.172-.543.076-1.213-.192-1.737L17.59 1.162A2.19 2.19 0 0 0 15.652 0zM12.97 6.373s-.008 4.23 0 4.225c.899-1.295 1.712-2.577 3.234-2.577 1.684-.001 2.597 1.409 2.602 2.595l-.007 7.596h-1.891l-.009-7.19c0-.988-.793-.986-.804-.986-.64 0-1.816 1.605-3.125 3.386v4.793l-1.913.002-.002-2.219S9.79 18.217 7.897 18.22c-2.148 0-2.877-1.476-2.882-5.015-.004-3.37.474-5.175 2.777-5.177 1.751-.001 3.256 2.55 3.256 2.55V8.963zm-5.15 3.658c-.88 0-.957.93-.954 3.17.003 2.242.124 3.115.95 3.115 1.124-.001 2.895-2.86 2.895-2.86S8.955 10.03 7.82 10.03z"/></svg>"#,
@@ -2197,14 +2208,3 @@ pub const SI_CREATIVECOMMONS: Icon = Icon {
2197
2208
  guidelines: Some("https://creativecommons.org/mission/downloads"),
2198
2209
  license: None,
2199
2210
  };
2200
-
2201
- /// statamic
2202
- pub const SI_STATAMIC: Icon = Icon {
2203
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Statamic</title><path d="M19.78 21.639c1.754 0 2.398-.756 2.398-2.607v-3.62c0-1.722.837-2.704 1.641-3.17.242-.145.242-.483 0-.644-.836-.531-1.64-1.642-1.64-3.122v-3.54c0-1.996-.548-2.575-2.302-2.575H4.123c-1.754 0-2.301.58-2.301 2.575v3.556c0 1.48-.805 2.59-1.641 3.122a.377.377 0 0 0 0 .643c.804.451 1.64 1.433 1.64 3.17v3.605c0 1.85.645 2.607 2.399 2.607zm-7.82-3.299c-1.883 0-3.25-.563-4.522-1.673a.891.891 0 0 1-.29-.676.83.83 0 0 1 .193-.563l.403-.515c.193-.242.402-.354.643-.354.274 0 .531.112.805.29a5.331 5.331 0 0 0 2.993.884c.885 0 1.593-.37 1.593-1.126 0-1.963-6.533-.885-6.533-5.294 0-2.366 1.93-3.685 4.441-3.685 1.77 0 3.074.515 4.04 1.126.24.161.402.483.402.805 0 .193-.049.37-.161.53l-.29.435c-.21.29-.45.435-.756.435-.21 0-.435-.08-.676-.193a5.07 5.07 0 0 0-2.398-.564c-.95 0-1.513.515-1.513 1.046 0 2.012 6.534.918 6.534 5.198 0 2.414-1.947 3.894-4.908 3.894z"/></svg>"#,
2204
- slug: "statamic",
2205
- title: "Statamic",
2206
- hex: "FF269E",
2207
- source: "https://statamic.com/branding",
2208
- guidelines: Some("https://statamic.com/branding"),
2209
- license: None,
2210
- };
@@ -1,6 +1,17 @@
1
1
  // This file was generated. DO NOT EDIT.
2
2
  use crate::Icon;
3
3
 
4
+ /// statamic
5
+ pub const SI_STATAMIC: Icon = Icon {
6
+ svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Statamic</title><path d="M19.78 21.639c1.754 0 2.398-.756 2.398-2.607v-3.62c0-1.722.837-2.704 1.641-3.17.242-.145.242-.483 0-.644-.836-.531-1.64-1.642-1.64-3.122v-3.54c0-1.996-.548-2.575-2.302-2.575H4.123c-1.754 0-2.301.58-2.301 2.575v3.556c0 1.48-.805 2.59-1.641 3.122a.377.377 0 0 0 0 .643c.804.451 1.64 1.433 1.64 3.17v3.605c0 1.85.645 2.607 2.399 2.607zm-7.82-3.299c-1.883 0-3.25-.563-4.522-1.673a.891.891 0 0 1-.29-.676.83.83 0 0 1 .193-.563l.403-.515c.193-.242.402-.354.643-.354.274 0 .531.112.805.29a5.331 5.331 0 0 0 2.993.884c.885 0 1.593-.37 1.593-1.126 0-1.963-6.533-.885-6.533-5.294 0-2.366 1.93-3.685 4.441-3.685 1.77 0 3.074.515 4.04 1.126.24.161.402.483.402.805 0 .193-.049.37-.161.53l-.29.435c-.21.29-.45.435-.756.435-.21 0-.435-.08-.676-.193a5.07 5.07 0 0 0-2.398-.564c-.95 0-1.513.515-1.513 1.046 0 2.012 6.534.918 6.534 5.198 0 2.414-1.947 3.894-4.908 3.894z"/></svg>"#,
7
+ slug: "statamic",
8
+ title: "Statamic",
9
+ hex: "FF269E",
10
+ source: "https://statamic.com/branding",
11
+ guidelines: Some("https://statamic.com/branding"),
12
+ license: None,
13
+ };
14
+
4
15
  /// xampp
5
16
  pub const SI_XAMPP: Icon = Icon {
6
17
  svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>XAMPP</title><path d="M16.792,11.923c0.113,0.043,0.226,0.079,0.334,0.128c0.45,0.203,0.715,0.553,0.748,1.044 c0.041,0.634,0.044,1.271,0.002,1.905c-0.049,0.732-0.725,1.292-1.483,1.271c-0.735-0.021-1.369-0.62-1.397-1.341 c-0.017-0.441-0.003-0.884-0.006-1.326c-0.001-0.239-0.003-0.242-0.245-0.243c-1.363-0.001-2.726,0.008-4.089-0.003 c-0.888-0.007-1.421,0.482-1.471,1.46c-0.019,0.38-0.1,0.727-0.357,1.018c-0.397,0.451-0.898,0.601-1.472,0.466 c-0.554-0.131-0.867-0.522-1.035-1.048c-0.117-0.367-0.056-0.737,0.012-1.094c0.341-1.797,1.366-3.006,3.125-3.555 c0.357-0.112,0.731-0.166,1.105-0.166c0.94,0.001,1.881,0.001,2.821-0.001c0.128,0,0.257-0.012,0.385-0.021 c0.702-0.051,1.166-0.511,1.22-1.352c0.004-0.064,0-0.129,0.001-0.193c0.011-0.788,0.605-1.396,1.393-1.425 c0.787-0.029,1.438,0.527,1.493,1.318c0.076,1.083-0.265,2.046-0.913,2.907C16.903,11.751,16.819,11.816,16.792,11.923z M8.249,10.436c-0.258-0.008-0.571,0.018-0.882-0.035c-0.536-0.09-0.876-0.39-1.02-0.916C6.19,8.912,6.25,8.388,6.698,7.96 C7.154,7.526,7.694,7.4,8.285,7.645c0.52,0.216,0.859,0.731,0.89,1.293C9.2,9.382,9.178,9.828,9.182,10.272 c0.001,0.116-0.043,0.167-0.161,0.165C8.781,10.434,8.542,10.436,8.249,10.436z M21.682,0H2.318C1.102,0,0.116,0.986,0.116,2.202 v19.317c0,1.37,1.111,2.481,2.481,2.481h18.807c1.37,0,2.481-1.111,2.481-2.481V2.202C23.884,0.986,22.898,0,21.682,0z M20.125,12.473c0.519,0.804,0.733,1.69,0.677,2.657c-0.108,1.886-1.413,3.474-3.25,3.916c-2.585,0.623-4.566-0.923-5.233-2.794 c-0.109-0.304-0.16-0.622-0.224-0.985c-0.068,0.414-0.115,0.789-0.264,1.134c-0.697,1.617-1.884,2.603-3.665,2.799 c-2.104,0.232-4.048-1.067-4.632-3.084c-0.25-0.863-0.175-1.747-0.068-2.625c0.08-0.653,0.321-1.268,0.632-1.848 c0.057-0.106,0.057-0.184-0.01-0.285c-0.561-0.845-0.779-1.777-0.7-2.784C3.43,8.035,3.56,7.52,3.805,7.038 C4.52,5.626,6.09,4.427,8.193,4.626c1.849,0.175,3.562,1.77,3.83,3.564c0.013,0.09,0.039,0.178,0.068,0.311 c0.044-0.241,0.076-0.439,0.118-0.636c0.344-1.63,1.94-3.335,4.201-3.357c2.292-0.021,3.99,1.776,4.31,3.446 c0.17,0.888,0.089,1.776-0.103,2.663c-0.112,0.517-0.31,1.008-0.524,1.492C20.034,12.245,20.043,12.345,20.125,12.473z"/></svg>"#,
@@ -2203,14 +2214,3 @@ pub const SI_BOWER: Icon = Icon {
2203
2214
  guidelines: None,
2204
2215
  license: None,
2205
2216
  };
2206
-
2207
- /// solid
2208
- pub const SI_SOLID: Icon = Icon {
2209
- svg: r#"<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Solid</title><path d="M11.558.788A9.082 9.082 0 0 0 9.776.99l-.453.15c-.906.303-1.656.755-2.1 1.348l-.301.452-2.035 3.528c.426-.387.974-.698 1.643-.894h.001l.613-.154h.001a8.82 8.82 0 0 1 1.777-.206c2.916-.053 6.033 1.148 8.423 2.36 2.317 1.175 3.888 2.32 3.987 2.39L24 5.518c-.082-.06-1.66-1.21-3.991-2.386-2.393-1.206-5.521-2.396-8.45-2.343zM8.924 5.366a8.634 8.634 0 0 0-1.745.203l-.606.151c-1.278.376-2.095 1.16-2.43 2.108-.334.948-.188 2.065.487 3.116.33.43.747.813 1.216 1.147L12.328 10h.001a6.943 6.943 0 0 1 6.013 1.013l2.844-.963c-.17-.124-1.663-1.2-3.91-2.34-2.379-1.206-5.479-2.396-8.352-2.344zm5.435 4.497a6.791 6.791 0 0 0-1.984.283L2.94 13.189 0 18.334l9.276-2.992a6.945 6.945 0 0 1 7.408 2.314v.001c.695.903.89 1.906.66 2.808l2.572-4.63c.595-1.041.45-2.225-.302-3.429a6.792 6.792 0 0 0-5.255-2.543zm-3.031 5.341a6.787 6.787 0 0 0-2.006.283L.008 18.492c.175.131 2.02 1.498 4.687 2.768 2.797 1.332 6.37 2.467 9.468 1.712l.454-.152h.002c1.278-.376 2.134-1.162 2.487-2.09.353-.93.207-2.004-.541-2.978a6.791 6.791 0 0 0-5.237-2.548z"/></svg>"#,
2210
- slug: "solid",
2211
- title: "Solid",
2212
- hex: "2C4F7C",
2213
- source: "https://www.solidjs.com/media",
2214
- guidelines: None,
2215
- license: None,
2216
- };