@miris-inc/three 0.0.7-d7b324c → 0.0.7-e32bbb2

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/icon-black.svg ADDED
@@ -0,0 +1,10 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="272"
4
+ height="272"
5
+ viewBox="0 0 272 272"
6
+ >
7
+ <path
8
+ d="M114.51 264h42.98L184 200H88zm44.35-176L192 8H80l33.14 80zM184 200h80V72h-26.98zM8 72v128h80L34.98 72z"
9
+ />
10
+ </svg>
package/icon-white.svg ADDED
@@ -0,0 +1,11 @@
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="272"
4
+ height="272"
5
+ viewBox="0 0 272 272"
6
+ >
7
+ <path
8
+ fill="#fff"
9
+ d="M114.51 264h42.98L184 200H88zm44.35-176L192 8H80l33.14 80zM184 200h80V72h-26.98zM8 72v128h80L34.98 72z"
10
+ />
11
+ </svg>
package/package.json CHANGED
@@ -15,5 +15,5 @@
15
15
  "@types/three": "^0.182.0",
16
16
  "three": "^0.182.0"
17
17
  },
18
- "version": "0.0.7-d7b324c"
18
+ "version": "0.0.7-e32bbb2"
19
19
  }