platformicons 5.3.4 → 5.3.5
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.
|
@@ -97,7 +97,7 @@ jobs:
|
|
|
97
97
|
# so no need to reinstall them
|
|
98
98
|
- name: Compute dependency cache key
|
|
99
99
|
id: compute_lockfile_hash
|
|
100
|
-
run: echo "
|
|
100
|
+
run: echo "hash=${{ hashFiles('yarn.lock') }}" >> "$GITHUB_OUTPUT"
|
|
101
101
|
- name: Check dependency cache
|
|
102
102
|
uses: actions/cache@v2
|
|
103
103
|
id: cache_dependencies
|
package/package.json
CHANGED
package/svg_80x80/remix.svg
CHANGED
|
@@ -1 +1,12 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1_10)">
|
|
3
|
+
<path d="M0 0.0799999H80V80.08H0V0.0799999Z" fill="black"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.76 53.6C60.2 59.36 60.2 62.08 60.2 65H46.88V63.16C46.88 61.32 46.96 59.36 46.64 55.48C46.24 49.76 43.8 48.52 39.28 48.52H18.32V38.12H39.92C45.64 38.12 48.48 36.4 48.48 31.8C48.48 27.76 45.64 25.32 39.92 25.32H18.32V15.16H42.32C55.24 15.16 61.68 21.28 61.68 31C61.68 38.28 57.16 43.04 51.04 43.84C56.2 44.88 59.2 47.8 59.76 53.6Z" fill="white"/>
|
|
5
|
+
<path d="M18.32 65V57.24H32.4C34.76 57.24 35.28 59 35.28 60.04V65H18.32Z" fill="white"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_1_10">
|
|
9
|
+
<rect width="80" height="80" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|