@homecode/ui 4.23.0 → 4.23.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.
@@ -66,6 +66,7 @@ var ICONS = {
66
66
  send: () => import('./send.svg.js'),
67
67
  settings: () => import('./settings.svg.js'),
68
68
  shoppingBag: () => import('./shoppingBag.svg.js'),
69
+ soundWave: () => import('./soundWave.svg.js'),
69
70
  sparks: () => import('./sparks.svg.js'),
70
71
  star: () => import('./star.svg.js'),
71
72
  syncArrows: () => import('./syncArrows.svg.js'),
@@ -0,0 +1,66 @@
1
+ import * as React from 'react';
2
+
3
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
+ var SvgSoundWave = function SvgSoundWave(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ stroke: "currentColor",
7
+ viewBox: "0 0 24 24"
8
+ }, props), /*#__PURE__*/React.createElement("path", {
9
+ strokeLinecap: "undefined",
10
+ strokeLinejoin: "undefined",
11
+ strokeWidth: 1.895,
12
+ d: "M12.026 2.916v18.427",
13
+ opacity: "undefined",
14
+ style: {
15
+ strokeWidth: 2,
16
+ strokeLinecap: "round",
17
+ strokeDasharray: "none"
18
+ }
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ strokeLinecap: "undefined",
21
+ strokeLinejoin: "undefined",
22
+ strokeWidth: 1.622,
23
+ d: "M16.142 7.511v9.316",
24
+ opacity: "undefined",
25
+ style: {
26
+ strokeWidth: 2,
27
+ strokeLinecap: "round",
28
+ strokeDasharray: "none"
29
+ }
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ strokeLinecap: "undefined",
32
+ strokeLinejoin: "undefined",
33
+ strokeWidth: 1.352,
34
+ d: "M20.142 9.73v4.988",
35
+ opacity: "undefined",
36
+ style: {
37
+ strokeWidth: 2,
38
+ strokeLinecap: "round",
39
+ strokeDasharray: "none"
40
+ }
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ strokeLinecap: "undefined",
43
+ strokeLinejoin: "undefined",
44
+ strokeWidth: 1.622,
45
+ d: "M7.723 16.8V7.484",
46
+ opacity: "undefined",
47
+ style: {
48
+ strokeWidth: 2,
49
+ strokeLinecap: "round",
50
+ strokeDasharray: "none"
51
+ }
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ strokeLinecap: "undefined",
54
+ strokeLinejoin: "undefined",
55
+ strokeWidth: 1.352,
56
+ d: "M3.724 14.58V9.594",
57
+ opacity: "undefined",
58
+ style: {
59
+ strokeWidth: 2,
60
+ strokeLinecap: "round",
61
+ strokeDasharray: "none"
62
+ }
63
+ }));
64
+ };
65
+
66
+ export { SvgSoundWave as default };
@@ -66,6 +66,7 @@ declare const _default: {
66
66
  send: () => Promise<any>;
67
67
  settings: () => Promise<any>;
68
68
  shoppingBag: () => Promise<any>;
69
+ soundWave: () => Promise<any>;
69
70
  sparks: () => Promise<any>;
70
71
  star: () => Promise<any>;
71
72
  syncArrows: () => Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.23.0",
3
+ "version": "4.23.1",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "test": "jest",