@homecode/ui 4.18.43 → 4.18.44

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,17 @@
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 SvgFolder = function SvgFolder(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24 24",
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M3.126 20.028q-.912 0-1.562-.593t-.65-1.426V5.893q0-.833.65-1.426.65-.594 1.562-.594H9.76l2.211 2.02h8.847q.912 0 1.562.593t.65 1.426V18.01q0 .833-.65 1.426t-1.562.593zm0-2.02h17.693V7.913H11.06L8.85 5.892H3.126Zm0 0V5.894Z",
11
+ style: {
12
+ strokeWidth: 1
13
+ }
14
+ }));
15
+ };
16
+
17
+ export { SvgFolder as default };
@@ -0,0 +1,17 @@
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 SvgFolderOpen = function SvgFolderOpen(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24 24",
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M2.724 20.608q-.886 0-1.516-.635-.63-.636-.63-1.529V5.46q0-.893.63-1.529.63-.635 1.516-.635h6.439l2.146 2.164h8.586q.886 0 1.516.636.63.635.63 1.528H10.425L8.278 5.46H2.724v12.984l2.575-8.656h18.352l-2.763 9.278q-.215.704-.792 1.123-.576.42-1.274.42zm2.253-2.164h13.845l1.932-6.492H6.909Zm0 0 1.932-6.492zM2.724 7.624V5.46Z",
11
+ style: {
12
+ strokeWidth: 0.999996
13
+ }
14
+ }));
15
+ };
16
+
17
+ export { SvgFolderOpen as default };
@@ -16,6 +16,8 @@ var ICONS = {
16
16
  externalLink: () => import('./externalLink.svg.js'),
17
17
  eye: () => import('./eye.svg.js'),
18
18
  forward: () => import('./forward.svg.js'),
19
+ folder: () => import('./folder.svg.js'),
20
+ folderOpen: () => import('./folderOpen.svg.js'),
19
21
  fullscreen: () => import('./fullscreen.svg.js'),
20
22
  fullscreenExit: () => import('./fullscreenExit.svg.js'),
21
23
  function: () => import('./function.svg.js'),
@@ -16,6 +16,8 @@ declare const _default: {
16
16
  externalLink: () => Promise<any>;
17
17
  eye: () => Promise<any>;
18
18
  forward: () => Promise<any>;
19
+ folder: () => Promise<any>;
20
+ folderOpen: () => Promise<any>;
19
21
  fullscreen: () => Promise<any>;
20
22
  fullscreenExit: () => Promise<any>;
21
23
  function: () => Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.18.43",
3
+ "version": "4.18.44",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",