@vaadin/icons 22.0.22 → 22.1.0-alpha1
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +1119 -190
- package/README.md +1 -1
- package/iconset.js +7 -2
- package/package.json +4 -4
- package/vaadin-icons.js +7 -2
- package/vaadin-iconset.js +7 -2
package/README.md
CHANGED
@@ -33,7 +33,7 @@ To display an icon, use [`<vaadin-icon>`](https://www.npmjs.com/package/@vaadin/
|
|
33
33
|
|
34
34
|
The icon files (SVG, PNG, fonts) are licensed under Creative Commons [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
|
35
35
|
|
36
|
-
|
36
|
+
This program is available under Vaadin Commercial License and Service Terms. For license terms, see LICENSE.
|
37
37
|
|
38
38
|
All brand icons are trademarks of their respective owners.
|
39
39
|
The use of these trademarks does not indicate endorsement of the trademark holder by Vaadin Icons, nor vice versa.
|
package/iconset.js
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
/**
|
2
2
|
* @license
|
3
|
-
* Copyright (c)
|
4
|
-
*
|
3
|
+
* Copyright (c) 2000 - 2023 Vaadin Ltd.
|
4
|
+
*
|
5
|
+
* This program is available under Vaadin Commercial License and Service Terms.
|
6
|
+
*
|
7
|
+
*
|
8
|
+
* See https://vaadin.com/commercial-license-and-service-terms for the full
|
9
|
+
* license.
|
5
10
|
*/
|
6
11
|
import '@polymer/iron-iconset-svg/iron-iconset-svg.js';
|
7
12
|
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vaadin/icons",
|
3
|
-
"version": "22.0
|
3
|
+
"version": "22.1.0-alpha1",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
7
7
|
"description": "Collection of 600+ unique icons designed for web applications",
|
8
|
-
"license": "
|
8
|
+
"license": "https://raw.githubusercontent.com/vaadin/web-components/22.1/LICENSE",
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
11
11
|
"url": "https://github.com/vaadin/web-components.git",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"@polymer/iron-icon": "^3.0.0",
|
38
38
|
"@polymer/iron-iconset-svg": "^3.0.0",
|
39
39
|
"@polymer/polymer": "^3.0.0",
|
40
|
-
"@vaadin/icon": "
|
40
|
+
"@vaadin/icon": "22.1.0-alpha1"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
43
|
"cheerio": "^1.0.0-rc.10",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"gulp-concat": "^2.6.1",
|
47
47
|
"gulp-modify": "^0.1.1"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "e387194c2c3608b7567b43b788b504c3a12194d9"
|
50
50
|
}
|
package/vaadin-icons.js
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
/**
|
2
2
|
* @license
|
3
|
-
* Copyright (c)
|
4
|
-
*
|
3
|
+
* Copyright (c) 2000 - 2023 Vaadin Ltd.
|
4
|
+
*
|
5
|
+
* This program is available under Vaadin Commercial License and Service Terms.
|
6
|
+
*
|
7
|
+
*
|
8
|
+
* See https://vaadin.com/commercial-license-and-service-terms for the full
|
9
|
+
* license.
|
5
10
|
*/
|
6
11
|
import '@polymer/iron-icon/iron-icon.js';
|
7
12
|
import './iconset.js';
|
package/vaadin-iconset.js
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
/**
|
2
2
|
* @license
|
3
|
-
* Copyright (c)
|
4
|
-
*
|
3
|
+
* Copyright (c) 2000 - 2023 Vaadin Ltd.
|
4
|
+
*
|
5
|
+
* This program is available under Vaadin Commercial License and Service Terms.
|
6
|
+
*
|
7
|
+
*
|
8
|
+
* See https://vaadin.com/commercial-license-and-service-terms for the full
|
9
|
+
* license.
|
5
10
|
*/
|
6
11
|
import '@vaadin/icon/vaadin-iconset.js';
|
7
12
|
import '@vaadin/icon/vaadin-icon.js';
|