@webiny/icons 6.0.0-alpha.5 β 6.0.0-rc.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.
- package/README.md +9 -4
- package/flowchart.svg +1 -0
- package/package.json +4 -5
- package/push_pin_off.svg +6 -3
package/README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
This package contains icons used throughout the Webiny's Admin UI applications.
|
|
1
|
+
# @webiny/icons
|
|
4
2
|
|
|
5
3
|
> [!NOTE]
|
|
6
|
-
> This package is
|
|
4
|
+
> This package is part of the [Webiny](https://www.webiny.com) monorepo.
|
|
5
|
+
> Itβs **included in every Webiny project by default** and is not meant to be used as a standalone package.
|
|
6
|
+
|
|
7
|
+
π **Documentation:** [https://www.webiny.com/docs](https://www.webiny.com/docs)
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
_This README file is automatically generated during the publish process._
|
package/flowchart.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#000000"><path d="M600-160v-80H440v-200h-80v80H80v-240h280v80h80v-200h160v-80h280v240H600v-80h-80v320h80v-80h280v240H600Zm80-80h120v-80H680v80ZM160-440h120v-80H160v80Zm520-200h120v-80H680v80Zm0 400v-80 80ZM280-440v-80 80Zm400-200v-80 80Z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/icons",
|
|
3
|
-
"version": "6.0.0-
|
|
3
|
+
"version": "6.0.0-rc.1",
|
|
4
|
+
"type": "module",
|
|
4
5
|
"repository": {
|
|
5
6
|
"type": "git",
|
|
6
7
|
"url": "https://github.com/webiny/webiny-js.git"
|
|
@@ -9,9 +10,7 @@
|
|
|
9
10
|
"author": "Webiny Ltd.",
|
|
10
11
|
"license": "MIT",
|
|
11
12
|
"devDependencies": {
|
|
12
|
-
"@material-design-icons/svg": "0.14.15"
|
|
13
|
-
"@webiny/cli": "6.0.0-alpha.5",
|
|
14
|
-
"rimraf": "6.0.1"
|
|
13
|
+
"@material-design-icons/svg": "0.14.15"
|
|
15
14
|
},
|
|
16
15
|
"publishConfig": {
|
|
17
16
|
"access": "public",
|
|
@@ -20,5 +19,5 @@
|
|
|
20
19
|
"scripts": {
|
|
21
20
|
"build": "yarn webiny run build"
|
|
22
21
|
},
|
|
23
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "36d702721ff9ed39fb21d6f5fe7922a2a8716e63"
|
|
24
23
|
}
|
package/push_pin_off.svg
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
2
|
-
|
|
3
|
-
<path
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
2
|
+
viewBox="0 0 24 24">
|
|
3
|
+
<path
|
|
4
|
+
d="M14 4v5c0 1.1.4 2.1 1 3H9c.6-.9 1-1.9 1-3V4h4m3-2H7c-.6 0-1 .4-1 1s.4 1 1 1h1v5c0 1.7-1.3 3-3 3v2h6v7l1 1 1-1v-7h6v-2c-1.7 0-3-1.3-3-3V4h1c.6 0 1-.4 1-1s-.4-1-1-1z"/>
|
|
5
|
+
|
|
6
|
+
<rect x="1" y="1" width="29.7" height="2" transform="rotate(45 1 1)" />
|
|
4
7
|
</svg>
|