metal-icons 0.1.22 → 0.1.23

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 (41) hide show
  1. package/dist/16/outline/TextAlignJustify.js +13 -0
  2. package/dist/16/outline/TextAlignLeft.js +13 -0
  3. package/dist/16/outline/TextAlignRight.js +13 -0
  4. package/dist/16/outline/ThumbsDown.js +14 -0
  5. package/dist/16/outline/ThumbsUp.js +14 -0
  6. package/dist/16/outline/Trash.js +16 -0
  7. package/dist/16/outline/Upload.js +15 -0
  8. package/dist/16/outline/User.js +14 -0
  9. package/dist/16/outline/View.js +17 -0
  10. package/dist/16/outline/index.esm.js +9 -0
  11. package/dist/16/solid/TextAlignJustify.js +13 -0
  12. package/dist/16/solid/TextAlignLeft.js +13 -0
  13. package/dist/16/solid/TextAlignRight.js +13 -0
  14. package/dist/16/solid/ThumbsDown.js +13 -0
  15. package/dist/16/solid/ThumbsUp.js +13 -0
  16. package/dist/16/solid/Trash.js +14 -0
  17. package/dist/16/solid/Upload.js +15 -0
  18. package/dist/16/solid/User.js +14 -0
  19. package/dist/16/solid/View.js +14 -0
  20. package/dist/16/solid/index.esm.js +9 -0
  21. package/dist/24/outline/TextAlignJustify.js +13 -0
  22. package/dist/24/outline/TextAlignLeft.js +13 -0
  23. package/dist/24/outline/TextAlignRight.js +13 -0
  24. package/dist/24/outline/ThumbsDown.js +14 -0
  25. package/dist/24/outline/ThumbsUp.js +14 -0
  26. package/dist/24/outline/Trash.js +16 -0
  27. package/dist/24/outline/Upload.js +15 -0
  28. package/dist/24/outline/User.js +14 -0
  29. package/dist/24/outline/View.js +17 -0
  30. package/dist/24/outline/index.esm.js +9 -0
  31. package/dist/24/solid/TextAlignJustify.js +13 -0
  32. package/dist/24/solid/TextAlignLeft.js +13 -0
  33. package/dist/24/solid/TextAlignRight.js +13 -0
  34. package/dist/24/solid/ThumbsDown.js +13 -0
  35. package/dist/24/solid/ThumbsUp.js +13 -0
  36. package/dist/24/solid/Trash.js +14 -0
  37. package/dist/24/solid/Upload.js +15 -0
  38. package/dist/24/solid/User.js +14 -0
  39. package/dist/24/solid/View.js +14 -0
  40. package/dist/24/solid/index.esm.js +9 -0
  41. 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 SvgTextAlignJustify = 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: "M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75M1.75 12a.75.75 0 1 0 0 1.5h12.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignJustify as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignLeft = 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: "M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 1 0 0-1.5zM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75M1.75 12a.75.75 0 1 0 0 1.5h9.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignLeft as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignRight = 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: "M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zm3 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 1 0 0-1.5zM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75M4.75 12a.75.75 0 1 0 0 1.5h9.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignRight as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgThumbsDown = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 17,
7
+ height: 16,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "m8.587 14.484 2.56-5.759V1.5H3.672a.75.75 0 0 0-.74.637l-.995 6.55a.75.75 0 0 0 .741.862h3.767c.69 0 1.25.56 1.25 1.25v2.626c0 .53.385.972.892 1.06zM12.647 1.5v6.634h1.286a.75.75 0 0 0 .75-.75V2.25a.75.75 0 0 0-.75-.75zm-.264 8.134-2.51 5.65A1.21 1.21 0 0 1 8.771 16a2.576 2.576 0 0 1-2.576-2.575v-2.376H2.678A2.25 2.25 0 0 1 .454 8.461l.994-6.549A2.25 2.25 0 0 1 3.672 0h10.261a2.25 2.25 0 0 1 2.25 2.25v5.134a2.25 2.25 0 0 1-2.25 2.25z"
12
+ }));
13
+
14
+ export { SvgThumbsDown as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgThumbsUp = 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: "m7.596 1.516-2.56 5.759V14.5h7.475a.75.75 0 0 0 .741-.637l.994-6.55a.75.75 0 0 0-.741-.862H9.738c-.69 0-1.25-.56-1.25-1.25V2.575c0-.53-.385-.972-.892-1.06zM3.536 14.5V7.866H2.25a.75.75 0 0 0-.75.75v5.134c0 .414.336.75.75.75zM3.8 6.366 6.31.716A1.21 1.21 0 0 1 7.412 0a2.575 2.575 0 0 1 2.576 2.575v2.376h3.517a2.25 2.25 0 0 1 2.224 2.588l-.994 6.549A2.25 2.25 0 0 1 12.511 16H2.25A2.25 2.25 0 0 1 0 13.75V8.616a2.25 2.25 0 0 1 2.25-2.25z"
12
+ }));
13
+
14
+ export { SvgThumbsUp as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTrash = 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: "M6.25 6a.75.75 0 0 1 .75.75v5.5a.75.75 0 1 1-1.5 0v-5.5A.75.75 0 0 1 6.25 6m4.25.75a.75.75 0 1 0-1.5 0v5.5a.75.75 0 1 0 1.5 0z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M4 3v-.75A2.25 2.25 0 0 1 6.25 0h3.5A2.25 2.25 0 0 1 12 2.25V3h2.25a.75.75 0 1 1 0 1.5H14v9.25A2.25 2.25 0 0 1 11.75 16h-7.5A2.25 2.25 0 0 1 2 13.75V4.5h-.25a.75.75 0 0 1 0-1.5zm1.5-.75a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75V3h-5zm-2 2.25v9.25c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75V4.5z"
14
+ }));
15
+
16
+ export { SvgTrash as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgUpload = 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.24 5.8a.75.75 0 0 0 1.06-.04l1.95-2.1v6.59a.75.75 0 1 0 1.5 0V3.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.101 0L4.2 4.74a.75.75 0 0 0 .04 1.06"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "M1.75 9a.75.75 0 0 1 .75.75v3c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-3a.75.75 0 1 1 1.5 0v3A2.25 2.25 0 0 1 12.75 15h-9.5A2.25 2.25 0 0 1 1 12.75v-3A.75.75 0 0 1 1.75 9"
13
+ }));
14
+
15
+ export { SvgUpload as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgUser = 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: "M5.75 4.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M8 1a3.75 3.75 0 1 0 0 7.5A3.75 3.75 0 0 0 8 1m0 8.25c-1.43 0-2.826.433-3.987 1.24-1.207.84-2.05 2.263-2.474 3.52a.75.75 0 0 0 .711.99h11.5a.75.75 0 0 0 .71-.99c-.422-1.257-1.266-2.68-2.473-3.52A7 7 0 0 0 8 9.25m-3.13 2.472A5.5 5.5 0 0 1 8 10.75c1.129 0 2.225.342 3.13.972.592.412 1.105 1.064 1.483 1.778H3.387c.378-.714.89-1.366 1.483-1.778"
12
+ }));
13
+
14
+ export { SvgUser as default };
@@ -0,0 +1,17 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgView = 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: "M5.879 5.879a3 3 0 1 1 4.242 4.242A3 3 0 0 1 5.88 5.88Zm1.06 1.06a1.5 1.5 0 1 0 2.122 2.122 1.5 1.5 0 0 0-2.122-2.122"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ fillRule: "evenodd",
14
+ d: "M2.112 4.65C3.43 3.32 5.422 2 8 2s4.57 1.32 5.888 2.65c.575.58 1.084 1.221 1.516 1.914q.227.363.407.751.07.151.122.31c.026.079.067.22.067.375s-.041.296-.067.376a3 3 0 0 1-.122.31c-.097.214-.234.47-.407.75-.432.693-.94 1.335-1.516 1.914C12.57 12.68 10.578 14 8 14s-4.57-1.32-5.888-2.65A11 11 0 0 1 .596 9.436a7 7 0 0 1-.407-.751 3 3 0 0 1-.122-.31A1.2 1.2 0 0 1 0 8c0-.154.04-.295.067-.376a3 3 0 0 1 .122-.31c.097-.214.234-.47.407-.75.432-.693.94-1.335 1.516-1.914M1.526 8l.03-.067q.14-.3.316-.581a9.5 9.5 0 0 1 1.306-1.646C4.332 4.542 5.964 3.5 8 3.5s3.668 1.042 4.822 2.206c.495.498.933 1.05 1.305 1.646q.196.312.346.648-.15.336-.345.648a9.5 9.5 0 0 1-1.306 1.646C11.668 11.458 10.036 12.5 8 12.5s-3.668-1.042-4.822-2.206a9.5 9.5 0 0 1-1.306-1.647 5 5 0 0 1-.316-.58z"
15
+ }));
16
+
17
+ export { SvgView as default };
@@ -137,4 +137,13 @@ export { default as SwapVertical } from './SwapVertical.js';
137
137
  export { default as Tablet } from './Tablet.js';
138
138
  export { default as Tag } from './Tag.js';
139
139
  export { default as TextAlignCenter } from './TextAlignCenter.js';
140
+ export { default as TextAlignJustify } from './TextAlignJustify.js';
141
+ export { default as TextAlignLeft } from './TextAlignLeft.js';
142
+ export { default as TextAlignRight } from './TextAlignRight.js';
140
143
  export { default as Text } from './Text.js';
144
+ export { default as ThumbsDown } from './ThumbsDown.js';
145
+ export { default as ThumbsUp } from './ThumbsUp.js';
146
+ export { default as Trash } from './Trash.js';
147
+ export { default as Upload } from './Upload.js';
148
+ export { default as User } from './User.js';
149
+ export { default as View } from './View.js';
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignJustify = 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: "M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75M1.75 12a.75.75 0 1 0 0 1.5h12.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignJustify as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignLeft = 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: "M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zm0 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 1 0 0-1.5zM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75M1.75 12a.75.75 0 1 0 0 1.5h9.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignLeft as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignRight = 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: "M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5zm3 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 1 0 0-1.5zM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75M4.75 12a.75.75 0 1 0 0 1.5h9.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignRight as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgThumbsDown = 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.445 15.284 2.31-5.65V0H3.244A2.25 2.25 0 0 0 1.02 1.912L.026 8.461a2.25 2.25 0 0 0 2.224 2.588h3.517v2.376A2.575 2.575 0 0 0 8.343 16a1.21 1.21 0 0 0 1.102-.716M13.505 0v9.634a2.25 2.25 0 0 0 2.25-2.25V2.25A2.25 2.25 0 0 0 13.505 0"
11
+ }));
12
+
13
+ export { SvgThumbsDown as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgThumbsUp = 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: "M6.31.716 4 6.366V16h8.511a2.25 2.25 0 0 0 2.224-1.912l.994-6.549a2.25 2.25 0 0 0-2.224-2.588H9.988V2.575A2.575 2.575 0 0 0 7.412 0 1.21 1.21 0 0 0 6.31.716M2.25 16V6.366A2.25 2.25 0 0 0 0 8.616v5.134A2.25 2.25 0 0 0 2.25 16"
11
+ }));
12
+
13
+ export { SvgThumbsUp as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTrash = 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: "M4 2.25V3H1.75a.75.75 0 0 0 0 1.5H2v9.25A2.25 2.25 0 0 0 4.25 16h7.5A2.25 2.25 0 0 0 14 13.75V4.5h.25a.75.75 0 1 0 0-1.5H12v-.75A2.25 2.25 0 0 0 9.75 0h-3.5A2.25 2.25 0 0 0 4 2.25m1.72-.53a.75.75 0 0 0-.22.53V3h5v-.75a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0-.53.22m1.06 4.5a.75.75 0 0 0-1.28.53v5.5a.75.75 0 1 0 1.5 0v-5.5a.75.75 0 0 0-.22-.53m3.5 0c.141.14.22.331.22.53v5.5a.75.75 0 1 1-1.5 0v-5.5a.75.75 0 0 1 1.28-.53"
12
+ }));
13
+
14
+ export { SvgTrash as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgUpload = 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.24 5.8a.75.75 0 0 0 1.06-.04l1.95-2.1v6.59a.75.75 0 1 0 1.5 0V3.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.101 0L4.2 4.74a.75.75 0 0 0 .04 1.06"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "M1.75 9a.75.75 0 0 1 .75.75v3c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-3a.75.75 0 1 1 1.5 0v3A2.25 2.25 0 0 1 12.75 15h-9.5A2.25 2.25 0 0 1 1 12.75v-3A.75.75 0 0 1 1.75 9"
13
+ }));
14
+
15
+ export { SvgUpload as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgUser = 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: "M4.25 4.75a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0m-.237 5.74A7 7 0 0 1 8 9.25c1.43 0 2.826.433 3.987 1.24 1.207.84 2.051 2.263 2.474 3.52a.75.75 0 0 1-.711.99H2.25a.75.75 0 0 1-.71-.99c.422-1.257 1.266-2.68 2.473-3.52"
12
+ }));
13
+
14
+ export { SvgUser as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgView = 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: "M2.112 4.65C3.43 3.32 5.422 2 8 2s4.57 1.32 5.888 2.65c.575.58 1.084 1.221 1.516 1.914q.227.363.407.751.07.151.122.31c.026.079.067.22.067.375s-.041.296-.067.376a3 3 0 0 1-.122.31c-.097.214-.234.47-.407.75-.432.693-.94 1.335-1.516 1.914C12.57 12.68 10.578 14 8 14s-4.57-1.32-5.888-2.65A11 11 0 0 1 .596 9.436a7 7 0 0 1-.407-.751 3 3 0 0 1-.122-.31A1.2 1.2 0 0 1 0 8c0-.154.04-.295.067-.376a3 3 0 0 1 .122-.31c.097-.214.234-.47.407-.75.432-.693.94-1.335 1.516-1.914m3.767 1.229a3 3 0 1 1 4.242 4.242A3 3 0 0 1 5.88 5.88Z"
12
+ }));
13
+
14
+ export { SvgView as default };
@@ -137,4 +137,13 @@ export { default as SwapVertical } from './SwapVertical.js';
137
137
  export { default as Tablet } from './Tablet.js';
138
138
  export { default as Tag } from './Tag.js';
139
139
  export { default as TextAlignCenter } from './TextAlignCenter.js';
140
+ export { default as TextAlignJustify } from './TextAlignJustify.js';
141
+ export { default as TextAlignLeft } from './TextAlignLeft.js';
142
+ export { default as TextAlignRight } from './TextAlignRight.js';
140
143
  export { default as Text } from './Text.js';
144
+ export { default as ThumbsDown } from './ThumbsDown.js';
145
+ export { default as ThumbsUp } from './ThumbsUp.js';
146
+ export { default as Trash } from './Trash.js';
147
+ export { default as Upload } from './Upload.js';
148
+ export { default as User } from './User.js';
149
+ export { default as View } from './View.js';
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignJustify = 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.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M2.75 17a.75.75 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignJustify as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignLeft = 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.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h14.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M2.75 17a.75.75 0 1 0 0 1.5h14.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignLeft as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignRight = 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.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm4 4a.75.75 0 0 0 0 1.5h14.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M6.75 17a.75.75 0 1 0 0 1.5h14.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignRight as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgThumbsDown = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 22,
7
+ height: 22,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fillRule: "evenodd",
11
+ d: "m11.627 20.484 3.73-8.393V1.5H4.377A1.25 1.25 0 0 0 3.14 2.562l-1.442 9.5A1.25 1.25 0 0 0 2.934 13.5h5.173a1.75 1.75 0 0 1 1.75 1.75v3.225a2.025 2.025 0 0 0 1.77 2.009M16.857 1.5v10h2.25c.69 0 1.25-.56 1.25-1.25v-7.5c0-.69-.56-1.25-1.25-1.25zM16.594 13l-3.71 8.349a1.1 1.1 0 0 1-1.002.651 3.525 3.525 0 0 1-3.525-3.525V15.25a.25.25 0 0 0-.25-.25H2.934a2.75 2.75 0 0 1-2.72-3.163l1.443-9.5A2.75 2.75 0 0 1 4.377 0h14.73a2.75 2.75 0 0 1 2.75 2.75v7.5a2.75 2.75 0 0 1-2.75 2.75z"
12
+ }));
13
+
14
+ export { SvgThumbsDown as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgThumbsUp = 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: "M11.23 2.516 7.5 10.909V21.5h10.98a1.25 1.25 0 0 0 1.237-1.062l1.442-9.5A1.25 1.25 0 0 0 19.923 9.5H14.75A1.75 1.75 0 0 1 13 7.75V4.525a2.025 2.025 0 0 0-1.77-2.009M6 21.5v-10H3.75c-.69 0-1.25.56-1.25 1.25v7.5c0 .69.56 1.25 1.25 1.25zM6.263 10l3.71-8.349A1.1 1.1 0 0 1 10.975 1 3.525 3.525 0 0 1 14.5 4.525V7.75c0 .138.112.25.25.25h5.173a2.75 2.75 0 0 1 2.72 3.163l-1.443 9.5A2.75 2.75 0 0 1 18.48 23H3.75A2.75 2.75 0 0 1 1 20.25v-7.5A2.75 2.75 0 0 1 3.75 10z"
12
+ }));
13
+
14
+ export { SvgThumbsUp as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTrash = 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: "M9.75 9a.75.75 0 0 1 .75.75v8.5a.75.75 0 1 1-1.5 0v-8.5A.75.75 0 0 1 9.75 9m5.25.75a.75.75 0 1 0-1.5 0v8.5a.75.75 0 1 0 1.5 0z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M7 5V3.75A2.75 2.75 0 0 1 9.75 1h4.5A2.75 2.75 0 0 1 17 3.75V5h4.25a.75.75 0 1 1 0 1.5H20v13.75A2.75 2.75 0 0 1 17.25 23H6.75A2.75 2.75 0 0 1 4 20.25V6.5H2.75a.75.75 0 0 1 0-1.5zm1.5-1.25c0-.69.56-1.25 1.25-1.25h4.5c.69 0 1.25.56 1.25 1.25V5h-7zm-3 2.75v13.75c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25V6.5z"
14
+ }));
15
+
16
+ export { SvgTrash as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgUpload = 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: "M6.232 8.793a.75.75 0 0 0 1.06-.025l3.958-4.146V15.25a.75.75 0 1 0 1.5 0V4.622l3.957 4.146a.75.75 0 1 0 1.085-1.036l-5.25-5.5a.747.747 0 0 0-1.086.001l-5.249 5.5a.75.75 0 0 0 .025 1.06"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "M2.75 14a.75.75 0 0 1 .75.75v4.5c0 .69.56 1.25 1.25 1.25h14.5c.69 0 1.25-.56 1.25-1.25v-4.5a.75.75 0 0 1 1.5 0v4.5A2.75 2.75 0 0 1 19.25 22H4.75A2.75 2.75 0 0 1 2 19.25v-4.5a.75.75 0 0 1 .75-.75"
13
+ }));
14
+
15
+ export { SvgUpload as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgUser = 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: "M8.75 7.75a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0M12 3a4.75 4.75 0 1 0 0 9.5A4.75 4.75 0 0 0 12 3m0 10.5a9 9 0 0 0-5.401 1.81 9.4 9.4 0 0 0-3.315 4.717A.75.75 0 0 0 4 21h16a.75.75 0 0 0 .716-.973 9.4 9.4 0 0 0-3.315-4.718A9 9 0 0 0 12 13.5m-4.501 3.01A7.5 7.5 0 0 1 12 15a7.5 7.5 0 0 1 4.501 1.51 7.84 7.84 0 0 1 2.409 2.99H5.09a7.84 7.84 0 0 1 2.41-2.99Z"
12
+ }));
13
+
14
+ export { SvgUser as default };
@@ -0,0 +1,17 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgView = 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 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8m-2.5 4a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ fillRule: "evenodd",
14
+ d: "M12 3C8.135 3 5.14 5.088 3.15 7.162a18 18 0 0 0-2.286 2.936c-.26.417-.46.785-.6 1.074a5 5 0 0 0-.169.388 2 2 0 0 0-.058.177A1 1 0 0 0 0 12c0 .116.025.216.037.263q.026.09.058.177.064.172.17.388c.138.289.34.657.599 1.074a18 18 0 0 0 2.285 2.936C5.14 18.912 8.135 21 12 21c3.864 0 6.86-2.088 8.85-4.162a18 18 0 0 0 2.286-2.936c.26-.417.46-.785.6-1.074q.105-.217.169-.388.033-.087.058-.177A1 1 0 0 0 24 12a1 1 0 0 0-.037-.263 2 2 0 0 0-.058-.177 5 5 0 0 0-.17-.388c-.139-.289-.34-.657-.599-1.074a18 18 0 0 0-2.285-2.936C18.86 5.088 15.865 3 12 3M1.615 12.177a4 4 0 0 1-.08-.177q.03-.072.08-.177c.113-.233.287-.554.523-.934a16.6 16.6 0 0 1 2.093-2.688C6.076 6.28 8.705 4.5 12 4.5s5.924 1.78 7.768 3.701c.788.822 1.49 1.723 2.094 2.688.236.38.41.701.523.934q.05.105.08.177-.038.09-.08.177a11 11 0 0 1-.523.934 16.6 16.6 0 0 1-2.093 2.688C17.924 17.72 15.294 19.5 12 19.5s-5.925-1.78-7.769-3.701a16.6 16.6 0 0 1-2.093-2.688 11 11 0 0 1-.523-.934"
15
+ }));
16
+
17
+ export { SvgView as default };
@@ -137,4 +137,13 @@ export { default as SwapVertical } from './SwapVertical.js';
137
137
  export { default as Tablet } from './Tablet.js';
138
138
  export { default as Tag } from './Tag.js';
139
139
  export { default as TextAlignCenter } from './TextAlignCenter.js';
140
+ export { default as TextAlignJustify } from './TextAlignJustify.js';
141
+ export { default as TextAlignLeft } from './TextAlignLeft.js';
142
+ export { default as TextAlignRight } from './TextAlignRight.js';
140
143
  export { default as Text } from './Text.js';
144
+ export { default as ThumbsDown } from './ThumbsDown.js';
145
+ export { default as ThumbsUp } from './ThumbsUp.js';
146
+ export { default as Trash } from './Trash.js';
147
+ export { default as Upload } from './Upload.js';
148
+ export { default as User } from './User.js';
149
+ export { default as View } from './View.js';
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignJustify = 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.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M2.75 17a.75.75 0 1 0 0 1.5h18.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignJustify as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignLeft = 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.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 0 0 0 1.5h14.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M2.75 17a.75.75 0 1 0 0 1.5h14.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignLeft as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignRight = 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.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5zm4 4a.75.75 0 0 0 0 1.5h14.5a.75.75 0 1 0 0-1.5zM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M6.75 17a.75.75 0 1 0 0 1.5h14.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignRight as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgThumbsDown = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: 23,
7
+ height: 22,
8
+ fill: "currentColor"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M13.456 21.349 17.429 13V0H4.949a2.75 2.75 0 0 0-2.72 2.337l-1.443 9.5A2.75 2.75 0 0 0 3.506 15h5.173a.25.25 0 0 1 .25.25v3.225A3.525 3.525 0 0 0 12.454 22a1.1 1.1 0 0 0 1.002-.651M18.929 0v13h.75a2.75 2.75 0 0 0 2.75-2.75v-7.5A2.75 2.75 0 0 0 19.679 0z"
11
+ }));
12
+
13
+ export { SvgThumbsDown as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgThumbsUp = 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: "M9.973 1.651 6 10v13h12.48a2.75 2.75 0 0 0 2.72-2.337l1.443-9.5A2.75 2.75 0 0 0 19.923 8H14.75a.25.25 0 0 1-.25-.25V4.525A3.526 3.526 0 0 0 10.975 1a1.1 1.1 0 0 0-1.002.651M4.5 23V10h-.75A2.75 2.75 0 0 0 1 12.75v7.5A2.75 2.75 0 0 0 3.75 23z"
11
+ }));
12
+
13
+ export { SvgThumbsUp as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTrash = 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: "M7 3.75V5H2.75a.75.75 0 0 0 0 1.5H4v13.75A2.75 2.75 0 0 0 6.75 23h10.5A2.75 2.75 0 0 0 20 20.25V6.5h1.25a.75.75 0 1 0 0-1.5H17V3.75A2.75 2.75 0 0 0 14.25 1h-4.5A2.75 2.75 0 0 0 7 3.75M9.75 2.5c-.69 0-1.25.56-1.25 1.25V5h7V3.75c0-.69-.56-1.25-1.25-1.25zm.53 6.72A.75.75 0 0 0 9 9.75v8.5a.75.75 0 1 0 1.5 0v-8.5a.75.75 0 0 0-.22-.53m4.5 0c.141.14.22.331.22.53v8.5a.75.75 0 1 1-1.5 0v-8.5a.75.75 0 0 1 1.28-.53"
12
+ }));
13
+
14
+ export { SvgTrash as default };
@@ -0,0 +1,15 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgUpload = 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: "M6.232 8.793a.75.75 0 0 0 1.06-.025l3.958-4.146V15.25a.75.75 0 1 0 1.5 0V4.622l3.957 4.146a.75.75 0 1 0 1.085-1.036l-5.25-5.5a.747.747 0 0 0-1.086.001l-5.249 5.5a.75.75 0 0 0 .025 1.06"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ d: "M2.75 14a.75.75 0 0 1 .75.75v4.5c0 .69.56 1.25 1.25 1.25h14.5c.69 0 1.25-.56 1.25-1.25v-4.5a.75.75 0 0 1 1.5 0v4.5A2.75 2.75 0 0 1 19.25 22H4.75A2.75 2.75 0 0 1 2 19.25v-4.5a.75.75 0 0 1 .75-.75"
13
+ }));
14
+
15
+ export { SvgUpload as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgUser = 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: "M7.25 7.75a4.75 4.75 0 1 1 9.5 0 4.75 4.75 0 0 1-9.5 0m-.651 7.56A9 9 0 0 1 12 13.5c1.944 0 3.835.635 5.401 1.81a9.4 9.4 0 0 1 3.315 4.717A.75.75 0 0 1 20 21H4a.75.75 0 0 1-.716-.973 9.4 9.4 0 0 1 3.315-4.718Z"
12
+ }));
13
+
14
+ export { SvgUser as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgView = 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.15 7.162C5.14 5.088 8.135 3 12 3s6.86 2.088 8.851 4.162a18 18 0 0 1 2.285 2.936c.259.417.46.785.599 1.074q.095.19.17.388.033.087.058.177c.012.047.037.147.037.263s-.025.216-.037.263q-.025.09-.058.177c-.042.113-.1.245-.169.388-.14.289-.34.657-.6 1.074a18 18 0 0 1-2.286 2.936C18.86 18.912 15.864 21 12 21c-3.865 0-6.86-2.088-8.851-4.162a18 18 0 0 1-2.285-2.936 12 12 0 0 1-.599-1.074 4 4 0 0 1-.17-.388 2 2 0 0 1-.058-.177A1 1 0 0 1 0 12q0-.134.037-.263.025-.09.058-.177.064-.171.169-.388c.14-.289.34-.657.6-1.074A18 18 0 0 1 3.15 7.162m6.022 2.01a4 4 0 1 1 5.656 5.656 4 4 0 0 1-5.656-5.656"
12
+ }));
13
+
14
+ export { SvgView as default };
@@ -137,4 +137,13 @@ export { default as SwapVertical } from './SwapVertical.js';
137
137
  export { default as Tablet } from './Tablet.js';
138
138
  export { default as Tag } from './Tag.js';
139
139
  export { default as TextAlignCenter } from './TextAlignCenter.js';
140
+ export { default as TextAlignJustify } from './TextAlignJustify.js';
141
+ export { default as TextAlignLeft } from './TextAlignLeft.js';
142
+ export { default as TextAlignRight } from './TextAlignRight.js';
140
143
  export { default as Text } from './Text.js';
144
+ export { default as ThumbsDown } from './ThumbsDown.js';
145
+ export { default as ThumbsUp } from './ThumbsUp.js';
146
+ export { default as Trash } from './Trash.js';
147
+ export { default as Upload } from './Upload.js';
148
+ export { default as User } from './User.js';
149
+ export { default as View } from './View.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "metal-icons",
3
3
  "private": false,
4
- "version": "0.1.22",
4
+ "version": "0.1.23",
5
5
  "description": "A flexible React icon library.",
6
6
  "keywords": [
7
7
  "icon-library",