@homecode/ui 4.18.10 → 4.18.11

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.
@@ -0,0 +1,15 @@
1
+ import * as React from 'react';
2
+
3
+ var _path;
4
+ 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); }
5
+ var SvgGroup = function SvgGroup(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "currentColor",
9
+ viewBox: "0 -960 960 960"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M120-520v-320h320v320H120Zm0 400v-320h320v320H120Zm400-400v-320h320v320H520Zm0 400v-320h320v320H520ZM200-600h160v-160H200v160Zm400 0h160v-160H600v160Zm0 400h160v-160H600v160Zm-400 0h160v-160H200v160Zm400-400Zm0 240Zm-240 0Zm0-240Z"
12
+ })));
13
+ };
14
+
15
+ export { SvgGroup as default };
@@ -19,6 +19,7 @@ var ICONS = {
19
19
  fullscreenExit: () => import('./fullscreenExit.svg.js'),
20
20
  function: () => import('./function.svg.js'),
21
21
  gear: () => import('./gear.svg.js'),
22
+ group: () => import('./group.svg.js'),
22
23
  history: () => import('./history.svg.js'),
23
24
  instagram: () => import('./instagram.svg.js'),
24
25
  home: () => import('./home.svg.js'),
@@ -19,6 +19,7 @@ declare const _default: {
19
19
  fullscreenExit: () => Promise<any>;
20
20
  function: () => Promise<any>;
21
21
  gear: () => Promise<any>;
22
+ group: () => Promise<any>;
22
23
  history: () => Promise<any>;
23
24
  instagram: () => Promise<any>;
24
25
  home: () => Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.18.10",
3
+ "version": "4.18.11",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",