@iconify-json/pinhead 1.2.14 → 1.2.15
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.
- package/icons.json +4 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -4557,6 +4557,9 @@
|
|
|
4557
4557
|
"person-sitting-in-seat": {
|
|
4558
4558
|
"body": "<path fill=\"currentColor\" d=\"M5.07 5.26c-.27-1.78 2.22-2.31 2.61-.5l.68 3.47l2.52.01c.74 0 1.12.61 1.12 1.17v4.73c0 1.15-1.59 1.14-1.59-.02v-3.67H7.19c-.75 0-1.22-.54-1.34-1.15zm-.3-3.6c-.05.58.23 1.13.7 1.43c.48.31 1.09.31 1.56 0c.48-.3.75-.85.71-1.43A1.55 1.55 0 0 0 7.03.23c-.47-.31-1.08-.31-1.56 0c-.47.3-.75.85-.7 1.43M3.02 7.12c-.18-.99 1.08-1.22 1.25-.23l.56 3.09c.12.64.58 1.2 1.24 1.4c.19.07.4.07.6.09l1.82.01c.97-.01.96 1.31-.01 1.3l-1.91-.01c-.3 0-.59-.04-.89-.13c-1.13-.35-1.92-1.31-2.13-2.43z\"/>"
|
|
4559
4559
|
},
|
|
4560
|
+
"person-sitting-in-seat-beside-person-sitting-in-seat": {
|
|
4561
|
+
"body": "<path fill=\"currentColor\" d=\"M1.61 5.74c-.21-1.38 1.73-1.79 2.03-.38l.53 2.69l1.96.01c.58 0 .87.48.87.91v3.68c0 .9-1.23.89-1.23-.01V9.78H3.26c-.58 0-.95-.42-1.04-.89zm-.23-2.8c-.04.45.18.88.54 1.12c.38.24.85.24 1.22 0s.58-.67.55-1.12c.03-.45-.18-.88-.55-1.11c-.37-.24-.84-.24-1.22 0a1.2 1.2 0 0 0-.54 1.11M.02 7.19c-.14-.77.84-.95.97-.18l.43 2.41c.1.49.46.93.97 1.09c.15.05.31.05.47.07h1.41c.76 0 .75 1.02-.01 1.01H2.78c-.24 0-.46-.03-.69-.1c-.88-.28-1.5-1.02-1.66-1.89zm9.59-1.45c-.21-1.38 1.73-1.79 2.03-.38l.53 2.69l1.96.01c.58 0 .87.48.87.91v3.68c0 .9-1.23.89-1.23-.01V9.78h-2.51c-.58 0-.95-.42-1.04-.89zm-.23-2.8c-.04.45.18.88.54 1.12c.38.24.85.24 1.22 0s.58-.67.55-1.12c.03-.45-.18-.88-.55-1.11c-.37-.24-.84-.24-1.22 0a1.2 1.2 0 0 0-.54 1.11M8.02 7.19c-.14-.77.84-.95.97-.18l.43 2.41c.1.49.46.93.97 1.09c.15.05.31.05.47.07h1.41c.76 0 .75 1.02-.01 1.01h-1.48c-.24 0-.46-.03-.69-.1c-.88-.28-1.5-1.02-1.66-1.89z\"/>"
|
|
4562
|
+
},
|
|
4560
4563
|
"person-sitting-in-steam-sauna": {
|
|
4561
4564
|
"body": "<path fill=\"currentColor\" d=\"M13.65.07c4.29 2.79-3.45 3.25 1.31 6.55l-.94-.01c-4.47-3.53 3.31-3.79-1.4-6.56zM10.4.08c4.29 2.78-3.45 3.24 1.31 6.54l-.94-.01C6.3 3.08 14.08 2.83 9.37.05zM4.18 3.87c-.82 0-1.49-.66-1.49-1.49c0-.82.67-1.49 1.49-1.49c.83 0 1.49.67 1.49 1.49c0 .83-.66 1.49-1.49 1.49m-1.93.95L.16 10.63l-.02.08l-.02.18c0 .34.24.62.56.68l.11.01l3.84-.01l2.63 3.19c.26.31.7.33.99.05c.3-.29.32-.78.06-1.09l-2.6-3.14a.68.68 0 0 0-.62-.39l-3.26.01l1.39-3.88l.8 1.58l.08.13c.06.1.15.18.27.22l2.83.97c.27.09.57-.05.66-.32a.52.52 0 0 0-.32-.66l-2.66-.91L3.59 4.8l-.02-.05l-.03-.04a.712.712 0 0 0-1.29.11M.12 12.96v.79h3.65v-.79zm14.11-2.14h-3.61L11.1 15h2.72z\"/>"
|
|
4562
4565
|
},
|
|
@@ -7666,7 +7669,7 @@
|
|
|
7666
7669
|
"parent": "zero-above-water"
|
|
7667
7670
|
}
|
|
7668
7671
|
},
|
|
7669
|
-
"lastModified":
|
|
7672
|
+
"lastModified": 1785992504,
|
|
7670
7673
|
"width": 15,
|
|
7671
7674
|
"height": 15
|
|
7672
7675
|
}
|
package/info.json
CHANGED