simple-icons-pack 15.16.1__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.
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/Cargo.lock +12 -12
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/Cargo.toml +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/PKG-INFO +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/Cargo.toml +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/simple_icons_pack.pyi +5 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_04.rs +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_05.rs +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_06.rs +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_07.rs +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_08.rs +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_09.rs +2 -2
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_10.rs +3 -3
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_11.rs +3 -3
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_12.rs +4 -4
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_13.rs +5 -5
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_14.rs +5 -5
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_15.rs +5 -5
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_16.rs +5 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_04.rs +11 -11
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_05.rs +11 -11
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_06.rs +11 -11
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_07.rs +11 -11
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_08.rs +11 -11
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_09.rs +22 -22
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_10.rs +33 -33
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_11.rs +33 -33
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_12.rs +44 -44
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_13.rs +55 -55
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_14.rs +55 -55
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_15.rs +55 -55
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_16.rs +55 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_04.rs +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_05.rs +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_06.rs +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_07.rs +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_08.rs +1 -1
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_09.rs +2 -2
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_10.rs +3 -3
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_11.rs +3 -6
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_12.rs +7 -4
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_13.rs +5 -5
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_14.rs +5 -5
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_15.rs +5 -5
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_16.rs +5 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/LICENSE +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/README.md +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/LICENSE +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/README.md +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/mod.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_00.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_01.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_02.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_03.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/mod.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_00.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_01.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_02.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_03.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/lib.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/mod.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_00.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_01.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_02.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/py_binding/part_03.rs +0 -0
- {simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/pyproject.toml +0 -0
|
@@ -51,7 +51,7 @@ dependencies = [
|
|
|
51
51
|
|
|
52
52
|
[[package]]
|
|
53
53
|
name = "octicons-pack"
|
|
54
|
-
version = "19.
|
|
54
|
+
version = "19.19.0"
|
|
55
55
|
dependencies = [
|
|
56
56
|
"pyo3",
|
|
57
57
|
]
|
|
@@ -79,9 +79,9 @@ dependencies = [
|
|
|
79
79
|
|
|
80
80
|
[[package]]
|
|
81
81
|
name = "pyo3"
|
|
82
|
-
version = "0.
|
|
82
|
+
version = "0.27.1"
|
|
83
83
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
84
|
-
checksum = "
|
|
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.
|
|
99
|
+
version = "0.27.1"
|
|
100
100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
101
|
-
checksum = "
|
|
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.
|
|
108
|
+
version = "0.27.1"
|
|
109
109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
110
|
-
checksum = "
|
|
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.
|
|
118
|
+
version = "0.27.1"
|
|
119
119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
120
|
-
checksum = "
|
|
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.
|
|
130
|
+
version = "0.27.1"
|
|
131
131
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
132
|
-
checksum = "
|
|
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.
|
|
152
|
+
version = "15.18.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.
|
|
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.
|
|
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"
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/simple_icons_pack.pyi
RENAMED
|
@@ -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] = ...
|
|
@@ -2169,6 +2171,7 @@ SI_OSANO: Final[Icon] = ...
|
|
|
2169
2171
|
SI_MINDS: Final[Icon] = ...
|
|
2170
2172
|
SI_HOMEASSISTANTCOMMUNITYSTORE: Final[Icon] = ...
|
|
2171
2173
|
SI_OBSERVABLE: Final[Icon] = ...
|
|
2174
|
+
SI_LUOGU: Final[Icon] = ...
|
|
2172
2175
|
SI_IBERIA: Final[Icon] = ...
|
|
2173
2176
|
SI_SPRING: Final[Icon] = ...
|
|
2174
2177
|
SI_DEVRANT: Final[Icon] = ...
|
|
@@ -2537,6 +2540,7 @@ SI_CURL: Final[Icon] = ...
|
|
|
2537
2540
|
SI_SVELTE: Final[Icon] = ...
|
|
2538
2541
|
SI_EXPRESSDOTCOM: Final[Icon] = ...
|
|
2539
2542
|
SI_MALWAREBYTES: Final[Icon] = ...
|
|
2543
|
+
SI_APACHEAVRO: Final[Icon] = ...
|
|
2540
2544
|
SI_STRAPI: Final[Icon] = ...
|
|
2541
2545
|
SI_PHABRICATOR: Final[Icon] = ...
|
|
2542
2546
|
SI_RUMBLE: Final[Icon] = ...
|
|
@@ -2631,6 +2635,7 @@ SI_FUSIONAUTH: Final[Icon] = ...
|
|
|
2631
2635
|
SI_CIRRUSCI: Final[Icon] = ...
|
|
2632
2636
|
SI_KUMA: Final[Icon] = ...
|
|
2633
2637
|
SI_SIMPLELOGIN: Final[Icon] = ...
|
|
2638
|
+
SI_LISTENHUB: Final[Icon] = ...
|
|
2634
2639
|
SI_MARIADBFOUNDATION: Final[Icon] = ...
|
|
2635
2640
|
SI_CCC: Final[Icon] = ...
|
|
2636
2641
|
SI_LUBUNTU: Final[Icon] = ...
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_04.rs
RENAMED
|
@@ -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
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_05.rs
RENAMED
|
@@ -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
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_06.rs
RENAMED
|
@@ -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
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_07.rs
RENAMED
|
@@ -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
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_08.rs
RENAMED
|
@@ -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
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_09.rs
RENAMED
|
@@ -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
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_10.rs
RENAMED
|
@@ -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),
|
|
@@ -160,6 +162,7 @@ pub(super) fn find_part_10(slug: &str) -> Option<Icon> {
|
|
|
160
162
|
"minds" => Some(icons::SI_MINDS),
|
|
161
163
|
"homeassistantcommunitystore" => Some(icons::SI_HOMEASSISTANTCOMMUNITYSTORE),
|
|
162
164
|
"observable" => Some(icons::SI_OBSERVABLE),
|
|
165
|
+
"luogu" => Some(icons::SI_LUOGU),
|
|
163
166
|
"iberia" => Some(icons::SI_IBERIA),
|
|
164
167
|
"spring" => Some(icons::SI_SPRING),
|
|
165
168
|
"devrant" => Some(icons::SI_DEVRANT),
|
|
@@ -200,9 +203,6 @@ pub(super) fn find_part_10(slug: &str) -> Option<Icon> {
|
|
|
200
203
|
"appstore" => Some(icons::SI_APPSTORE),
|
|
201
204
|
"theregister" => Some(icons::SI_THEREGISTER),
|
|
202
205
|
"apostrophe" => Some(icons::SI_APOSTROPHE),
|
|
203
|
-
"mix" => Some(icons::SI_MIX),
|
|
204
|
-
"teratail" => Some(icons::SI_TERATAIL),
|
|
205
|
-
"netim" => Some(icons::SI_NETIM),
|
|
206
206
|
_ => None,
|
|
207
207
|
}
|
|
208
208
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_11.rs
RENAMED
|
@@ -3,6 +3,9 @@ use crate::{Icon, icons};
|
|
|
3
3
|
|
|
4
4
|
pub(super) fn find_part_11(slug: &str) -> Option<Icon> {
|
|
5
5
|
match slug {
|
|
6
|
+
"mix" => Some(icons::SI_MIX),
|
|
7
|
+
"teratail" => Some(icons::SI_TERATAIL),
|
|
8
|
+
"netim" => Some(icons::SI_NETIM),
|
|
6
9
|
"lazarus" => Some(icons::SI_LAZARUS),
|
|
7
10
|
"headspace" => Some(icons::SI_HEADSPACE),
|
|
8
11
|
"sanic" => Some(icons::SI_SANIC),
|
|
@@ -200,9 +203,6 @@ pub(super) fn find_part_11(slug: &str) -> Option<Icon> {
|
|
|
200
203
|
"porsche" => Some(icons::SI_PORSCHE),
|
|
201
204
|
"redis" => Some(icons::SI_REDIS),
|
|
202
205
|
"obtainium" => Some(icons::SI_OBTAINIUM),
|
|
203
|
-
"opencontainersinitiative" => Some(icons::SI_OPENCONTAINERSINITIATIVE),
|
|
204
|
-
"sinaweibo" => Some(icons::SI_SINAWEIBO),
|
|
205
|
-
"dassaultsystemes" => Some(icons::SI_DASSAULTSYSTEMES),
|
|
206
206
|
_ => None,
|
|
207
207
|
}
|
|
208
208
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_12.rs
RENAMED
|
@@ -3,6 +3,9 @@ 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),
|
|
8
|
+
"dassaultsystemes" => Some(icons::SI_DASSAULTSYSTEMES),
|
|
6
9
|
"mercurial" => Some(icons::SI_MERCURIAL),
|
|
7
10
|
"qwiklabs" => Some(icons::SI_QWIKLABS),
|
|
8
11
|
"fidoalliance" => Some(icons::SI_FIDOALLIANCE),
|
|
@@ -128,6 +131,7 @@ pub(super) fn find_part_12(slug: &str) -> Option<Icon> {
|
|
|
128
131
|
"svelte" => Some(icons::SI_SVELTE),
|
|
129
132
|
"expressdotcom" => Some(icons::SI_EXPRESSDOTCOM),
|
|
130
133
|
"malwarebytes" => Some(icons::SI_MALWAREBYTES),
|
|
134
|
+
"apacheavro" => Some(icons::SI_APACHEAVRO),
|
|
131
135
|
"strapi" => Some(icons::SI_STRAPI),
|
|
132
136
|
"phabricator" => Some(icons::SI_PHABRICATOR),
|
|
133
137
|
"rumble" => Some(icons::SI_RUMBLE),
|
|
@@ -199,10 +203,6 @@ pub(super) fn find_part_12(slug: &str) -> Option<Icon> {
|
|
|
199
203
|
"tindie" => Some(icons::SI_TINDIE),
|
|
200
204
|
"deutschewelle" => Some(icons::SI_DEUTSCHEWELLE),
|
|
201
205
|
"abb" => Some(icons::SI_ABB),
|
|
202
|
-
"zoiper" => Some(icons::SI_ZOIPER),
|
|
203
|
-
"privatedivision" => Some(icons::SI_PRIVATEDIVISION),
|
|
204
|
-
"pocket" => Some(icons::SI_POCKET),
|
|
205
|
-
"academia" => Some(icons::SI_ACADEMIA),
|
|
206
206
|
_ => None,
|
|
207
207
|
}
|
|
208
208
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_13.rs
RENAMED
|
@@ -3,6 +3,10 @@ use crate::{Icon, icons};
|
|
|
3
3
|
|
|
4
4
|
pub(super) fn find_part_13(slug: &str) -> Option<Icon> {
|
|
5
5
|
match slug {
|
|
6
|
+
"zoiper" => Some(icons::SI_ZOIPER),
|
|
7
|
+
"privatedivision" => Some(icons::SI_PRIVATEDIVISION),
|
|
8
|
+
"pocket" => Some(icons::SI_POCKET),
|
|
9
|
+
"academia" => Some(icons::SI_ACADEMIA),
|
|
6
10
|
"sanity" => Some(icons::SI_SANITY),
|
|
7
11
|
"thunderstore" => Some(icons::SI_THUNDERSTORE),
|
|
8
12
|
"futurelearn" => Some(icons::SI_FUTURELEARN),
|
|
@@ -22,6 +26,7 @@ pub(super) fn find_part_13(slug: &str) -> Option<Icon> {
|
|
|
22
26
|
"cirrusci" => Some(icons::SI_CIRRUSCI),
|
|
23
27
|
"kuma" => Some(icons::SI_KUMA),
|
|
24
28
|
"simplelogin" => Some(icons::SI_SIMPLELOGIN),
|
|
29
|
+
"listenhub" => Some(icons::SI_LISTENHUB),
|
|
25
30
|
"mariadbfoundation" => Some(icons::SI_MARIADBFOUNDATION),
|
|
26
31
|
"ccc" => Some(icons::SI_CCC),
|
|
27
32
|
"lubuntu" => Some(icons::SI_LUBUNTU),
|
|
@@ -198,11 +203,6 @@ pub(super) fn find_part_13(slug: &str) -> Option<Icon> {
|
|
|
198
203
|
"lmms" => Some(icons::SI_LMMS),
|
|
199
204
|
"unjs" => Some(icons::SI_UNJS),
|
|
200
205
|
"matillion" => Some(icons::SI_MATILLION),
|
|
201
|
-
"adventofcode" => Some(icons::SI_ADVENTOFCODE),
|
|
202
|
-
"virginmedia" => Some(icons::SI_VIRGINMEDIA),
|
|
203
|
-
"litiengine" => Some(icons::SI_LITIENGINE),
|
|
204
|
-
"newbalance" => Some(icons::SI_NEWBALANCE),
|
|
205
|
-
"trivago" => Some(icons::SI_TRIVAGO),
|
|
206
206
|
_ => None,
|
|
207
207
|
}
|
|
208
208
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_14.rs
RENAMED
|
@@ -3,6 +3,11 @@ use crate::{Icon, icons};
|
|
|
3
3
|
|
|
4
4
|
pub(super) fn find_part_14(slug: &str) -> Option<Icon> {
|
|
5
5
|
match slug {
|
|
6
|
+
"adventofcode" => Some(icons::SI_ADVENTOFCODE),
|
|
7
|
+
"virginmedia" => Some(icons::SI_VIRGINMEDIA),
|
|
8
|
+
"litiengine" => Some(icons::SI_LITIENGINE),
|
|
9
|
+
"newbalance" => Some(icons::SI_NEWBALANCE),
|
|
10
|
+
"trivago" => Some(icons::SI_TRIVAGO),
|
|
6
11
|
"persistent" => Some(icons::SI_PERSISTENT),
|
|
7
12
|
"kagi" => Some(icons::SI_KAGI),
|
|
8
13
|
"coronarenderer" => Some(icons::SI_CORONARENDERER),
|
|
@@ -198,11 +203,6 @@ pub(super) fn find_part_14(slug: &str) -> Option<Icon> {
|
|
|
198
203
|
"trendmicro" => Some(icons::SI_TRENDMICRO),
|
|
199
204
|
"blender" => Some(icons::SI_BLENDER),
|
|
200
205
|
"processon" => Some(icons::SI_PROCESSON),
|
|
201
|
-
"docsdotrs" => Some(icons::SI_DOCSDOTRS),
|
|
202
|
-
"planetscale" => Some(icons::SI_PLANETSCALE),
|
|
203
|
-
"postcss" => Some(icons::SI_POSTCSS),
|
|
204
|
-
"elsevier" => Some(icons::SI_ELSEVIER),
|
|
205
|
-
"jsr" => Some(icons::SI_JSR),
|
|
206
206
|
_ => None,
|
|
207
207
|
}
|
|
208
208
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_15.rs
RENAMED
|
@@ -3,6 +3,11 @@ use crate::{Icon, icons};
|
|
|
3
3
|
|
|
4
4
|
pub(super) fn find_part_15(slug: &str) -> Option<Icon> {
|
|
5
5
|
match slug {
|
|
6
|
+
"docsdotrs" => Some(icons::SI_DOCSDOTRS),
|
|
7
|
+
"planetscale" => Some(icons::SI_PLANETSCALE),
|
|
8
|
+
"postcss" => Some(icons::SI_POSTCSS),
|
|
9
|
+
"elsevier" => Some(icons::SI_ELSEVIER),
|
|
10
|
+
"jsr" => Some(icons::SI_JSR),
|
|
6
11
|
"zola" => Some(icons::SI_ZOLA),
|
|
7
12
|
"youtubestudio" => Some(icons::SI_YOUTUBESTUDIO),
|
|
8
13
|
"gatling" => Some(icons::SI_GATLING),
|
|
@@ -198,11 +203,6 @@ pub(super) fn find_part_15(slug: &str) -> Option<Icon> {
|
|
|
198
203
|
"toggl" => Some(icons::SI_TOGGL),
|
|
199
204
|
"blazemeter" => Some(icons::SI_BLAZEMETER),
|
|
200
205
|
"playstation2" => Some(icons::SI_PLAYSTATION2),
|
|
201
|
-
"hostinger" => Some(icons::SI_HOSTINGER),
|
|
202
|
-
"google" => Some(icons::SI_GOOGLE),
|
|
203
|
-
"intel" => Some(icons::SI_INTEL),
|
|
204
|
-
"uikit" => Some(icons::SI_UIKIT),
|
|
205
|
-
"gmx" => Some(icons::SI_GMX),
|
|
206
206
|
_ => None,
|
|
207
207
|
}
|
|
208
208
|
}
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/finder/part_16.rs
RENAMED
|
@@ -3,6 +3,11 @@ use crate::{Icon, icons};
|
|
|
3
3
|
|
|
4
4
|
pub(super) fn find_part_16(slug: &str) -> Option<Icon> {
|
|
5
5
|
match slug {
|
|
6
|
+
"hostinger" => Some(icons::SI_HOSTINGER),
|
|
7
|
+
"google" => Some(icons::SI_GOOGLE),
|
|
8
|
+
"intel" => Some(icons::SI_INTEL),
|
|
9
|
+
"uikit" => Some(icons::SI_UIKIT),
|
|
10
|
+
"gmx" => Some(icons::SI_GMX),
|
|
6
11
|
"cachet" => Some(icons::SI_CACHET),
|
|
7
12
|
"cisco" => Some(icons::SI_CISCO),
|
|
8
13
|
"teespring" => Some(icons::SI_TEESPRING),
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_04.rs
RENAMED
|
@@ -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
|
-
};
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_05.rs
RENAMED
|
@@ -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
|
-
};
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_06.rs
RENAMED
|
@@ -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
|
-
};
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_07.rs
RENAMED
|
@@ -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
|
-
};
|
{simple_icons_pack-15.16.1 → simple_icons_pack-15.18.0}/crates/simple-icons/src/icons/part_08.rs
RENAMED
|
@@ -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
|
-
};
|