@flodesk/grain 9.8.4 → 9.10.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.
@@ -0,0 +1,21 @@
1
+ import "core-js/modules/es.object.assign.js";
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
+
5
+ import * as React from 'react';
6
+ import { jsx as ___EmotionJSX } from "@emotion/react";
7
+
8
+ var IconArchive = function IconArchive(props) {
9
+ return ___EmotionJSX("svg", _extends({
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, props), ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M0 4a2 2 0 012-2h20a2 2 0 012 2v3a2 2 0 01-2 2v11a2 2 0 01-2 2H4a2 2 0 01-2-2V9a2 2 0 01-2-2V4zm22 3H2V4h20v3zm-2 2H4v11h16V9zm-3 2H7v2h10v-2z",
17
+ fill: "currentColor"
18
+ }));
19
+ };
20
+
21
+ export default IconArchive;
@@ -0,0 +1,21 @@
1
+ import "core-js/modules/es.object.assign.js";
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
+
5
+ import * as React from 'react';
6
+ import { jsx as ___EmotionJSX } from "@emotion/react";
7
+
8
+ var IconFolderMove = function IconFolderMove(props) {
9
+ return ___EmotionJSX("svg", _extends({
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, props), ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M0 2h8.414l.293.293L10.414 4H22a2 2 0 012 2v14a2 2 0 01-2 2H2a2 2 0 01-2-2v-4h2v4h20V6H9.586l-.293-.293L7.586 4H2v6H0V2zm16.257 11.707l-5.25 5.25-1.414-1.414L13.136 14H0v-2h13.136L9.593 8.457l1.414-1.414 5.25 5.25.707.707-.707.707z",
17
+ fill: "currentColor"
18
+ }));
19
+ };
20
+
21
+ export default IconFolderMove;
@@ -0,0 +1,21 @@
1
+ import "core-js/modules/es.object.assign.js";
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
+
5
+ import * as React from 'react';
6
+ import { jsx as ___EmotionJSX } from "@emotion/react";
7
+
8
+ var IconFolderRemove = function IconFolderRemove(props) {
9
+ return ___EmotionJSX("svg", _extends({
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, props), ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M1 2H0v18a2 2 0 002 2h20a2 2 0 002-2V6a2 2 0 00-2-2H10.414L8.707 2.293 8.414 2H1zm1 9V4h5.586l1.707 1.707.293.293H22v14H2v-9zm15 1H7v2h10v-2z",
17
+ fill: "currentColor"
18
+ }));
19
+ };
20
+
21
+ export default IconFolderRemove;
package/es/icons/index.js CHANGED
@@ -22,7 +22,9 @@ export { default as IconDuplicate } from './icon-duplicate';
22
22
  export { default as IconEllipsis } from './icon-ellipsis';
23
23
  export { default as IconFile } from './icon-file';
24
24
  export { default as IconFolder } from './icon-folder';
25
+ export { default as IconFolderRemove } from './icon-folder-remove';
25
26
  export { default as IconFolderAdd } from './icon-folder-add';
27
+ export { default as IconFolderMove } from './icon-folder-move';
26
28
  export { default as IconGear } from './icon-gear';
27
29
  export { default as IconGlobe } from './icon-globe';
28
30
  export { default as IconHeart } from './icon-heart';
@@ -56,4 +58,5 @@ export { default as IconQuestion } from './icon-question';
56
58
  export { default as IconReset } from './icon-reset';
57
59
  export { default as IconDrag } from './icon-drag';
58
60
  export { default as IconLocation } from './icon-location';
59
- export { default as IconPlay } from './icon-play';
61
+ export { default as IconPlay } from './icon-play';
62
+ export { default as IconArchive } from './icon-archive';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flodesk/grain",
3
- "version": "9.8.4",
3
+ "version": "9.10.0",
4
4
  "description": "Flodesk design system",
5
5
  "module": "es/index.js",
6
6
  "author": "Flodesk",