@vaadin/icons 24.4.0-dev.b3e1d14600 → 24.4.0-rc2

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -5,7 +5,6 @@ A set of 600+ icons designed for web applications.
5
5
  [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/ds/foundation/icons/vaadin)
6
6
 
7
7
  [![npm version](https://badgen.net/npm/v/@vaadin/icons)](https://www.npmjs.com/package/@vaadin/icons)
8
- [![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
9
8
 
10
9
  [<img src="https://raw.githubusercontent.com/vaadin/web-components/main/packages/icons/screenshot.png" width="728" alt="Screenshot of vaadin-icons">](https://vaadin.com/docs/latest/ds/foundation/icons/vaadin)
11
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/icons",
3
- "version": "24.4.0-dev.b3e1d14600",
3
+ "version": "24.4.0-rc2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/icon": "24.4.0-dev.b3e1d14600"
39
+ "@vaadin/icon": "24.4.0-rc2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "cheerio": "^1.0.0-rc.10",
@@ -45,5 +45,5 @@
45
45
  "gulp-concat": "^2.6.1",
46
46
  "gulp-modify": "^0.1.1"
47
47
  },
48
- "gitHead": "502d4f5b03f770a83d270d98078cde230254dd0e"
48
+ "gitHead": "ea3d99e8cf67a337e959d5cab849f80464c7c7e5"
49
49
  }
package/vaadin-icons.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2015 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import '@vaadin/icon/vaadin-icon.js';
package/vaadin-iconset.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2015 - 2024 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { Iconset } from '@vaadin/icon/vaadin-iconset.js';