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 "::set-output name=hash::${{ hashFiles('yarn.lock') }}"
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "platformicons",
3
- "version": "5.3.4",
3
+ "version": "5.3.5",
4
4
  "description": "Web Platform and Framework Logo Set",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -1 +1,12 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><path d="M16.29 45.26c.18 2.28.18 3.35.18 4.52h-5.24v-.72c.01-.73.03-1.5-.09-3.04-.16-2.26-1.12-2.77-2.9-2.77H0v-4.12h8.5c2.25 0 3.37-.69 3.37-2.51 0-1.6-1.12-2.57-3.37-2.57H0v-4.03h9.43c5.08 0 7.61 2.42 7.61 6.29 0 2.89-1.78 4.78-4.18 5.09 2.03.41 3.21 1.57 3.43 3.87Z" style="fill:#121212;fill-rule:evenodd"/><path d="M0 49.78v-3.07h5.54c.93 0 1.13.69 1.13 1.1v1.96H0ZM79.56 35.98h-5.2l-2.37 3.32-2.3-3.32h-5.57l5.01 6.87-5.45 7.12h5.2l2.77-3.79 2.77 3.79h5.57l-5.48-7.34 5.04-6.65ZM46.83 38.29c-.59-1.63-1.87-2.76-4.33-2.76-2.08 0-3.58.94-4.33 2.48v-2.1h-5.04v13.98h5.04v-6.87c0-2.1.59-3.48 2.24-3.48 1.52 0 1.9 1 1.9 2.92v7.43h5.04v-6.87c0-2.1.56-3.48 2.24-3.48 1.52 0 1.87 1 1.87 2.92v7.43h5.04v-8.78c0-2.92-1.12-5.58-4.95-5.58-2.33 0-3.98 1.19-4.73 2.76ZM27.89 44.47c-.47 1.1-1.34 1.57-2.71 1.57-1.52 0-2.77-.82-2.89-2.54h9.74v-1.41c0-3.79-2.46-6.99-7.1-6.99-4.33 0-7.56 3.17-7.56 7.59s3.17 7.15 7.62 7.15c3.67 0 6.22-1.79 6.94-4.99l-4.05-.38Zm-5.54-3.42c.19-1.32.9-2.32 2.52-2.32 1.49 0 2.3 1.07 2.36 2.32h-4.89ZM58.16 36v13.98h5.04V36h-5.04Zm-.03-1.32h5.1v-4.45h-5.1v4.45Z" style="fill:#121212"/></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>