metal-icons 0.1.13 → 0.1.15

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.
Files changed (45) hide show
  1. package/dist/16/outline/CornerDownLeft.js +13 -0
  2. package/dist/16/outline/CornerDownRight.js +13 -0
  3. package/dist/16/outline/CreditCard.js +16 -0
  4. package/dist/16/outline/CurrencyDollar.js +14 -0
  5. package/dist/16/outline/Dashboard.js +14 -0
  6. package/dist/16/outline/Disabled.js +14 -0
  7. package/dist/16/outline/Document.js +14 -0
  8. package/dist/16/outline/DocumentMinus.js +16 -0
  9. package/dist/16/outline/DocumentPlus.js +16 -0
  10. package/dist/16/outline/Documents.js +14 -0
  11. package/dist/16/outline/index.esm.js +10 -0
  12. package/dist/16/solid/CornerDownLeft.js +13 -0
  13. package/dist/16/solid/CornerDownRight.js +13 -0
  14. package/dist/16/solid/CreditCard.js +16 -0
  15. package/dist/16/solid/CurrencyDollar.js +14 -0
  16. package/dist/16/solid/Dashboard.js +14 -0
  17. package/dist/16/solid/Disabled.js +14 -0
  18. package/dist/16/solid/Document.js +15 -0
  19. package/dist/16/solid/DocumentMinus.js +16 -0
  20. package/dist/16/solid/DocumentPlus.js +16 -0
  21. package/dist/16/solid/Documents.js +15 -0
  22. package/dist/16/solid/index.esm.js +10 -0
  23. package/dist/24/outline/CornerDownLeft.js +13 -0
  24. package/dist/24/outline/CornerDownRight.js +13 -0
  25. package/dist/24/outline/CreditCard.js +16 -0
  26. package/dist/24/outline/CurrencyDollar.js +14 -0
  27. package/dist/24/outline/Dashboard.js +14 -0
  28. package/dist/24/outline/Disabled.js +14 -0
  29. package/dist/24/outline/Document.js +14 -0
  30. package/dist/24/outline/DocumentMinus.js +16 -0
  31. package/dist/24/outline/DocumentPlus.js +16 -0
  32. package/dist/24/outline/Documents.js +14 -0
  33. package/dist/24/outline/index.esm.js +10 -0
  34. package/dist/24/solid/CornerDownLeft.js +13 -0
  35. package/dist/24/solid/CornerDownRight.js +13 -0
  36. package/dist/24/solid/CreditCard.js +16 -0
  37. package/dist/24/solid/CurrencyDollar.js +14 -0
  38. package/dist/24/solid/Dashboard.js +14 -0
  39. package/dist/24/solid/Disabled.js +14 -0
  40. package/dist/24/solid/Document.js +15 -0
  41. package/dist/24/solid/DocumentMinus.js +16 -0
  42. package/dist/24/solid/DocumentPlus.js +16 -0
  43. package/dist/24/solid/Documents.js +15 -0
  44. package/dist/24/solid/index.esm.js +10 -0
  45. package/package.json +1 -1
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCornerDownLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M13.5 2.75a.75.75 0 1 0-1.5 0v4.5A1.75 1.75 0 0 1 10.25 9H4.56l2.22-2.22a.75.75 0 0 0-1.06-1.06l-3.5 3.5a.748.748 0 0 0 0 1.06l3.5 3.5a.75.75 0 0 0 1.06-1.06L4.56 10.5h5.69a3.25 3.25 0 0 0 3.25-3.25z"
11
+ }));
12
+
13
+ export { SvgCornerDownLeft as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCornerDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M2.5 2.75a.75.75 0 0 1 1.5 0v4.5A1.75 1.75 0 0 0 5.75 9h5.69L9.22 6.78a.75.75 0 0 1 1.06-1.06l3.5 3.5a.75.75 0 0 1 0 1.06l-3.5 3.5a.75.75 0 1 1-1.06-1.06l2.22-2.22H5.75A3.25 3.25 0 0 1 2.5 7.25z"
11
+ }));
12
+
13
+ export { SvgCornerDownRight as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCreditCard = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M3.75 9a.75.75 0 0 0 0 1.5h1.5a.75.75 0 1 0 0-1.5z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M0 4.25A2.25 2.25 0 0 1 2.25 2h11.5A2.25 2.25 0 0 1 16 4.25v7.5A2.25 2.25 0 0 1 13.75 14H2.25A2.25 2.25 0 0 1 0 11.75zm14.5 0V5h-13v-.75a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 .75.75m0 2.75h-13v4.75c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75z"
14
+ }));
15
+
16
+ export { SvgCreditCard as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCurrencyDollar = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M8.5.75a.75.75 0 0 0-1.5 0V2h-.594c-.9 0-1.766.353-2.405.985a3.36 3.36 0 0 0-.74 3.685c.171.41.422.783.739 1.095.64.632 1.506.985 2.406.985H7v3.75H4.25a.75.75 0 1 0 0 1.5H7v1.25a.75.75 0 1 0 1.5 0V14h1.094c.9 0 1.766-.353 2.405-.985A3.363 3.363 0 0 0 13 10.625a3.36 3.36 0 0 0-1-2.39 3.422 3.422 0 0 0-2.406-.985H8.5V3.5h3.25a.75.75 0 1 0 0-1.5H8.5zM7 3.5h-.594c-.508 0-.994.2-1.35.552A1.86 1.86 0 0 0 4.5 5.375c0 .494.199.97.555 1.323.357.352.843.552 1.351.552H7zm1.5 5.25v3.75h1.094c.508 0 .994-.2 1.35-.552a1.859 1.859 0 0 0 .556-1.323c0-.494-.199-.97-.555-1.323a1.922 1.922 0 0 0-1.351-.552z"
12
+ }));
13
+
14
+ export { SvgCurrencyDollar as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDashboard = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M1 2.25C1 1.56 1.56 1 2.25 1h3.5C6.44 1 7 1.56 7 2.25v11.5C7 14.44 6.44 15 5.75 15h-3.5C1.56 15 1 14.44 1 13.75zm1.5.25v11h3v-11zM9 2.25C9 1.56 9.56 1 10.25 1h3.5c.69 0 1.25.56 1.25 1.25v3.5C15 6.44 14.44 7 13.75 7h-3.5C9.56 7 9 6.44 9 5.75zm1.5.25v3h3v-3zM10.25 9C9.56 9 9 9.56 9 10.25v3.5c0 .69.56 1.25 1.25 1.25h3.5c.69 0 1.25-.56 1.25-1.25v-3.5C15 9.56 14.44 9 13.75 9zm.25 4.5v-3h3v3z"
12
+ }));
13
+
14
+ export { SvgDashboard as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDisabled = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M1.5 8a6.5 6.5 0 0 1 10.535-5.096l-9.131 9.131A6.472 6.472 0 0 1 1.5 8m2.465 5.096a6.5 6.5 0 0 0 9.131-9.131z"
12
+ }));
13
+
14
+ export { SvgDisabled as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocument = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M3.25 0A2.25 2.25 0 0 0 1 2.25v11.5A2.25 2.25 0 0 0 3.25 16h9.5A2.25 2.25 0 0 0 15 13.75V5.457c0-.331-.132-.65-.366-.884L10.427.366A1.25 1.25 0 0 0 9.543 0zM2.5 2.25a.75.75 0 0 1 .75-.75H9v3.75c0 .414.336.75.75.75h3.75v7.75a.75.75 0 0 1-.75.75h-9.5a.75.75 0 0 1-.75-.75zm9.94 2.25L10.5 2.56V4.5z"
12
+ }));
13
+
14
+ export { SvgDocument as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocumentMinus = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M10 9.25a.75.75 0 1 1 0 1.5H6a.75.75 0 1 1 0-1.5z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M3.25 0A2.25 2.25 0 0 0 1 2.25v11.5A2.25 2.25 0 0 0 3.25 16h9.5A2.25 2.25 0 0 0 15 13.75V5.457c0-.331-.132-.65-.366-.884L10.427.366A1.25 1.25 0 0 0 9.543 0zM2.5 2.25a.75.75 0 0 1 .75-.75H9v3.75c0 .414.336.75.75.75h3.75v7.75a.75.75 0 0 1-.75.75h-9.5a.75.75 0 0 1-.75-.75zm9.94 2.25L10.5 2.56V4.5z"
14
+ }));
15
+
16
+ export { SvgDocumentMinus as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocumentPlus = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M8 7.25a.75.75 0 0 1 .75.75v1.25H10a.75.75 0 1 1 0 1.5H8.75V12a.75.75 0 1 1-1.5 0v-1.25H6a.75.75 0 1 1 0-1.5h1.25V8A.75.75 0 0 1 8 7.25"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M3.25 0A2.25 2.25 0 0 0 1 2.25v11.5A2.25 2.25 0 0 0 3.25 16h9.5A2.25 2.25 0 0 0 15 13.75V5.457c0-.331-.132-.65-.366-.884L10.427.366A1.25 1.25 0 0 0 9.543 0zM2.5 2.25a.75.75 0 0 1 .75-.75H9v3.75c0 .414.336.75.75.75h3.75v7.75a.75.75 0 0 1-.75.75h-9.5a.75.75 0 0 1-.75-.75zm9.94 2.25L10.5 2.56V4.5z"
14
+ }));
15
+
16
+ export { SvgDocumentPlus as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocuments = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M6.25 1.5a.75.75 0 0 0-.75.75v8.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75V6h-1.75A1.75 1.75 0 0 1 10 4.25V1.5zm4.5-1.5h-4.5A2.25 2.25 0 0 0 4 2.25V3h-.75A2.25 2.25 0 0 0 1 5.25v8.5A2.25 2.25 0 0 0 3.25 16h7a2.25 2.25 0 0 0 2.25-2.25V13h.25A2.25 2.25 0 0 0 15 10.75v-5.5a.75.75 0 0 0-.158-.46l-3.5-4.5A.75.75 0 0 0 10.75 0M11 13H6.25A2.25 2.25 0 0 1 4 10.75V4.5h-.75a.75.75 0 0 0-.75.75v8.5c0 .414.336.75.75.75h7a.75.75 0 0 0 .75-.75zm.5-10.064V4.25c0 .138.112.25.25.25h.966z"
12
+ }));
13
+
14
+ export { SvgDocuments as default };
@@ -68,4 +68,14 @@ export { default as CloudDownload } from './CloudDownload.js';
68
68
  export { default as CloudUpload } from './CloudUpload.js';
69
69
  export { default as Cog } from './Cog.js';
70
70
  export { default as Columns } from './Columns.js';
71
+ export { default as CornerDownLeft } from './CornerDownLeft.js';
72
+ export { default as CornerDownRight } from './CornerDownRight.js';
73
+ export { default as CreditCard } from './CreditCard.js';
74
+ export { default as CurrencyDollar } from './CurrencyDollar.js';
75
+ export { default as Dashboard } from './Dashboard.js';
76
+ export { default as Disabled } from './Disabled.js';
77
+ export { default as DocumentMinus } from './DocumentMinus.js';
78
+ export { default as DocumentPlus } from './DocumentPlus.js';
79
+ export { default as Document } from './Document.js';
80
+ export { default as Documents } from './Documents.js';
71
81
  export { default as Folder } from './Folder.js';
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCornerDownLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M13.5 2.75a.75.75 0 1 0-1.5 0v4.5A1.75 1.75 0 0 1 10.25 9H4.56l2.22-2.22a.75.75 0 0 0-1.06-1.06l-3.5 3.5a.748.748 0 0 0 0 1.06l3.5 3.5a.75.75 0 0 0 1.06-1.06L4.56 10.5h5.69a3.25 3.25 0 0 0 3.25-3.25z"
11
+ }));
12
+
13
+ export { SvgCornerDownLeft as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCornerDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M2.5 2.75a.75.75 0 0 1 1.5 0v4.5A1.75 1.75 0 0 0 5.75 9h5.69L9.22 6.78a.75.75 0 0 1 1.06-1.06l3.5 3.5a.75.75 0 0 1 0 1.06l-3.5 3.5a.75.75 0 1 1-1.06-1.06l2.22-2.22H5.75A3.25 3.25 0 0 1 2.5 7.25z"
11
+ }));
12
+
13
+ export { SvgCornerDownRight as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCreditCard = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M0 4.25A2.25 2.25 0 0 1 2.25 2h11.5A2.25 2.25 0 0 1 16 4.25V5H0z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M0 7v4.75A2.25 2.25 0 0 0 2.25 14h11.5A2.25 2.25 0 0 0 16 11.75V7zm3.75 2a.75.75 0 0 0 0 1.5h1.5a.75.75 0 1 0 0-1.5z"
14
+ }));
15
+
16
+ export { SvgCreditCard as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCurrencyDollar = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M8.5.75a.75.75 0 0 0-1.5 0V2h-.594c-.9 0-1.766.353-2.405.985a3.36 3.36 0 0 0-.74 3.685c.171.41.422.783.739 1.095.64.632 1.506.985 2.406.985H7v3.75H4.25a.75.75 0 1 0 0 1.5H7v1.25a.75.75 0 1 0 1.5 0V14h1.094c.9 0 1.766-.353 2.405-.985A3.363 3.363 0 0 0 13 10.625a3.36 3.36 0 0 0-1-2.39 3.422 3.422 0 0 0-2.406-.985H8.5V3.5h3.25a.75.75 0 1 0 0-1.5H8.5zM7 3.5h-.594c-.508 0-.994.2-1.35.552A1.86 1.86 0 0 0 4.5 5.375c0 .494.199.97.555 1.323.357.352.843.552 1.351.552H7zm1.5 5.25v3.75h1.094c.508 0 .994-.2 1.35-.552a1.859 1.859 0 0 0 .556-1.323c0-.494-.199-.97-.555-1.323a1.922 1.922 0 0 0-1.351-.552z"
12
+ }));
13
+
14
+ export { SvgCurrencyDollar as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDashboard = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M1 2.25C1 1.56 1.56 1 2.25 1h3.5C6.44 1 7 1.56 7 2.25v11.5C7 14.44 6.44 15 5.75 15h-3.5C1.56 15 1 14.44 1 13.75zm8 0C9 1.56 9.56 1 10.25 1h3.5c.69 0 1.25.56 1.25 1.25v3.5C15 6.44 14.44 7 13.75 7h-3.5C9.56 7 9 6.44 9 5.75zM10.25 9C9.56 9 9 9.56 9 10.25v3.5c0 .69.56 1.25 1.25 1.25h3.5c.69 0 1.25-.56 1.25-1.25v-3.5C15 9.56 14.44 9 13.75 9z"
12
+ }));
13
+
14
+ export { SvgDashboard as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDisabled = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M1.5 8a6.5 6.5 0 0 1 10.535-5.096l-9.131 9.131A6.472 6.472 0 0 1 1.5 8m2.465 5.096a6.5 6.5 0 0 0 9.131-9.131z"
12
+ }));
13
+
14
+ export { SvgDisabled as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocument = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M9 0H3.25A2.25 2.25 0 0 0 1 2.25v11.5A2.25 2.25 0 0 0 3.25 16h9.5A2.25 2.25 0 0 0 15 13.75V6H9.75A.75.75 0 0 1 9 5.25z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "M14.5 4.5h-4v-4z"
13
+ }));
14
+
15
+ export { SvgDocument as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocumentMinus = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M3.25 0H9v5.25c0 .414.336.75.75.75H15v7.75A2.25 2.25 0 0 1 12.75 16h-9.5A2.25 2.25 0 0 1 1 13.75V2.25A2.25 2.25 0 0 1 3.25 0M6 10a.75.75 0 1 0 0 1.5h4a.75.75 0 1 0 0-1.5z"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ d: "M10.5 4.5h4l-4-4z"
14
+ }));
15
+
16
+ export { SvgDocumentMinus as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocumentPlus = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M3.25 0H9v5.25c0 .414.336.75.75.75H15v7.75A2.25 2.25 0 0 1 12.75 16h-9.5A2.25 2.25 0 0 1 1 13.75V2.25A2.25 2.25 0 0 1 3.25 0m5.28 8.22a.75.75 0 0 0-1.28.53V10H6a.75.75 0 1 0 0 1.5h1.25v1.25a.75.75 0 1 0 1.5 0V11.5H10a.75.75 0 1 0 0-1.5H8.75V8.75a.75.75 0 0 0-.22-.53Z"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ d: "M10.5 4.5h4l-4-4z"
14
+ }));
15
+
16
+ export { SvgDocumentPlus as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocuments = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 16,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M4 2.25A2.25 2.25 0 0 1 6.25 0H10v4.25c0 .966.784 1.75 1.75 1.75H15v4.75A2.25 2.25 0 0 1 12.75 13h-6.5A2.25 2.25 0 0 1 4 10.75z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "M1 4.5A1.5 1.5 0 0 1 2.5 3v8.125A3.375 3.375 0 0 0 5.875 14.5H12.5A1.5 1.5 0 0 1 11 16H3.25A2.25 2.25 0 0 1 1 13.75zm10.875 0a.375.375 0 0 1-.375-.375V.5l3 4z"
13
+ }));
14
+
15
+ export { SvgDocuments as default };
@@ -68,4 +68,14 @@ export { default as CloudDownload } from './CloudDownload.js';
68
68
  export { default as CloudUpload } from './CloudUpload.js';
69
69
  export { default as Cog } from './Cog.js';
70
70
  export { default as Columns } from './Columns.js';
71
+ export { default as CornerDownLeft } from './CornerDownLeft.js';
72
+ export { default as CornerDownRight } from './CornerDownRight.js';
73
+ export { default as CreditCard } from './CreditCard.js';
74
+ export { default as CurrencyDollar } from './CurrencyDollar.js';
75
+ export { default as Dashboard } from './Dashboard.js';
76
+ export { default as Disabled } from './Disabled.js';
77
+ export { default as DocumentMinus } from './DocumentMinus.js';
78
+ export { default as DocumentPlus } from './DocumentPlus.js';
79
+ export { default as Document } from './Document.js';
80
+ export { default as Documents } from './Documents.js';
71
81
  export { default as Folder } from './Folder.js';
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCornerDownLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M21.5 3.75a.75.75 0 1 0-1.5 0v7c0 .847-.357 1.669-1.009 2.282A3.64 3.64 0 0 1 16.5 14H5.622l4.146-3.957a.75.75 0 0 0-1.036-1.086l-5.498 5.25a.747.747 0 0 0-.002 1.085l5.5 5.25a.749.749 0 1 0 1.036-1.085L5.622 15.5H16.5c1.312 0 2.578-.49 3.52-1.375a4.633 4.633 0 0 0 1.48-3.375z"
11
+ }));
12
+
13
+ export { SvgCornerDownLeft as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCornerDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M2.5 3.75a.75.75 0 0 1 1.5 0v7c0 .847.357 1.669 1.009 2.282A3.64 3.64 0 0 0 7.5 14h10.878l-4.146-3.957a.75.75 0 1 1 1.036-1.086l5.498 5.25a.75.75 0 0 1 .002 1.085l-5.5 5.25a.75.75 0 1 1-1.036-1.085l4.146-3.957H7.5a5.139 5.139 0 0 1-3.52-1.375A4.634 4.634 0 0 1 2.5 10.75z"
11
+ }));
12
+
13
+ export { SvgCornerDownRight as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCreditCard = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M4.75 15a.75.75 0 1 0 0 1.5h2.5a.75.75 0 1 0 0-1.5z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M0 5.75A2.75 2.75 0 0 1 2.75 3h18.5A2.75 2.75 0 0 1 24 5.75v12.5A2.75 2.75 0 0 1 21.25 21H2.75A2.75 2.75 0 0 1 0 18.25zm22.5 0V8h-21V5.75c0-.69.56-1.25 1.25-1.25h18.5c.69 0 1.25.56 1.25 1.25m0 5.25h-21v7.25c0 .69.56 1.25 1.25 1.25h18.5c.69 0 1.25-.56 1.25-1.25z"
14
+ }));
15
+
16
+ export { SvgCreditCard as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCurrencyDollar = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M12.5 1.75a.75.75 0 1 0-1.5 0V4H9.396c-1.165 0-2.282.46-3.107 1.28a4.365 4.365 0 0 0 0 6.19 4.406 4.406 0 0 0 3.107 1.28H11v5.75H5.75a.75.75 0 1 0 0 1.5H11v2.25a.75.75 0 1 0 1.5 0V20h2.104c1.165 0 2.282-.46 3.107-1.28a4.365 4.365 0 0 0 0-6.19 4.407 4.407 0 0 0-3.107-1.28H12.5V5.5h4.708a.75.75 0 1 0 0-1.5H12.5zM11 5.5H9.396c-.77 0-1.507.304-2.05.844a2.865 2.865 0 0 0 0 4.062c.543.54 1.28.844 2.05.844H11zm1.5 7.25v5.75h2.104c.77 0 1.507-.304 2.05-.844a2.865 2.865 0 0 0 0-4.062 2.906 2.906 0 0 0-2.05-.844H12.5Z"
12
+ }));
13
+
14
+ export { SvgCurrencyDollar as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDashboard = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M2 3.75C2 2.784 2.784 2 3.75 2h5.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 9.25 22h-5.5A1.75 1.75 0 0 1 2 20.25zm1.75-.25a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25zm9.25.25c0-.966.784-1.75 1.75-1.75h5.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 20.25 11h-5.5A1.75 1.75 0 0 1 13 9.25zm1.75-.25a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25zm0 9.5A1.75 1.75 0 0 0 13 14.75v5.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0 0 22 20.25v-5.5A1.75 1.75 0 0 0 20.25 13zm-.25 1.75a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v5.5a.25.25 0 0 1-.25.25h-5.5a.25.25 0 0 1-.25-.25z"
12
+ }));
13
+
14
+ export { SvgDashboard as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDisabled = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M4.172 19.728c.03.036.064.07.1.1A10.965 10.965 0 0 0 12 23c6.075 0 11-4.925 11-11 0-3.012-1.21-5.742-3.172-7.728a.772.772 0 0 0-.1-.1A10.965 10.965 0 0 0 12 1C5.925 1 1 5.925 1 12c0 3.012 1.21 5.742 3.172 7.728ZM2.5 12a9.5 9.5 0 0 1 15.666-7.227L4.773 18.166A9.462 9.462 0 0 1 2.5 12m16.727-6.166A9.5 9.5 0 0 1 12 21.5a9.462 9.462 0 0 1-6.166-2.273z"
12
+ }));
13
+
14
+ export { SvgDisabled as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocument = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M5.75 1A2.75 2.75 0 0 0 3 3.75v16.5A2.75 2.75 0 0 0 5.75 23h12.5A2.75 2.75 0 0 0 21 20.25V8.664c0-.464-.184-.909-.513-1.237l-5.914-5.914A1.75 1.75 0 0 0 13.336 1zM4.5 3.75c0-.69.56-1.25 1.25-1.25H13v5.75c0 .414.336.75.75.75h5.75v11.25c0 .69-.56 1.25-1.25 1.25H5.75c-.69 0-1.25-.56-1.25-1.25zM18.44 7.5 14.5 3.56V7.5z"
12
+ }));
13
+
14
+ export { SvgDocument as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocumentMinus = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M15.25 14a.75.75 0 1 1 0 1.5h-6.5a.75.75 0 1 1 0-1.5z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M5.75 1A2.75 2.75 0 0 0 3 3.75v16.5A2.75 2.75 0 0 0 5.75 23h12.5A2.75 2.75 0 0 0 21 20.25V8.664c0-.464-.184-.909-.513-1.237l-5.914-5.914A1.75 1.75 0 0 0 13.336 1zM4.5 3.75c0-.69.56-1.25 1.25-1.25H13v5.75c0 .414.336.75.75.75h5.75v11.25c0 .69-.56 1.25-1.25 1.25H5.75c-.69 0-1.25-.56-1.25-1.25zM18.44 7.5 14.5 3.56V7.5z"
14
+ }));
15
+
16
+ export { SvgDocumentMinus as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocumentPlus = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M11.75 10.75a.75.75 0 0 1 .75.75V14H15a.75.75 0 1 1 0 1.5h-2.5V18a.75.75 0 1 1-1.5 0v-2.5H8.5a.75.75 0 1 1 0-1.5H11v-2.5a.75.75 0 0 1 .75-.75"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M5.75 1A2.75 2.75 0 0 0 3 3.75v16.5A2.75 2.75 0 0 0 5.75 23h12.5A2.75 2.75 0 0 0 21 20.25V8.664c0-.464-.184-.909-.513-1.237l-5.914-5.914A1.75 1.75 0 0 0 13.336 1zM4.5 3.75c0-.69.56-1.25 1.25-1.25H13v5.75c0 .414.336.75.75.75h5.75v11.25c0 .69-.56 1.25-1.25 1.25H5.75c-.69 0-1.25-.56-1.25-1.25zM18.44 7.5 14.5 3.56V7.5z"
14
+ }));
15
+
16
+ export { SvgDocumentPlus as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocuments = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M10.25 2.5C9.56 2.5 9 3.06 9 3.75v11c0 .69.56 1.25 1.25 1.25h8c.69 0 1.25-.56 1.25-1.25V9h-4.25a1.75 1.75 0 0 1-1.75-1.75V2.5zm4-1.5h-4A2.75 2.75 0 0 0 7.5 3.75V6.5H5.75A2.75 2.75 0 0 0 3 9.25v11A2.75 2.75 0 0 0 5.75 23h8a2.75 2.75 0 0 0 2.75-2.75V17.5h1.75A2.75 2.75 0 0 0 21 14.75v-6.5a.75.75 0 0 0-.199-.509l-6-6.5A.75.75 0 0 0 14.25 1M15 17.5h-4.75a2.75 2.75 0 0 1-2.75-2.75V8H5.75c-.69 0-1.25.56-1.25 1.25v11c0 .69.56 1.25 1.25 1.25h8c.69 0 1.25-.56 1.25-1.25zm0-13.832V7.25c0 .138.112.25.25.25h3.287z"
12
+ }));
13
+
14
+ export { SvgDocuments as default };
@@ -68,4 +68,14 @@ export { default as CloudDownload } from './CloudDownload.js';
68
68
  export { default as CloudUpload } from './CloudUpload.js';
69
69
  export { default as Cog } from './Cog.js';
70
70
  export { default as Columns } from './Columns.js';
71
+ export { default as CornerDownLeft } from './CornerDownLeft.js';
72
+ export { default as CornerDownRight } from './CornerDownRight.js';
73
+ export { default as CreditCard } from './CreditCard.js';
74
+ export { default as CurrencyDollar } from './CurrencyDollar.js';
75
+ export { default as Dashboard } from './Dashboard.js';
76
+ export { default as Disabled } from './Disabled.js';
77
+ export { default as DocumentMinus } from './DocumentMinus.js';
78
+ export { default as DocumentPlus } from './DocumentPlus.js';
79
+ export { default as Document } from './Document.js';
80
+ export { default as Documents } from './Documents.js';
71
81
  export { default as Folder } from './Folder.js';
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCornerDownLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M21.5 3.75a.75.75 0 1 0-1.5 0v7c0 .847-.357 1.669-1.009 2.282A3.64 3.64 0 0 1 16.5 14H5.622l4.146-3.957a.75.75 0 0 0-1.036-1.086l-5.498 5.25a.747.747 0 0 0-.002 1.085l5.5 5.25a.749.749 0 1 0 1.036-1.085L5.622 15.5H16.5c1.312 0 2.578-.49 3.52-1.375a4.633 4.633 0 0 0 1.48-3.375z"
11
+ }));
12
+
13
+ export { SvgCornerDownLeft as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCornerDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M2.5 3.75a.75.75 0 0 1 1.5 0v7c0 .847.357 1.669 1.009 2.282A3.64 3.64 0 0 0 7.5 14h10.878l-4.146-3.957a.75.75 0 1 1 1.036-1.086l5.498 5.25a.75.75 0 0 1 .002 1.085l-5.5 5.25a.75.75 0 1 1-1.036-1.085l4.146-3.957H7.5a5.139 5.139 0 0 1-3.52-1.375A4.634 4.634 0 0 1 2.5 10.75z"
11
+ }));
12
+
13
+ export { SvgCornerDownRight as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCreditCard = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M0 5.75A2.75 2.75 0 0 1 2.75 3h18.5A2.75 2.75 0 0 1 24 5.75V8H0z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M0 11v7.25A2.75 2.75 0 0 0 2.75 21h18.5A2.75 2.75 0 0 0 24 18.25V11zm4.75 4a.75.75 0 1 0 0 1.5h2.5a.75.75 0 1 0 0-1.5z"
14
+ }));
15
+
16
+ export { SvgCreditCard as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgCurrencyDollar = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M12.5 1.75a.75.75 0 1 0-1.5 0V4H9.396c-1.165 0-2.282.46-3.107 1.28a4.365 4.365 0 0 0 0 6.19 4.406 4.406 0 0 0 3.107 1.28H11v5.75H5.75a.75.75 0 1 0 0 1.5H11v2.25a.75.75 0 1 0 1.5 0V20h2.104c1.165 0 2.282-.46 3.107-1.28a4.365 4.365 0 0 0 0-6.19 4.407 4.407 0 0 0-3.107-1.28H12.5V5.5h4.708a.75.75 0 1 0 0-1.5H12.5zM11 5.5H9.396c-.77 0-1.507.304-2.05.844a2.865 2.865 0 0 0 0 4.062c.543.54 1.28.844 2.05.844H11zm1.5 7.25v5.75h2.104c.77 0 1.507-.304 2.05-.844a2.865 2.865 0 0 0 0-4.062 2.906 2.906 0 0 0-2.05-.844H12.5Z"
12
+ }));
13
+
14
+ export { SvgCurrencyDollar as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDashboard = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M2 3.75C2 2.784 2.784 2 3.75 2h5.5c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 9.25 22h-5.5A1.75 1.75 0 0 1 2 20.25zm11 0c0-.966.784-1.75 1.75-1.75h5.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 20.25 11h-5.5A1.75 1.75 0 0 1 13 9.25zM14.75 13A1.75 1.75 0 0 0 13 14.75v5.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0 0 22 20.25v-5.5A1.75 1.75 0 0 0 20.25 13z"
12
+ }));
13
+
14
+ export { SvgDashboard as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDisabled = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M4.172 19.728c.03.036.064.07.1.1A10.965 10.965 0 0 0 12 23c6.075 0 11-4.925 11-11 0-3.012-1.21-5.742-3.172-7.728a.772.772 0 0 0-.1-.1A10.965 10.965 0 0 0 12 1C5.925 1 1 5.925 1 12c0 3.012 1.21 5.742 3.172 7.728ZM2.5 12a9.5 9.5 0 0 1 15.666-7.227L4.773 18.166A9.462 9.462 0 0 1 2.5 12m16.727-6.166A9.5 9.5 0 0 1 12 21.5a9.462 9.462 0 0 1-6.166-2.273z"
12
+ }));
13
+
14
+ export { SvgDisabled as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocument = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M5.75 1A2.75 2.75 0 0 0 3 3.75v16.5A2.75 2.75 0 0 0 5.75 23h12.5A2.75 2.75 0 0 0 21 20.25V9h-7.25a.75.75 0 0 1-.75-.75V1z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "M14.5 1.5v6h6a1.056 1.056 0 0 0-.013-.013l-5.974-5.974A2.934 2.934 0 0 0 14.5 1.5"
13
+ }));
14
+
15
+ export { SvgDocument as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocumentMinus = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M3 3.75A2.75 2.75 0 0 1 5.75 1H13v7.25c0 .414.336.75.75.75H21v11.25A2.75 2.75 0 0 1 18.25 23H5.75A2.75 2.75 0 0 1 3 20.25zM8.75 15a.75.75 0 1 0 0 1.5h6.5a.75.75 0 1 0 0-1.5z"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ d: "M14.5 7.5v-6l.013.013 5.974 5.974.013.013h-6Z"
14
+ }));
15
+
16
+ export { SvgDocumentMinus as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocumentPlus = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "M3 3.75A2.75 2.75 0 0 1 5.75 1H13v7.25c0 .414.336.75.75.75H21v11.25A2.75 2.75 0 0 1 18.25 23H5.75A2.75 2.75 0 0 1 3 20.25zm9.53 7.97a.75.75 0 0 0-1.28.53v2.5h-2.5a.75.75 0 1 0 0 1.5h2.5v2.5a.75.75 0 1 0 1.5 0v-2.5h2.5a.75.75 0 1 0 0-1.5h-2.5v-2.5a.75.75 0 0 0-.22-.53Z"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ d: "M14.5 7.5v-6l.013.013 5.974 5.974.013.013h-6Z"
14
+ }));
15
+
16
+ export { SvgDocumentPlus as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgDocuments = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 24,
7
+ height: 24,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M7.5 3.75A2.75 2.75 0 0 1 10.25 1h3.25v6.25c0 .967.784 1.75 1.75 1.75H21v5.75a2.75 2.75 0 0 1-2.75 2.75h-8a2.75 2.75 0 0 1-2.75-2.75z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "m15 1.5 5.5 6h-5.125A.375.375 0 0 1 15 7.125zM3 9.25A2.75 2.75 0 0 1 5.75 6.5H6v9.125A3.375 3.375 0 0 0 9.375 19H16.5v1.25A2.75 2.75 0 0 1 13.75 23h-8A2.75 2.75 0 0 1 3 20.25z"
13
+ }));
14
+
15
+ export { SvgDocuments as default };
@@ -68,4 +68,14 @@ export { default as CloudDownload } from './CloudDownload.js';
68
68
  export { default as CloudUpload } from './CloudUpload.js';
69
69
  export { default as Cog } from './Cog.js';
70
70
  export { default as Columns } from './Columns.js';
71
+ export { default as CornerDownLeft } from './CornerDownLeft.js';
72
+ export { default as CornerDownRight } from './CornerDownRight.js';
73
+ export { default as CreditCard } from './CreditCard.js';
74
+ export { default as CurrencyDollar } from './CurrencyDollar.js';
75
+ export { default as Dashboard } from './Dashboard.js';
76
+ export { default as Disabled } from './Disabled.js';
77
+ export { default as DocumentMinus } from './DocumentMinus.js';
78
+ export { default as DocumentPlus } from './DocumentPlus.js';
79
+ export { default as Document } from './Document.js';
80
+ export { default as Documents } from './Documents.js';
71
81
  export { default as Folder } from './Folder.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "metal-icons",
3
3
  "private": false,
4
- "version": "0.1.13",
4
+ "version": "0.1.15",
5
5
  "description": "A flexible React icon set",
6
6
  "repository": {
7
7
  "type": "git",