@volue/design-icons 1.8.0-next.1 → 1.8.0

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/CHANGELOG.md CHANGED
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONODEPLOY:BELOW -->
6
6
 
7
+ ## [1.8.0](https://github.com/Volue/wave/compare/@volue/design-icons@1.7.1...@volue/design-icons@1.8.0) "@volue/design-icons" (2023-06-15)
8
+
9
+
10
+ ### Features
11
+
12
+ * **icons:** add `book` icon ([d1bbe16](https://github.com/Volue/wave/commit/d1bbe1600754255a88e3eeaf6cc1db74b3d528d3))
13
+
14
+
15
+
16
+
7
17
  ## [1.7.1](https://github.com/Volue/wave/compare/@volue/design-icons@1.7.0...@volue/design-icons@1.7.1) "@volue/design-icons" (2023-05-16)
8
18
 
9
19
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 14 Jun 2023 07:57:55 GMT
3
+ * Generated on Thu, 15 Jun 2023 13:10:44 GMT
4
4
  */
5
5
 
6
6
  export const activity : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 14 Jun 2023 07:57:55 GMT
3
+ * Generated on Thu, 15 Jun 2023 13:10:44 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 14 Jun 2023 07:57:55 GMT
3
+ * Generated on Thu, 15 Jun 2023 13:10:44 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 14 Jun 2023 07:57:55 GMT
3
+ * Generated on Thu, 15 Jun 2023 13:10:44 GMT
4
4
  */
5
5
 
6
6
  export const activity : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 14 Jun 2023 07:57:55 GMT
3
+ * Generated on Thu, 15 Jun 2023 13:10:44 GMT
4
4
  */
5
5
 
6
6
  export const activity = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"/></svg>";
package/dist/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 14 Jun 2023 07:57:55 GMT
3
+ // Generated on Thu, 15 Jun 2023 13:10:44 GMT
4
4
 
5
5
  $activity: <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 12h-4l-3 9L9 3l-3 9H2"/></svg>;
6
6
  $add: <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19V5m-7 7h14"/></svg>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volue/design-icons",
3
- "version": "1.8.0-next.1",
3
+ "version": "1.8.0",
4
4
  "description": "Icons for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {