metal-icons 0.1.21 → 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 (82) hide show
  1. package/README.md +4 -0
  2. package/dist/16/outline/Slash.js +14 -0
  3. package/dist/16/outline/Slider.js +13 -0
  4. package/dist/16/outline/Smartphone.js +16 -0
  5. package/dist/16/outline/Star.js +14 -0
  6. package/dist/16/outline/SwapHorizontal.js +14 -0
  7. package/dist/16/outline/SwapVertical.js +14 -0
  8. package/dist/16/outline/Tablet.js +16 -0
  9. package/dist/16/outline/Tag.js +16 -0
  10. package/dist/16/outline/Text.js +13 -0
  11. package/dist/16/outline/TextAlignCenter.js +13 -0
  12. package/dist/16/outline/TextAlignJustify.js +13 -0
  13. package/dist/16/outline/TextAlignLeft.js +13 -0
  14. package/dist/16/outline/TextAlignRight.js +13 -0
  15. package/dist/16/outline/ThumbsDown.js +14 -0
  16. package/dist/16/outline/ThumbsUp.js +14 -0
  17. package/dist/16/outline/Trash.js +16 -0
  18. package/dist/16/outline/Upload.js +15 -0
  19. package/dist/16/outline/User.js +14 -0
  20. package/dist/16/outline/View.js +17 -0
  21. package/dist/16/outline/index.esm.js +19 -0
  22. package/dist/16/solid/Slash.js +14 -0
  23. package/dist/16/solid/Slider.js +13 -0
  24. package/dist/16/solid/Smartphone.js +14 -0
  25. package/dist/16/solid/Star.js +13 -0
  26. package/dist/16/solid/SwapHorizontal.js +14 -0
  27. package/dist/16/solid/SwapVertical.js +14 -0
  28. package/dist/16/solid/Tablet.js +14 -0
  29. package/dist/16/solid/Tag.js +14 -0
  30. package/dist/16/solid/Text.js +13 -0
  31. package/dist/16/solid/TextAlignCenter.js +13 -0
  32. package/dist/16/solid/TextAlignJustify.js +13 -0
  33. package/dist/16/solid/TextAlignLeft.js +13 -0
  34. package/dist/16/solid/TextAlignRight.js +13 -0
  35. package/dist/16/solid/ThumbsDown.js +13 -0
  36. package/dist/16/solid/ThumbsUp.js +13 -0
  37. package/dist/16/solid/Trash.js +14 -0
  38. package/dist/16/solid/Upload.js +15 -0
  39. package/dist/16/solid/User.js +14 -0
  40. package/dist/16/solid/View.js +14 -0
  41. package/dist/16/solid/index.esm.js +19 -0
  42. package/dist/24/outline/Slash.js +14 -0
  43. package/dist/24/outline/Slider.js +13 -0
  44. package/dist/24/outline/Smartphone.js +16 -0
  45. package/dist/24/outline/Star.js +14 -0
  46. package/dist/24/outline/SwapHorizontal.js +14 -0
  47. package/dist/24/outline/SwapVertical.js +15 -0
  48. package/dist/24/outline/Tablet.js +16 -0
  49. package/dist/24/outline/Tag.js +16 -0
  50. package/dist/24/outline/Text.js +13 -0
  51. package/dist/24/outline/TextAlignCenter.js +13 -0
  52. package/dist/24/outline/TextAlignJustify.js +13 -0
  53. package/dist/24/outline/TextAlignLeft.js +13 -0
  54. package/dist/24/outline/TextAlignRight.js +13 -0
  55. package/dist/24/outline/ThumbsDown.js +14 -0
  56. package/dist/24/outline/ThumbsUp.js +14 -0
  57. package/dist/24/outline/Trash.js +16 -0
  58. package/dist/24/outline/Upload.js +15 -0
  59. package/dist/24/outline/User.js +14 -0
  60. package/dist/24/outline/View.js +17 -0
  61. package/dist/24/outline/index.esm.js +19 -0
  62. package/dist/24/solid/Slash.js +14 -0
  63. package/dist/24/solid/Slider.js +13 -0
  64. package/dist/24/solid/Smartphone.js +14 -0
  65. package/dist/24/solid/Star.js +13 -0
  66. package/dist/24/solid/SwapHorizontal.js +14 -0
  67. package/dist/24/solid/SwapVertical.js +15 -0
  68. package/dist/24/solid/Tablet.js +14 -0
  69. package/dist/24/solid/Tag.js +14 -0
  70. package/dist/24/solid/Text.js +13 -0
  71. package/dist/24/solid/TextAlignCenter.js +13 -0
  72. package/dist/24/solid/TextAlignJustify.js +13 -0
  73. package/dist/24/solid/TextAlignLeft.js +13 -0
  74. package/dist/24/solid/TextAlignRight.js +13 -0
  75. package/dist/24/solid/ThumbsDown.js +13 -0
  76. package/dist/24/solid/ThumbsUp.js +13 -0
  77. package/dist/24/solid/Trash.js +14 -0
  78. package/dist/24/solid/Upload.js +15 -0
  79. package/dist/24/solid/User.js +14 -0
  80. package/dist/24/solid/View.js +14 -0
  81. package/dist/24/solid/index.esm.js +19 -0
  82. package/package.json +8 -2
package/README.md CHANGED
@@ -28,3 +28,7 @@ function Button() {
28
28
  )
29
29
  }
30
30
  ```
31
+
32
+ ## License
33
+
34
+ Licensed under the MIT License, Copyright © 2023-present Jason Melgoza.
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgSlash = 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: "M11.126 2.601a.75.75 0 0 0-1.025.273l-5.5 9.5a.75.75 0 1 0 1.298.752l5.5-9.5a.75.75 0 0 0-.273-1.025"
12
+ }));
13
+
14
+ export { SvgSlash as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgSlider = 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.75 1a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0v-5.5A.75.75 0 0 1 2.75 1M2 10.5v3.75a.75.75 0 1 0 1.5 0V10.5h1a.75.75 0 1 0 0-1.5H1a.75.75 0 0 0 0 1.5zm6.5-2.75a.75.75 0 0 0-1.5 0v6.5a.75.75 0 1 0 1.5 0zM7.75 1a.75.75 0 0 1 .75.75V4.5h1a.75.75 0 1 1 0 1.5H6a.75.75 0 0 1 0-1.5h1V1.75A.75.75 0 0 1 7.75 1m6.75 9a.75.75 0 1 1 0 1.5h-1v2.75a.75.75 0 1 1-1.5 0V11.5h-1a.75.75 0 1 1 0-1.5zm-1.75-9a.75.75 0 0 1 .75.75v6.5a.75.75 0 1 1-1.5 0v-6.5a.75.75 0 0 1 .75-.75"
11
+ }));
12
+
13
+ export { SvgSlider as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgSmartphone = 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: "M7.293 11.293A1 1 0 0 1 8 11h.007a1 1 0 0 1 0 2H8a1 1 0 0 1-.707-1.707"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M2.659.659A2.25 2.25 0 0 1 4.25 0h7.5A2.25 2.25 0 0 1 14 2.25v11.5A2.25 2.25 0 0 1 11.75 16h-7.5A2.25 2.25 0 0 1 2 13.75V2.25c0-.597.237-1.169.659-1.591m1.06 1.06a.75.75 0 0 0-.219.531v11.5a.75.75 0 0 0 .75.75h7.5a.75.75 0 0 0 .75-.75V2.25a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.53.22Z"
14
+ }));
15
+
16
+ export { SvgSmartphone as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgStar = 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 .5a.75.75 0 0 1 .67.412l2.064 4.094 4.622.662a.75.75 0 0 1 .412 1.285l-3.335 3.18.786 4.488a.75.75 0 0 1-1.082.796L8 13.287l-4.137 2.13a.75.75 0 0 1-1.082-.796l.786-4.489-3.335-3.18a.75.75 0 0 1 .412-1.284l4.622-.662L7.33.912A.75.75 0 0 1 8 .5m0 2.416L6.43 6.03a.75.75 0 0 1-.564.405l-3.48.498 2.507 2.39a.75.75 0 0 1 .22.672l-.594 3.396 3.138-1.616a.75.75 0 0 1 .686 0l3.138 1.616-.595-3.396a.75.75 0 0 1 .221-.672l2.507-2.39-3.48-.498a.75.75 0 0 1-.563-.405z"
12
+ }));
13
+
14
+ export { SvgStar as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgSwapHorizontal = 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.55 1.26A.75.75 0 1 0 3.45.24L.2 3.74a.75.75 0 0 0 0 1.02l3.25 3.5a.75.75 0 0 0 1.1-1.02L2.47 5h12.78a.75.75 0 0 0 0-1.5H2.47zm6.9 7.5a.75.75 0 0 1 1.1-1.02l3.25 3.5a.75.75 0 0 1 0 1.02l-3.25 3.5a.75.75 0 1 1-1.1-1.02l2.08-2.24H.75a.75.75 0 0 1 0-1.5h12.78z"
12
+ }));
13
+
14
+ export { SvgSwapHorizontal as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgSwapVertical = 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: "M14.74 4.55a.75.75 0 1 0 1.02-1.1L12.26.2a.75.75 0 0 0-1.02 0l-3.5 3.25a.75.75 0 1 0 1.02 1.1L11 2.47v12.78a.75.75 0 0 0 1.5 0V2.47zm-7.5 6.9a.75.75 0 0 1 1.02 1.1l-3.5 3.25a.75.75 0 0 1-1.02 0l-3.5-3.25a.75.75 0 1 1 1.02-1.1l2.24 2.08V.75a.75.75 0 0 1 1.5 0v12.78z"
12
+ }));
13
+
14
+ export { SvgSwapVertical as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTablet = 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: "M7.291 11.293A1 1 0 0 1 7.995 11h.01c.264 0 .517.105.704.293A1.002 1.002 0 0 1 8.005 13h-.01a1 1 0 0 1-.704-.293 1 1 0 0 1 0-1.414"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M.659 1.659A2.25 2.25 0 0 1 2.25 1h11.5A2.25 2.25 0 0 1 16 3.25v9.5A2.25 2.25 0 0 1 13.75 15H2.25A2.25 2.25 0 0 1 0 12.75v-9.5c0-.597.237-1.169.659-1.591m1.06 1.06a.75.75 0 0 0-.219.531v9.5a.75.75 0 0 0 .75.75h11.5a.75.75 0 0 0 .75-.75v-9.5a.75.75 0 0 0-.75-.75H2.25a.75.75 0 0 0-.53.22Z"
14
+ }));
15
+
16
+ export { SvgTablet as default };
@@ -0,0 +1,16 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTag = 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: "M5 4a1 1 0 0 0 0 2h.006a1 1 0 0 0 0-2z"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M2.25 1C1.56 1 1 1.56 1 2.25v5.246c0 .596.237 1.169.659 1.59l5.383 5.384a2.25 2.25 0 0 0 3.182 0l4.246-4.246a2.25 2.25 0 0 0 0-3.182L9.087 1.66A2.25 2.25 0 0 0 7.496 1zm.25 6.496V2.5h4.996c.199 0 .39.08.53.22l5.383 5.383a.75.75 0 0 1 0 1.06L9.163 13.41a.75.75 0 0 1-1.06 0L2.72 8.026a.75.75 0 0 1-.22-.53"
14
+ }));
15
+
16
+ export { SvgTag as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgText = 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 2.75A.75.75 0 0 1 2.75 2h10a.75.75 0 0 1 .75.75v1.5a.75.75 0 1 1-1.5 0V3.5H8.5v9H10a.75.75 0 1 1 0 1.5H5.5a.75.75 0 1 1 0-1.5H7v-9H3.5v.75a.75.75 0 0 1-1.5 0z"
11
+ }));
12
+
13
+ export { SvgText as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignCenter = 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.5zm2 3a.75.75 0 0 0 0 1.5h8.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.75M3.75 12a.75.75 0 1 0 0 1.5h8.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignCenter as default };
@@ -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 };
@@ -128,3 +128,22 @@ export { default as ShieldX } from './ShieldX.js';
128
128
  export { default as Shield } from './Shield.js';
129
129
  export { default as ShoppingBag } from './ShoppingBag.js';
130
130
  export { default as ShoppingCart } from './ShoppingCart.js';
131
+ export { default as Slash } from './Slash.js';
132
+ export { default as Slider } from './Slider.js';
133
+ export { default as Smartphone } from './Smartphone.js';
134
+ export { default as Star } from './Star.js';
135
+ export { default as SwapHorizontal } from './SwapHorizontal.js';
136
+ export { default as SwapVertical } from './SwapVertical.js';
137
+ export { default as Tablet } from './Tablet.js';
138
+ export { default as Tag } from './Tag.js';
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';
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,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgSlash = 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: "M11.126 2.601a.75.75 0 0 0-1.025.273l-5.5 9.5a.75.75 0 1 0 1.298.752l5.5-9.5a.75.75 0 0 0-.273-1.025"
12
+ }));
13
+
14
+ export { SvgSlash as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgSlider = 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.75 1a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0v-5.5A.75.75 0 0 1 2.75 1M2 10.5v3.75a.75.75 0 1 0 1.5 0V10.5h1a.75.75 0 1 0 0-1.5H1a.75.75 0 0 0 0 1.5zm6.5-2.75a.75.75 0 0 0-1.5 0v6.5a.75.75 0 1 0 1.5 0zM7.75 1a.75.75 0 0 1 .75.75V4.5h1a.75.75 0 1 1 0 1.5H6a.75.75 0 0 1 0-1.5h1V1.75A.75.75 0 0 1 7.75 1m6.75 9a.75.75 0 1 1 0 1.5h-1v2.75a.75.75 0 1 1-1.5 0V11.5h-1a.75.75 0 1 1 0-1.5zm-1.75-9a.75.75 0 0 1 .75.75v6.5a.75.75 0 1 1-1.5 0v-6.5a.75.75 0 0 1 .75-.75"
11
+ }));
12
+
13
+ export { SvgSlider as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgSmartphone = 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 0A2.25 2.25 0 0 0 2 2.25v11.5A2.25 2.25 0 0 0 4.25 16h7.5A2.25 2.25 0 0 0 14 13.75V2.25A2.25 2.25 0 0 0 11.75 0zM8 11a1 1 0 0 0 0 2h.007a1 1 0 0 0 0-2z"
12
+ }));
13
+
14
+ export { SvgSmartphone as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgStar = 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.67.912a.75.75 0 0 0-1.34 0L5.266 5.006l-4.622.662a.75.75 0 0 0-.412 1.285l3.335 3.18-.786 4.488a.75.75 0 0 0 1.082.796L8 13.287l4.137 2.13a.75.75 0 0 0 1.082-.796l-.786-4.489 3.335-3.18a.75.75 0 0 0-.412-1.284l-4.622-.662z"
11
+ }));
12
+
13
+ export { SvgStar as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgSwapHorizontal = 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.55 1.26A.75.75 0 1 0 3.45.24L.2 3.74a.75.75 0 0 0 0 1.02l3.25 3.5a.75.75 0 0 0 1.1-1.02L2.47 5h12.78a.75.75 0 0 0 0-1.5H2.47zm6.9 7.5a.75.75 0 0 1 1.1-1.02l3.25 3.5a.75.75 0 0 1 0 1.02l-3.25 3.5a.75.75 0 1 1-1.1-1.02l2.08-2.24H.75a.75.75 0 0 1 0-1.5h12.78z"
12
+ }));
13
+
14
+ export { SvgSwapHorizontal as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgSwapVertical = 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: "M14.74 4.55a.75.75 0 1 0 1.02-1.1L12.26.2a.75.75 0 0 0-1.02 0l-3.5 3.25a.75.75 0 1 0 1.02 1.1L11 2.47v12.78a.75.75 0 0 0 1.5 0V2.47zm-7.5 6.9a.75.75 0 0 1 1.02 1.1l-3.5 3.25a.75.75 0 0 1-1.02 0l-3.5-3.25a.75.75 0 1 1 1.02-1.1l2.24 2.08V.75a.75.75 0 0 1 1.5 0v12.78z"
12
+ }));
13
+
14
+ export { SvgSwapVertical as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTablet = 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.25 1A2.25 2.25 0 0 0 0 3.25v9.5A2.25 2.25 0 0 0 2.25 15h11.5A2.25 2.25 0 0 0 16 12.75v-9.5A2.25 2.25 0 0 0 13.75 1zm5.745 10a1 1 0 0 0-.704.293A1.002 1.002 0 0 0 7.995 13h.01a1 1 0 0 0 .704-.293A1.002 1.002 0 0 0 8.005 11z"
12
+ }));
13
+
14
+ export { SvgTablet as default };
@@ -0,0 +1,14 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTag = 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 1h5.246a2.25 2.25 0 0 1 1.591.66l5.383 5.382a2.25 2.25 0 0 1 0 3.182l-4.246 4.246a2.25 2.25 0 0 1-3.182 0L1.659 9.086A2.25 2.25 0 0 1 1 7.496zm3.293 2.043A1 1 0 0 1 5 4h.006a1 1 0 0 1 0 2H5a1 1 0 0 1-.707-1.707"
12
+ }));
13
+
14
+ export { SvgTag as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgText = 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 2.75A.75.75 0 0 1 2.75 2h10a.75.75 0 0 1 .75.75v1.5a.75.75 0 1 1-1.5 0V3.5H8.5v9H10a.75.75 0 1 1 0 1.5H5.5a.75.75 0 1 1 0-1.5H7v-9H3.5v.75a.75.75 0 0 1-1.5 0z"
11
+ }));
12
+
13
+ export { SvgText as default };
@@ -0,0 +1,13 @@
1
+ import _extends from '@babel/runtime/helpers/extends';
2
+ import * as React from 'react';
3
+
4
+ const SvgTextAlignCenter = 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.5zm2 3a.75.75 0 0 0 0 1.5h8.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.75M3.75 12a.75.75 0 1 0 0 1.5h8.5a.75.75 0 1 0 0-1.5z"
11
+ }));
12
+
13
+ export { SvgTextAlignCenter as default };
@@ -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 };