@webiny/icons 6.2.0 → 6.3.0-beta.1

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.
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#000000">
2
+ <!-- outer hexagon ring -->
3
+ <path fill="none" stroke="currentColor" stroke-width="72" stroke-linejoin="round" d="M480-840 792-660 792-300 480-120 168-300 168-660Z"/>
4
+ <!-- triangle 1: top, bottom-right, bottom-left -->
5
+ <path fill="none" stroke="currentColor" stroke-width="72" stroke-linejoin="round" d="M480-840 792-300 168-300Z"/>
6
+ <!-- triangle 2: top-right, bottom, top-left -->
7
+ <path fill="none" stroke="currentColor" stroke-width="72" stroke-linejoin="round" d="M792-660 480-120 168-660Z"/>
8
+ <!-- vertex dots -->
9
+ <circle cx="480" cy="-840" r="72" fill="currentColor"/>
10
+ <circle cx="792" cy="-660" r="72" fill="currentColor"/>
11
+ <circle cx="792" cy="-300" r="72" fill="currentColor"/>
12
+ <circle cx="480" cy="-120" r="72" fill="currentColor"/>
13
+ <circle cx="168" cy="-300" r="72" fill="currentColor"/>
14
+ <circle cx="168" cy="-660" r="72" fill="currentColor"/>
15
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/icons",
3
- "version": "6.2.0",
3
+ "version": "6.3.0-beta.1",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,5 +19,5 @@
19
19
  "scripts": {
20
20
  "build": "yarn webiny run build"
21
21
  },
22
- "gitHead": "3d3148358b6febbc857371930871743bec3b3939"
22
+ "gitHead": "664b273a9f0a971f9ca7e6ffe920db77fefdced1"
23
23
  }