@splunk/react-icons 5.7.0 → 5.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/Bell.js +2 -2
  2. package/BellDot.js +3 -3
  3. package/BellSlashed.js +3 -3
  4. package/CHANGELOG.md +20 -0
  5. package/CloudArrowInRight.js +1 -1
  6. package/CloudArrowOutRight.d.ts +2 -0
  7. package/CloudArrowOutRight.js +150 -0
  8. package/CloudNodesInside.js +3 -3
  9. package/CogChevronSlashWrench.d.ts +2 -0
  10. package/CogChevronSlashWrench.js +158 -0
  11. package/CursorArrowClicking.js +9 -9
  12. package/EraserUnderline.d.ts +2 -0
  13. package/EraserUnderline.js +154 -0
  14. package/FilterArrowDown.js +4 -4
  15. package/FilterArrowUp.js +2 -2
  16. package/FilterArrowUpDown.js +2 -2
  17. package/FingerPointClicking.js +5 -5
  18. package/HeartRibbon.js +1 -1
  19. package/KubernetesHelm.js +2 -2
  20. package/LayersDoubleTransparent.js +1 -1
  21. package/LayoutStacked.d.ts +2 -0
  22. package/LayoutStacked.js +166 -0
  23. package/MultipleFolders.d.ts +2 -0
  24. package/{MutipleFolders.js → MultipleFolders.js} +2 -2
  25. package/NodeFollowFour.js +1 -1
  26. package/PhoneReceiverAngledSlashed.js +2 -2
  27. package/RectangularsArrowInto.js +1 -1
  28. package/RobotFaceWrench.d.ts +2 -0
  29. package/RobotFaceWrench.js +156 -0
  30. package/ServersWrench.d.ts +2 -0
  31. package/ServersWrench.js +162 -0
  32. package/Snowflake.js +1 -1
  33. package/TextLambdaBroad.js +4 -4
  34. package/Waves.d.ts +2 -0
  35. package/Waves.js +144 -0
  36. package/WeightingScale.js +1 -1
  37. package/WiFiSignalSlash.js +2 -2
  38. package/icon-catalog.json +87 -4
  39. package/package.json +1 -1
  40. package/types/icons/CloudArrowInRight.d.ts +1 -1
  41. package/types/icons/CloudArrowOutRight.d.ts +17 -0
  42. package/types/icons/CloudNodesInside.d.ts +1 -1
  43. package/types/icons/CogChevronSlashWrench.d.ts +17 -0
  44. package/types/icons/EraserUnderline.d.ts +17 -0
  45. package/types/icons/LayoutStacked.d.ts +17 -0
  46. package/types/icons/{MutipleFolders.d.ts → MultipleFolders.d.ts} +2 -2
  47. package/types/icons/RobotFaceWrench.d.ts +17 -0
  48. package/types/icons/ServersWrench.d.ts +17 -0
  49. package/types/icons/Waves.d.ts +17 -0
  50. package/MutipleFolders.d.ts +0 -2
@@ -0,0 +1,154 @@
1
+ /******/ (() => {
2
+ // webpackBootstrap
3
+ /******/ "use strict";
4
+ /******/ // The require scope
5
+ /******/ var e = {};
6
+ /******/
7
+ /************************************************************************/
8
+ /******/ /* webpack/runtime/compat get default export */
9
+ /******/ (() => {
10
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
11
+ /******/ e.n = r => {
12
+ /******/ var t = r && r.__esModule ?
13
+ /******/ () => r["default"]
14
+ /******/ : () => r
15
+ /******/;
16
+ e.d(t, {
17
+ a: t
18
+ });
19
+ /******/ return t;
20
+ /******/ };
21
+ /******/ })();
22
+ /******/
23
+ /******/ /* webpack/runtime/define property getters */
24
+ /******/ (() => {
25
+ /******/ // define getter functions for harmony exports
26
+ /******/ e.d = (r, t) => {
27
+ /******/ for (var n in t) {
28
+ /******/ if (e.o(t, n) && !e.o(r, n)) {
29
+ /******/ Object.defineProperty(r, n, {
30
+ enumerable: true,
31
+ get: t[n]
32
+ });
33
+ /******/ }
34
+ /******/ }
35
+ /******/ };
36
+ /******/ })();
37
+ /******/
38
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
39
+ /******/ (() => {
40
+ /******/ e.o = (e, r) => Object.prototype.hasOwnProperty.call(e, r)
41
+ /******/;
42
+ })();
43
+ /******/
44
+ /******/ /* webpack/runtime/make namespace object */
45
+ /******/ (() => {
46
+ /******/ // define __esModule on exports
47
+ /******/ e.r = e => {
48
+ /******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
49
+ /******/ Object.defineProperty(e, Symbol.toStringTag, {
50
+ value: "Module"
51
+ });
52
+ /******/ }
53
+ /******/ Object.defineProperty(e, "__esModule", {
54
+ value: true
55
+ });
56
+ /******/ };
57
+ /******/ })();
58
+ /******/
59
+ /************************************************************************/ var r = {};
60
+ // ESM COMPAT FLAG
61
+ e.r(r);
62
+ // EXPORTS
63
+ e.d(r, {
64
+ default: () => /* binding */ C
65
+ });
66
+ // CONCATENATED MODULE: external "react"
67
+ const t = require("react");
68
+ var n = e.n(t);
69
+ // CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
70
+ const l = require("@splunk/react-icons/IconProvider");
71
+ // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
72
+ const a = require("@splunk/react-icons/SVG");
73
+ var o = e.n(a);
74
+ // CONCATENATED MODULE: ./src/icons/EraserUnderline.tsx
75
+ function u(e, r) {
76
+ if (null == e) return {};
77
+ var t, n, l = i(e, r);
78
+ if (Object.getOwnPropertySymbols) {
79
+ var a = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < a.length; n++) {
81
+ t = a[n], -1 === r.indexOf(t) && {}.propertyIsEnumerable.call(e, t) && (l[t] = e[t]);
82
+ }
83
+ }
84
+ return l;
85
+ }
86
+ function i(e, r) {
87
+ if (null == e) return {};
88
+ var t = {};
89
+ for (var n in e) {
90
+ if ({}.hasOwnProperty.call(e, n)) {
91
+ if (-1 !== r.indexOf(n)) continue;
92
+ t[n] = e[n];
93
+ }
94
+ }
95
+ return t;
96
+ }
97
+ // This file is auto-generated.
98
+ // Do not edit this file manually. Changes will be lost upon regeneration.
99
+ // To modify the icon file template, update 'scripts/templates.ts'.
100
+ var c = new Map;
101
+ c.set("outlined", (function() {
102
+
103
+ return n().createElement(n().Fragment, null, n().createElement("path", {
104
+ d: "M19.998 19.0004C20.5503 19.0004 20.998 19.4481 20.998 20.0004C20.9978 20.5525 20.5502 21.0004 19.998 21.0004H3.99805C3.4459 21.0004 2.99827 20.5525 2.99805 20.0004C2.99805 19.4481 3.44576 19.0004 3.99805 19.0004H19.998Z"
105
+ }), n().createElement("path", {
106
+ fillRule: "evenodd",
107
+ clipRule: "evenodd",
108
+ d: "M11.4883 3.3539C12.4646 2.37762 14.0471 2.37765 15.0234 3.3539L18.5068 6.83632C19.4831 7.81259 19.483 9.39613 18.5068 10.3725L12.7871 16.0932C11.0298 17.8506 8.18027 17.8505 6.42285 16.0932L5.76855 15.4389C4.01128 13.6816 4.01139 10.832 5.76855 9.0746L11.4883 3.3539ZM7.18262 10.4887C6.20642 11.465 6.20635 13.0485 7.18262 14.0248L7.83691 14.6791C8.81328 15.6554 10.3968 15.6555 11.373 14.6791L11.7266 14.3246L7.53711 10.1352L7.18262 10.4887ZM13.6094 4.76796C13.4141 4.57277 13.0976 4.57273 12.9023 4.76796L8.95117 8.72011L13.1416 12.9105L17.0928 8.95839C17.2879 8.76325 17.2877 8.44665 17.0928 8.25136L13.6094 4.76796Z"
109
+ }));
110
+ }));
111
+ c.set("filled", (function() {
112
+
113
+ return n().createElement(n().Fragment, null, n().createElement("path", {
114
+ d: "M19.998 19.0004C20.5503 19.0004 20.998 19.4481 20.998 20.0004C20.9978 20.5525 20.5502 21.0004 19.998 21.0004H3.99805C3.44591 21.0004 2.99828 20.5525 2.99805 20.0004C2.99805 19.4481 3.44576 19.0004 3.99805 19.0004H19.998Z"
115
+ }), n().createElement("path", {
116
+ fillRule: "evenodd",
117
+ clipRule: "evenodd",
118
+ d: "M11.4883 3.35389C12.4645 2.37761 14.0471 2.37767 15.0234 3.35389L18.5068 6.83631C19.4831 7.81257 19.483 9.39611 18.5068 10.3724L12.7871 16.0931C11.0298 17.8506 8.18026 17.8505 6.42285 16.0931L5.76855 15.4388C4.01128 13.6816 4.01139 10.832 5.76855 9.07459L11.4883 3.35389ZM7.18262 10.4887C6.20642 11.465 6.20635 13.0485 7.18262 14.0248L7.83691 14.6791C8.81327 15.6554 10.3968 15.6555 11.373 14.6791L11.7266 14.3246L7.53711 10.1351L7.18262 10.4887Z"
119
+ }));
120
+ }));
121
+ var d = [ "default", "outlined", "filled" ];
122
+ var f = function e(r) {
123
+ return d.indexOf(r) >= 0;
124
+ };
125
+ var v = function e(r) {
126
+ return r === "default" || r && !f(r) ? "outlined" : r;
127
+ };
128
+ /**
129
+ * @description Delete rich text styling, decorations, markers, font-weight, reset to default
130
+ * @category Actions
131
+ * @keywords markdown, string, clear format, remove, editing
132
+ * @variants outlined,filled
133
+ */ var s = function e(r) {
134
+ var a = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
135
+ var s = v(d);
136
+ var C = "eraserunderline-".concat(s);
137
+ var p = (0, t.useContext)(l.IconContext);
138
+ var L = c.get(s);
139
+ if (false) {}
140
+ if (p && L) {
141
+ var m = p.toRender, y = p.addIcon;
142
+ y(C, L());
143
+ if (!m) {
144
+ return null;
145
+ }
146
+ }
147
+
148
+ return n().createElement(o(), f, a, p ? n().createElement("use", {
149
+ href: "#".concat(C)
150
+ }) : !!L && L());
151
+ };
152
+ /* harmony default export */ const C = s;
153
+ module.exports = r;
154
+ /******/})();
@@ -101,19 +101,19 @@
101
101
  c.set("outlined", (function() {
102
102
 
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
- d: "M19 12.0029C19.5522 12.0031 20 12.4507 20 13.0029V18.5879L21.293 17.2959C21.6836 16.9057 22.3167 16.9055 22.707 17.2959C23.097 17.6865 23.0973 18.3197 22.707 18.71L20.0605 21.3545L19.9463 21.457C19.3966 21.9051 18.6035 21.905 18.0537 21.457L17.9394 21.3545L15.293 18.71C14.9026 18.3196 14.9027 17.6865 15.293 17.2959C15.6833 16.9056 16.3164 16.9057 16.707 17.2959L18 18.5879V13.0029C18 12.4506 18.4477 12.0029 19 12.0029Z"
104
+ d: "M19 12.0029C19.5522 12.0031 20 12.4507 20 13.0029V18.5879L21.293 17.2959C21.6836 16.9057 22.3167 16.9055 22.707 17.2959C23.097 17.6865 23.0973 18.3197 22.707 18.71L20.0606 21.3545L19.9463 21.457C19.3966 21.9051 18.6035 21.905 18.0537 21.457L17.9395 21.3545L15.293 18.71C14.9026 18.3196 14.9028 17.6865 15.293 17.2959C15.6833 16.9056 16.3165 16.9057 16.707 17.2959L18 18.5879V13.0029C18 12.4506 18.4477 12.0029 19 12.0029Z"
105
105
  }), n().createElement("path", {
106
106
  fillRule: "evenodd",
107
107
  clipRule: "evenodd",
108
- d: "M17.4922 3.00293C18.758 3.00295 19.4543 4.47391 18.6523 5.45312L12.998 12.3535V16.9697C12.998 17.4083 12.806 17.8254 12.4726 18.1104L9.47265 20.6748C8.49935 21.5064 6.99833 20.8154 6.99804 19.5352V12.3535L1.34374 5.45312C0.542439 4.47413 1.23879 3.00359 2.5039 3.00293H17.4922ZM8.65819 11.2246C8.87788 11.4927 8.99804 11.8292 8.99804 12.1758V18.4492L10.998 16.7393V12.1758C10.998 11.8292 11.1183 11.4927 11.3379 11.2246L16.4365 5.00293H3.55956L8.65819 11.2246Z"
108
+ d: "M17.4922 3.00293C18.758 3.00295 19.4544 4.47391 18.6523 5.45312L12.9981 12.3535V16.9697C12.9981 17.4083 12.806 17.8254 12.4727 18.1104L9.47266 20.6748C8.49937 21.5064 6.99835 20.8154 6.99805 19.5352V12.3535L1.34376 5.45312C0.542454 4.47413 1.2388 3.00359 2.50391 3.00293H17.4922ZM8.65821 11.2246C8.8779 11.4927 8.99805 11.8292 8.99805 12.1758V18.4492L10.9981 16.7393V12.1758C10.9981 11.8292 11.1183 11.4927 11.3379 11.2246L16.4365 5.00293H3.55958L8.65821 11.2246Z"
109
109
  }));
110
110
  }));
111
111
  c.set("filled", (function() {
112
112
 
113
113
  return n().createElement(n().Fragment, null, n().createElement("path", {
114
- d: "M19 12.0029C19.5522 12.0031 20 12.4507 20 13.0029V18.5879L21.293 17.2959C21.6836 16.9057 22.3167 16.9055 22.707 17.2959C23.097 17.6865 23.0973 18.3197 22.707 18.71L20.0605 21.3545L19.9463 21.457C19.3966 21.9051 18.6035 21.905 18.0537 21.457L17.9394 21.3545L15.293 18.71C14.9026 18.3196 14.9027 17.6865 15.293 17.2959C15.6833 16.9056 16.3164 16.9057 16.707 17.2959L18 18.5879V13.0029C18 12.4506 18.4477 12.0029 19 12.0029Z"
114
+ d: "M19 12.0029C19.5522 12.0031 20 12.4507 20 13.0029V18.5879L21.293 17.2959C21.6836 16.9057 22.3167 16.9055 22.707 17.2959C23.097 17.6865 23.0973 18.3197 22.707 18.71L20.0606 21.3545L19.9463 21.457C19.3966 21.9051 18.6035 21.905 18.0537 21.457L17.9395 21.3545L15.293 18.71C14.9026 18.3196 14.9028 17.6865 15.293 17.2959C15.6833 16.9056 16.3165 16.9057 16.707 17.2959L18 18.5879V13.0029C18 12.4506 18.4477 12.0029 19 12.0029Z"
115
115
  }), n().createElement("path", {
116
- d: "M17.4922 3.00293C18.758 3.00295 19.4543 4.47391 18.6523 5.45312L12.998 12.3535V16.9697C12.998 17.4083 12.806 17.8254 12.4726 18.1104L9.47265 20.6748C8.49935 21.5064 6.99833 20.8154 6.99804 19.5352V12.3535L1.34374 5.45312C0.542439 4.47413 1.23879 3.00359 2.5039 3.00293H17.4922Z"
116
+ d: "M17.4922 3.00293C18.758 3.00295 19.4544 4.47391 18.6523 5.45312L12.9981 12.3535V16.9697C12.9981 17.4083 12.806 17.8254 12.4727 18.1104L9.47266 20.6748C8.49937 21.5064 6.99835 20.8154 6.99805 19.5352V12.3535L1.34376 5.45312C0.542454 4.47413 1.2388 3.00359 2.50391 3.00293H17.4922Z"
117
117
  }));
118
118
  }));
119
119
  var d = [ "default", "outlined", "filled" ];
package/FilterArrowUp.js CHANGED
@@ -111,9 +111,9 @@
111
111
  c.set("filled", (function() {
112
112
 
113
113
  return n().createElement(n().Fragment, null, n().createElement("path", {
114
- d: "M18.0537 12.5459C18.6035 12.098 19.3966 12.0978 19.9463 12.5459L20.0606 12.6484L22.7071 15.293C23.0973 15.6833 23.0971 16.3164 22.7071 16.707C22.3167 17.0974 21.6836 17.0972 21.293 16.707L20 15.415V21C20 21.5522 19.5522 21.9999 19 22C18.4477 22 18 21.5523 18 21V15.415L16.7071 16.707C16.3165 17.0972 15.6834 17.0974 15.293 16.707C14.9028 16.3164 14.9026 15.6833 15.293 15.293L17.9395 12.6484L18.0537 12.5459Z"
114
+ d: "M18.0537 12.5459C18.6035 12.098 19.3966 12.0978 19.9463 12.5459L20.0605 12.6484L22.707 15.293C23.0973 15.6833 23.097 16.3164 22.707 16.707C22.3167 17.0974 21.6836 17.0972 21.293 16.707L20 15.415V21C20 21.5522 19.5522 21.9999 19 22C18.4477 22 18 21.5523 18 21V15.415L16.707 16.707C16.3164 17.0972 15.6833 17.0974 15.293 16.707C14.9027 16.3164 14.9026 15.6833 15.293 15.293L17.9394 12.6484L18.0537 12.5459Z"
115
115
  }), n().createElement("path", {
116
- d: "M17.4922 3.00293C18.758 3.00295 19.4544 4.47391 18.6524 5.45312L12.9981 12.3535V16.9697C12.9981 17.4083 12.806 17.8254 12.4727 18.1104L9.47268 20.6748C8.49938 21.5064 6.99836 20.8154 6.99807 19.5352V12.3535L1.34377 5.45312C0.54247 4.47413 1.23882 3.00359 2.50393 3.00293H17.4922Z"
116
+ d: "M17.4922 3.00293C18.758 3.00295 19.4543 4.47391 18.6523 5.45312L12.998 12.3535V16.9697C12.998 17.4083 12.806 17.8254 12.4726 18.1104L9.47265 20.6748C8.49935 21.5064 6.99833 20.8154 6.99804 19.5352V12.3535L1.34374 5.45312C0.542439 4.47413 1.23879 3.00359 2.5039 3.00293H17.4922Z"
117
117
  }));
118
118
  }));
119
119
  var d = [ "default", "outlined", "filled" ];
@@ -101,11 +101,11 @@
101
101
  c.set("outlined", (function() {
102
102
 
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
- d: "M18.0535 10.5459C18.6033 10.0979 19.3964 10.0978 19.9461 10.5459L20.0604 10.6484L22.7069 13.293C23.0972 13.6833 23.097 14.3164 22.7069 14.707C22.3165 15.0974 21.6834 15.0972 21.2928 14.707L19.9998 13.415V18.5879L21.2928 17.2959C21.6834 16.9057 22.3165 16.9055 22.7069 17.2959C23.097 17.6865 23.0972 18.3196 22.7069 18.71L20.0604 21.3545L19.9461 21.457C19.3964 21.9051 18.6033 21.9051 18.0535 21.457L17.9393 21.3545L15.2928 18.71C14.9024 18.3196 14.9026 17.6865 15.2928 17.2959C15.6832 16.9055 16.3163 16.9057 16.7069 17.2959L17.9998 18.5879V13.415L16.7069 14.707C16.3163 15.0972 15.6832 15.0974 15.2928 14.707C14.9026 14.3164 14.9024 13.6833 15.2928 13.293L17.9393 10.6484L18.0535 10.5459Z"
104
+ d: "M18.0535 10.5459C18.6032 10.0979 19.3964 10.0978 19.9461 10.5459L20.0603 10.6484L22.7068 13.293C23.0972 13.6833 23.0969 14.3164 22.7068 14.707C22.3165 15.0974 21.6834 15.0972 21.2928 14.707L19.9998 13.415V18.5879L21.2928 17.2959C21.6834 16.9057 22.3165 16.9055 22.7068 17.2959C23.0969 17.6865 23.0972 18.3196 22.7068 18.71L20.0603 21.3545L19.9461 21.457C19.3964 21.9051 18.6032 21.9051 18.0535 21.457L17.9392 21.3545L15.2928 18.71C14.9024 18.3196 14.9026 17.6865 15.2928 17.2959C15.6831 16.9055 16.3162 16.9057 16.7068 17.2959L17.9998 18.5879V13.415L16.7068 14.707C16.3162 15.0972 15.6831 15.0974 15.2928 14.707C14.9026 14.3164 14.9024 13.6833 15.2928 13.293L17.9392 10.6484L18.0535 10.5459Z"
105
105
  }), n().createElement("path", {
106
106
  fillRule: "evenodd",
107
107
  clipRule: "evenodd",
108
- d: "M17.493 3.00293C18.7585 3.00321 19.4549 4.474 18.6531 5.45312L12.9988 12.3535V16.9697C12.9988 17.4082 12.8066 17.8254 12.4735 18.1104L9.47346 20.6748C8.50017 21.5067 6.99914 20.8155 6.99885 19.5352V12.3535L1.34455 5.45312C0.542881 4.47402 1.23923 3.00326 2.50471 3.00293H17.493ZM8.659 11.2246C8.8786 11.4927 8.99885 11.8292 8.99885 12.1758V18.4492L10.9988 16.7393V12.1758C10.9988 11.8292 11.119 11.4927 11.3387 11.2246L16.4373 5.00293H3.56037L8.659 11.2246Z"
108
+ d: "M17.493 3.00293C18.7585 3.00321 19.4548 4.474 18.6531 5.45312L12.9988 12.3535V16.9697C12.9988 17.4082 12.8066 17.8254 12.4734 18.1104L9.47342 20.6748C8.50014 21.5067 6.99911 20.8155 6.99882 19.5352V12.3535L1.34452 5.45312C0.542851 4.47402 1.2392 3.00326 2.50467 3.00293H17.493ZM8.65897 11.2246C8.87857 11.4927 8.99882 11.8292 8.99882 12.1758V18.4492L10.9988 16.7393V12.1758C10.9988 11.8292 11.119 11.4927 11.3387 11.2246L16.4373 5.00293H3.56034L8.65897 11.2246Z"
109
109
  }));
110
110
  }));
111
111
  c.set("filled", (function() {
@@ -103,15 +103,15 @@
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M11.0004 4C12.6572 4 14.0004 5.34315 14.0004 7V10.5H16.5004C18.4333 10.5 20.0004 12.067 20.0004 14V16C20.0004 16.5511 19.8266 17.1832 19.6322 17.7422C19.4288 18.3269 19.1635 18.9404 18.9057 19.4883C18.6466 20.0388 18.3885 20.5389 18.1957 20.9004C18.0991 21.0815 18.0183 21.2293 17.9613 21.332C17.9329 21.3833 17.9096 21.4234 17.8939 21.4512C17.8861 21.465 17.8797 21.4759 17.8754 21.4834C17.8733 21.4871 17.8717 21.4901 17.8705 21.4922L17.8695 21.4951L17.8686 21.4961L17.5805 22H7.50039V19.999L7.2211 19.79C6.24977 19.0615 5.42126 18.1595 4.77774 17.1299L4.21133 16.2246C3.33637 14.8242 3.70169 12.9843 5.04532 12.0244C5.94205 11.3839 7.05379 11.2884 8.00039 11.6572V7C8.00039 5.34323 9.34366 4.00014 11.0004 4ZM11.0004 6C10.4482 6.00014 10.0004 6.4478 10.0004 7V13.7461C10.0004 14.8316 8.57055 15.2276 8.01211 14.2969L7.82754 13.9893C7.48946 13.4259 6.74307 13.2706 6.2084 13.6523C5.72458 13.9981 5.59251 14.6607 5.90762 15.165L6.47305 16.0703C6.98594 16.8909 7.64713 17.6098 8.42129 18.1904L8.90078 18.5498C9.2784 18.8331 9.50039 19.2779 9.50039 19.75V20H16.4076C16.4148 19.9865 16.4226 19.9729 16.4301 19.959C16.6123 19.6174 16.8543 19.1485 17.0951 18.6367C17.3372 18.1223 17.572 17.5791 17.7436 17.0859C17.9241 16.5669 18.0004 16.1988 18.0004 16V14C18.0004 13.1716 17.3289 12.5 16.5004 12.5H13.5004C12.6721 12.4999 12.0004 11.8283 12.0004 11V7C12.0004 6.44772 11.5527 6 11.0004 6Z"
106
+ d: "M11.0003 4C12.6572 4 14.0003 5.34315 14.0003 7V10.5H16.5003C18.4333 10.5 20.0003 12.067 20.0003 14V16C20.0003 16.5511 19.8266 17.1832 19.6322 17.7422C19.4288 18.3269 19.1634 18.9404 18.9056 19.4883C18.6465 20.0388 18.3884 20.5389 18.1956 20.9004C18.0991 21.0815 18.0182 21.2293 17.9613 21.332C17.9328 21.3833 17.9096 21.4234 17.8939 21.4512C17.8861 21.465 17.8796 21.4759 17.8753 21.4834C17.8733 21.4871 17.8716 21.4901 17.8705 21.4922L17.8695 21.4951L17.8685 21.4961L17.5804 22H7.50033V19.999L7.22104 19.79C6.2497 19.0615 5.4212 18.1595 4.77768 17.1299L4.21127 16.2246C3.33631 14.8242 3.70163 12.9843 5.04525 12.0244C5.94199 11.3839 7.05373 11.2884 8.00033 11.6572V7C8.00033 5.34323 9.3436 4.00014 11.0003 4ZM11.0003 6C10.4482 6.00014 10.0003 6.4478 10.0003 7V13.7461C10.0003 14.8316 8.57049 15.2276 8.01205 14.2969L7.82748 13.9893C7.4894 13.4259 6.74301 13.2706 6.20834 13.6523C5.72452 13.9981 5.59245 14.6607 5.90756 15.165L6.47299 16.0703C6.98588 16.8909 7.64707 17.6098 8.42123 18.1904L8.90072 18.5498C9.27834 18.8331 9.50033 19.2779 9.50033 19.75V20H16.4076C16.4148 19.9865 16.4226 19.9729 16.43 19.959C16.6122 19.6174 16.8542 19.1485 17.0951 18.6367C17.3371 18.1223 17.5719 17.5791 17.7435 17.0859C17.924 16.5669 18.0003 16.1988 18.0003 16V14C18.0003 13.1716 17.3288 12.5 16.5003 12.5H13.5003C12.672 12.4999 12.0003 11.8283 12.0003 11V7C12.0003 6.44772 11.5526 6 11.0003 6Z"
107
107
  }), n().createElement("path", {
108
- d: "M5.19961 5C5.86235 5 6.39981 5.53745 6.39981 6.2002C6.3997 6.86285 5.86229 7.40039 5.19961 7.40039C4.53713 7.40016 4.0005 6.86271 4.00039 6.2002C4.00039 5.5376 4.53707 5.00023 5.19961 5Z"
108
+ d: "M5.19955 5C5.86229 5 6.39975 5.53745 6.39975 6.2002C6.39964 6.86285 5.86223 7.40039 5.19955 7.40039C4.53707 7.40016 4.00044 6.86271 4.00033 6.2002C4.00033 5.5376 4.53701 5.00023 5.19955 5Z"
109
109
  }), n().createElement("path", {
110
- d: "M16.1996 4C16.8624 4 17.3998 4.53745 17.3998 5.2002C17.3997 5.86285 16.8623 6.40039 16.1996 6.40039C15.5371 6.40016 15.0005 5.86271 15.0004 5.2002C15.0004 4.5376 15.5371 4.00023 16.1996 4Z"
110
+ d: "M16.1996 4C16.8623 4 17.3997 4.53745 17.3997 5.2002C17.3996 5.86285 16.8622 6.40039 16.1996 6.40039C15.5371 6.40016 15.0004 5.86271 15.0003 5.2002C15.0003 4.5376 15.537 4.00023 16.1996 4Z"
111
111
  }), n().createElement("path", {
112
- d: "M8.19961 1C8.86235 1 9.39981 1.53745 9.39981 2.2002C9.3997 2.86285 8.86229 3.40039 8.19961 3.40039C7.53713 3.40016 7.0005 2.86271 7.00039 2.2002C7.00039 1.5376 7.53707 1.00023 8.19961 1Z"
112
+ d: "M8.19955 1C8.86229 1 9.39975 1.53745 9.39975 2.2002C9.39964 2.86285 8.86223 3.40039 8.19955 3.40039C7.53707 3.40016 7.00044 2.86271 7.00033 2.2002C7.00033 1.5376 7.537 1.00023 8.19955 1Z"
113
113
  }), n().createElement("path", {
114
- d: "M13.1996 1C13.8624 1 14.3998 1.53745 14.3998 2.2002C14.3997 2.86285 13.8623 3.40039 13.1996 3.40039C12.5371 3.40016 12.0005 2.86271 12.0004 2.2002C12.0004 1.5376 12.5371 1.00023 13.1996 1Z"
114
+ d: "M13.1996 1C13.8623 1 14.3997 1.53745 14.3997 2.2002C14.3996 2.86285 13.8622 3.40039 13.1996 3.40039C12.5371 3.40016 12.0004 2.86271 12.0003 2.2002C12.0003 1.5376 12.537 1.00023 13.1996 1Z"
115
115
  }));
116
116
  }));
117
117
  u.set("filled", (function() {
package/HeartRibbon.js CHANGED
@@ -103,7 +103,7 @@
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M14.8224 4.70256L12.7162 6.86399C12.528 7.05715 12.2697 7.16609 12 7.1661C11.7304 7.16611 11.4721 7.05719 11.2839 6.86405L9.17767 4.70295C8.63498 4.16284 7.82759 3.86108 6.97218 3.86108C6.11458 3.86108 5.30525 4.16439 4.76253 4.70711C3.6345 5.83514 3.6345 7.7191 4.76253 8.84713L7.66801 11.7538L12 15.2191L16.332 11.7538L19.2373 8.84728C20.3654 7.71925 20.3655 5.83501 19.2375 4.70698C18.6947 4.16424 17.8854 3.86089 17.0278 3.86084C16.1724 3.86079 15.365 4.16249 14.8224 4.70256ZM16.8803 13.8763L13.4325 16.6343L15.4599 18.9996L19 18.9996V16.2803L16.8803 13.8763ZM10.5675 16.6343L7.11968 13.8763L5.00001 16.2803V18.9996H8.54007L10.5675 16.6343ZM5.62897 12.5429L3.34832 10.2613C1.43938 8.35225 1.43929 5.20192 3.34832 3.29289C4.32415 2.31706 5.6723 1.86108 6.97218 1.86108C8.27207 1.86108 9.62021 2.31706 10.5961 3.29289L10.6052 3.30199L11.9999 4.73327L13.4039 3.29247C14.3798 2.31661 15.728 1.86077 17.0279 1.86084C18.3278 1.86091 19.6759 2.31696 20.6517 3.29277C22.5608 5.20185 22.5608 8.35227 20.6517 10.2613L18.371 12.5429L20.7501 15.2411C20.9111 15.4237 21 15.6589 21 15.9024V19.9996C21 20.5519 20.5523 20.9996 20 20.9996L15 20.9996C14.7081 20.9996 14.4307 20.8721 14.2407 20.6504L12 18.0362L9.75926 20.6504C9.56928 20.8721 9.29193 20.9996 9 20.9996H4.00001C3.44772 20.9996 3.00001 20.5519 3.00001 19.9996V15.9024C3.00001 15.6589 3.08887 15.4237 3.24993 15.2411L5.62897 12.5429Z"
106
+ d: "M14.8224 4.70256L12.7162 6.86399C12.528 7.05715 12.2697 7.16609 12 7.1661C11.7303 7.16611 11.4721 7.05719 11.2839 6.86405L9.17766 4.70295C8.63497 4.16284 7.82758 3.86108 6.97218 3.86108C6.11458 3.86108 5.30524 4.16439 4.76253 4.70711C3.6345 5.83514 3.6345 7.7191 4.76253 8.84713L7.66801 11.7538L12 15.2191L16.332 11.7538L19.2373 8.84728C20.3654 7.71925 20.3655 5.83501 19.2375 4.70698C18.6947 4.16424 17.8854 3.86089 17.0278 3.86084C16.1724 3.86079 15.365 4.16249 14.8224 4.70256ZM16.8803 13.8763L13.4325 16.6343L15.4599 18.9996L19 18.9996V16.2803L16.8803 13.8763ZM10.5675 16.6343L7.11968 13.8763L5 16.2803V18.9996H8.54006L10.5675 16.6343ZM5.62896 12.5429L3.34831 10.2613C1.43938 8.35225 1.43928 5.20192 3.34831 3.29289C4.32415 2.31706 5.6723 1.86108 6.97218 1.86108C8.27206 1.86108 9.62021 2.31706 10.596 3.29289L10.6051 3.30199L11.9999 4.73327L13.4039 3.29247C14.3798 2.31661 15.728 1.86077 17.0279 1.86084C18.3278 1.86091 19.6759 2.31696 20.6517 3.29277C22.5608 5.20185 22.5608 8.35227 20.6517 10.2613L18.371 12.5429L20.7501 15.2411C20.9111 15.4237 21 15.6589 21 15.9024V19.9996C21 20.5519 20.5523 20.9996 20 20.9996L15 20.9996C14.7081 20.9996 14.4307 20.8721 14.2407 20.6504L12 18.0362L9.75926 20.6504C9.56927 20.8721 9.29192 20.9996 9 20.9996H4C3.44771 20.9996 3 20.5519 3 19.9996V15.9024C3 15.6589 3.08887 15.4237 3.24993 15.2411L5.62896 12.5429Z"
107
107
  }));
108
108
  }));
109
109
  c.set("filled", (function() {
package/KubernetesHelm.js CHANGED
@@ -103,7 +103,7 @@
103
103
  return C().createElement(C().Fragment, null, C().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M12.0002 1.5C12.5523 1.50013 13.0002 1.94779 13.0002 2.5V4.06348C14.7724 4.28454 16.3638 5.08481 17.5802 6.26953L18.8039 5.29492C19.2356 4.95079 19.8648 5.02165 20.2092 5.45312C20.5534 5.88486 20.4826 6.51406 20.0509 6.8584L18.8293 7.83203C19.5717 9.04593 20.0002 10.4729 20.0002 12C20.0002 12.2669 19.9866 12.5308 19.9611 12.791L21.4845 13.1387C22.0228 13.2617 22.3603 13.7986 22.2375 14.3369C22.1145 14.8751 21.5775 15.2116 21.0392 15.0889L19.5177 14.7412C18.9176 16.3868 17.7913 17.7777 16.3439 18.7158L17.0236 20.125C17.2631 20.6225 17.0533 21.2203 16.5558 21.46C16.0583 21.6995 15.4605 21.4907 15.2209 20.9932L14.5422 19.585C13.7433 19.8526 12.8891 20 12.0002 20C11.1109 20 10.2563 19.8527 9.4572 19.585L8.77946 20.9932C8.53986 21.4907 7.94205 21.6994 7.4445 21.46C6.94696 21.2203 6.73809 20.6226 6.97771 20.125L7.65544 18.7158C6.20826 17.7777 5.0817 16.3867 4.48161 14.7412L2.9611 15.0889C2.42285 15.2117 1.88697 14.875 1.76384 14.3369C1.64095 13.7985 1.97738 13.2616 2.51579 13.1387L4.03825 12.79C4.01278 12.5302 4.00017 12.2666 4.00017 12C4.00017 10.473 4.42777 9.04586 5.17009 7.83203L3.94938 6.8584C3.51771 6.51403 3.44687 5.88488 3.79118 5.45312C4.13558 5.02162 4.76477 4.95067 5.19646 5.29492L6.41911 6.26953C7.63563 5.08455 9.22764 4.28453 11.0002 4.06348V2.5C11.0002 1.94775 11.4479 1.50005 12.0002 1.5ZM12.7795 15.9229C12.5273 15.9727 12.2669 16 12.0002 16C11.7328 16 11.4716 15.9729 11.2189 15.9229L10.3332 17.7637C10.8625 17.9165 11.4216 18 12.0002 18C12.5781 18 13.1364 17.9162 13.6652 17.7637L12.7795 15.9229ZM6.45329 14.29C6.88849 15.343 7.61535 16.2436 8.53239 16.8945L9.41814 15.0547C9.01927 14.7172 8.68762 14.3031 8.44548 13.835L6.45329 14.29ZM15.5539 13.835C15.3115 14.3034 14.9795 14.7171 14.5802 15.0547L15.467 16.8945C16.3842 16.2437 17.1108 15.3431 17.5461 14.29L15.5539 13.835ZM12.0002 10C10.8956 10 10.0002 10.8954 10.0002 12C10.0002 13.1046 10.8956 14 12.0002 14C13.1047 14 14.0002 13.1045 14.0002 12C14.0002 10.8955 13.1047 10 12.0002 10ZM15.6506 10.3662C15.8595 10.8325 15.9821 11.3454 15.9972 11.8857L17.9894 12.3408C17.9957 12.228 18.0002 12.1144 18.0002 12C18.0002 10.9449 17.7264 9.95419 17.2482 9.09277L15.6506 10.3662ZM6.75017 9.0918C6.27197 9.95321 6.00017 10.9449 6.00017 12C6.00017 12.1141 6.00365 12.2274 6.00993 12.3398L8.00212 11.8848C8.01739 11.3449 8.14002 10.8321 8.3488 10.3662L6.75017 9.0918ZM11.0002 6.08398C9.85805 6.27561 8.82554 6.78928 7.99919 7.5293L9.59587 8.80273C10.009 8.49156 10.4845 8.25868 11.0002 8.12598V6.08398ZM13.0002 8.12598C13.5154 8.25858 13.9906 8.49099 14.4035 8.80176L16.0002 7.5293C15.1739 6.78954 14.142 6.2756 13.0002 6.08398V8.12598Z"
106
+ d: "M12 1.5C12.5522 1.50013 13 1.94779 13 2.5V4.06348C14.7723 4.28454 16.3637 5.08481 17.5801 6.26953L18.8038 5.29492C19.2354 4.95079 19.8647 5.02165 20.209 5.45312C20.5532 5.88486 20.4824 6.51406 20.0508 6.8584L18.8291 7.83203C19.5716 9.04593 20 10.4729 20 12C20 12.2669 19.9865 12.5308 19.961 12.791L21.4844 13.1387C22.0227 13.2617 22.3602 13.7986 22.2373 14.3369C22.1143 14.8751 21.5774 15.2116 21.0391 15.0889L19.5176 14.7412C18.9174 16.3868 17.7912 17.7777 16.3438 18.7158L17.0235 20.125C17.263 20.6225 17.0531 21.2203 16.5557 21.46C16.0582 21.6995 15.4604 21.4907 15.2207 20.9932L14.542 19.585C13.7432 19.8526 12.889 20 12 20C11.1108 20 10.2561 19.8527 9.45708 19.585L8.77934 20.9932C8.53974 21.4907 7.94193 21.6994 7.44438 21.46C6.94684 21.2203 6.73797 20.6226 6.97758 20.125L7.65532 18.7158C6.20814 17.7777 5.08158 16.3867 4.48149 14.7412L2.96098 15.0889C2.42273 15.2117 1.88685 14.875 1.76372 14.3369C1.64083 13.7985 1.97726 13.2616 2.51567 13.1387L4.03813 12.79C4.01266 12.5302 4.00004 12.2666 4.00004 12C4.00004 10.473 4.42765 9.04586 5.16997 7.83203L3.94926 6.8584C3.51758 6.51403 3.44675 5.88488 3.79106 5.45312C4.13546 5.02162 4.76465 4.95067 5.19633 5.29492L6.41899 6.26953C7.63551 5.08455 9.22751 4.28453 11 4.06348V2.5C11 1.94775 11.4478 1.50005 12 1.5ZM12.7793 15.9229C12.5272 15.9727 12.2668 16 12 16C11.7327 16 11.4715 15.9729 11.2188 15.9229L10.3331 17.7637C10.8624 17.9165 11.4215 18 12 18C12.578 18 13.1362 17.9162 13.6651 17.7637L12.7793 15.9229ZM6.45317 14.29C6.88837 15.343 7.61523 16.2436 8.53227 16.8945L9.41801 15.0547C9.01915 14.7172 8.6875 14.3031 8.44536 13.835L6.45317 14.29ZM15.5538 13.835C15.3114 14.3034 14.9794 14.7171 14.5801 15.0547L15.4668 16.8945C16.3841 16.2437 17.1106 15.3431 17.5459 14.29L15.5538 13.835ZM12 10C10.8955 10 10 10.8954 10 12C10 13.1046 10.8955 14 12 14C13.1046 14 14 13.1045 14 12C14 10.8955 13.1046 10 12 10ZM15.6504 10.3662C15.8594 10.8325 15.982 11.3454 15.9971 11.8857L17.9893 12.3408C17.9956 12.228 18 12.1144 18 12C18 10.9449 17.7263 9.95419 17.2481 9.09277L15.6504 10.3662ZM6.75004 9.0918C6.27185 9.95321 6.00004 10.9449 6.00004 12C6.00004 12.1141 6.00353 12.2274 6.00981 12.3398L8.002 11.8848C8.01727 11.3449 8.13989 10.8321 8.34868 10.3662L6.75004 9.0918ZM11 6.08398C9.85793 6.27561 8.82541 6.78928 7.99907 7.5293L9.59575 8.80273C10.0089 8.49156 10.4844 8.25868 11 8.12598V6.08398ZM13 8.12598C13.5152 8.25858 13.9905 8.49099 14.4034 8.80176L16 7.5293C15.1738 6.78954 14.1419 6.2756 13 6.08398V8.12598Z"
107
107
  }));
108
108
  }));
109
109
  i.set("filled", (function() {
@@ -111,7 +111,7 @@
111
111
  return C().createElement(C().Fragment, null, C().createElement("path", {
112
112
  fillRule: "evenodd",
113
113
  clipRule: "evenodd",
114
- d: "M11.9999 1.5C12.5522 1.50004 12.9999 1.94774 12.9999 2.5V4.06348C14.7722 4.28452 16.3636 5.08481 17.58 6.26953L18.8036 5.29492C19.2353 4.9507 19.8645 5.02162 20.2089 5.45312C20.5532 5.8849 20.4824 6.51405 20.0507 6.8584L18.829 7.83203C19.5715 9.04594 19.9999 10.4728 19.9999 12C19.9999 12.2669 19.9864 12.5308 19.9609 12.791L21.4843 13.1387C22.0227 13.2616 22.3601 13.7985 22.2372 14.3369C22.1142 14.8751 21.5773 15.2117 21.039 15.0889L19.5175 14.7412C18.9173 16.3868 17.7911 17.7777 16.3437 18.7158L17.0234 20.125C17.263 20.6226 17.0531 21.2203 16.5556 21.46C16.058 21.6995 15.4602 21.4907 15.2206 20.9932L14.5429 19.585C13.7438 19.8528 12.8892 20 11.9999 20C11.1104 20 10.2553 19.8529 9.45598 19.585L8.77922 20.9932C8.5396 21.4907 7.94183 21.6995 7.44426 21.46C6.94672 21.2203 6.73784 20.6226 6.97746 20.125L7.6552 18.7158C6.20803 17.7777 5.08144 16.3867 4.48137 14.7412L2.96086 15.0889C2.42259 15.2117 1.88671 14.8751 1.76359 14.3369C1.6407 13.7985 1.97714 13.2616 2.51555 13.1387L4.03801 12.791C4.01247 12.5308 3.99992 12.2669 3.99992 12C3.99992 10.473 4.42754 9.04585 5.16984 7.83203L3.94914 6.8584C3.51746 6.51403 3.44663 5.88488 3.79094 5.45312C4.13533 5.02156 4.7645 4.95065 5.19621 5.29492L6.41887 6.26953C7.63538 5.08455 9.2274 4.28455 10.9999 4.06348V2.5C10.9999 1.94775 11.4477 1.50005 11.9999 1.5ZM8.74016 17.0361C9.15787 17.3071 9.61103 17.5273 10.0917 17.6885L10.9687 15.8652C10.4742 15.7336 10.0177 15.5096 9.61809 15.2129L8.74016 17.0361ZM14.3798 15.2139C13.9799 15.5105 13.5231 15.7339 13.0282 15.8652L13.9062 17.6885C14.3868 17.5275 14.84 17.3078 15.2577 17.0371L14.3798 15.2139ZM6.02922 12.5908C6.07901 13.1001 6.19216 13.5908 6.36125 14.0547L8.33488 13.6035C8.13753 13.1531 8.02078 12.6595 8.00285 12.1406L6.02922 12.5908ZM15.996 12.1416C15.978 12.6604 15.8604 13.1532 15.663 13.6035L17.6376 14.0547C17.8067 13.591 17.9198 13.1009 17.9696 12.5918L15.996 12.1416ZM11.9999 10C10.8954 10 9.99992 10.8954 9.99992 12C9.99992 13.1046 10.8954 14 11.9999 14C13.1045 14 13.9999 13.1046 13.9999 12C13.9999 10.8954 13.1045 10 11.9999 10ZM7.81438 7.70215C7.45588 8.05133 7.13941 8.44384 6.87688 8.87305L8.45988 10.1357C8.69618 9.68797 9.01538 9.2909 9.39641 8.96387L7.81438 7.70215ZM14.6015 8.96289C14.9828 9.2898 15.3015 9.687 15.538 10.1348L17.121 8.87305C16.8583 8.44377 16.5422 8.05134 16.1835 7.70215L14.6015 8.96289ZM11.9999 6C11.7459 6 11.4957 6.0172 11.2499 6.04785V8.07031C11.4929 8.02423 11.7436 8 11.9999 8C12.2563 8 12.507 8.02423 12.7499 8.07031V6.04785C12.5042 6.0172 12.254 6 11.9999 6Z"
114
+ d: "M12 1.5C12.5523 1.50004 13 1.94774 13 2.5V4.06348C14.7723 4.28452 16.3637 5.08481 17.5801 6.26953L18.8038 5.29492C19.2354 4.9507 19.8646 5.02162 20.209 5.45312C20.5533 5.8849 20.4826 6.51405 20.0508 6.8584L18.8291 7.83203C19.5716 9.04594 20 10.4728 20 12C20 12.2669 19.9865 12.5308 19.961 12.791L21.4844 13.1387C22.0228 13.2616 22.3602 13.7985 22.2373 14.3369C22.1143 14.8751 21.5774 15.2117 21.0391 15.0889L19.5176 14.7412C18.9174 16.3868 17.7912 17.7777 16.3438 18.7158L17.0235 20.125C17.2631 20.6226 17.0532 21.2203 16.5557 21.46C16.0581 21.6995 15.4604 21.4907 15.2207 20.9932L14.543 19.585C13.7439 19.8528 12.8893 20 12 20C11.1105 20 10.2554 19.8529 9.4561 19.585L8.77934 20.9932C8.53972 21.4907 7.94196 21.6995 7.44438 21.46C6.94684 21.2203 6.73797 20.6226 6.97758 20.125L7.65532 18.7158C6.20816 17.7777 5.08157 16.3867 4.48149 14.7412L2.96098 15.0889C2.42271 15.2117 1.88683 14.8751 1.76372 14.3369C1.64083 13.7985 1.97726 13.2616 2.51567 13.1387L4.03813 12.791C4.01259 12.5308 4.00004 12.2669 4.00004 12C4.00004 10.473 4.42767 9.04585 5.16997 7.83203L3.94926 6.8584C3.51758 6.51403 3.44675 5.88488 3.79106 5.45312C4.13545 5.02156 4.76462 4.95065 5.19633 5.29492L6.41899 6.26953C7.6355 5.08455 9.22753 4.28455 11 4.06348V2.5C11 1.94775 11.4478 1.50005 12 1.5ZM8.74028 17.0361C9.15799 17.3071 9.61115 17.5273 10.0918 17.6885L10.9688 15.8652C10.4743 15.7336 10.0178 15.5096 9.61821 15.2129L8.74028 17.0361ZM14.3799 15.2139C13.98 15.5105 13.5232 15.7339 13.0284 15.8652L13.9063 17.6885C14.3869 17.5275 14.8401 17.3078 15.2579 17.0371L14.3799 15.2139ZM6.02934 12.5908C6.07913 13.1001 6.19228 13.5908 6.36137 14.0547L8.33501 13.6035C8.13765 13.1531 8.0209 12.6595 8.00297 12.1406L6.02934 12.5908ZM15.9961 12.1416C15.9781 12.6604 15.8605 13.1532 15.6631 13.6035L17.6377 14.0547C17.8068 13.591 17.9199 13.1009 17.9698 12.5918L15.9961 12.1416ZM12 10C10.8955 10 10 10.8954 10 12C10 13.1046 10.8955 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM7.8145 7.70215C7.456 8.05133 7.13953 8.44384 6.877 8.87305L8.46001 10.1357C8.6963 9.68797 9.01551 9.2909 9.39653 8.96387L7.8145 7.70215ZM14.6016 8.96289C14.9829 9.2898 15.3016 9.687 15.5381 10.1348L17.1211 8.87305C16.8585 8.44377 16.5423 8.05134 16.1836 7.70215L14.6016 8.96289ZM12 6C11.746 6 11.4958 6.0172 11.25 6.04785V8.07031C11.493 8.02423 11.7437 8 12 8C12.2564 8 12.5071 8.02423 12.75 8.07031V6.04785C12.5043 6.0172 12.2541 6 12 6Z"
115
115
  }));
116
116
  }));
117
117
  var L = [ "default", "outlined", "filled" ];
@@ -111,7 +111,7 @@
111
111
  return n().createElement(n().Fragment, null, n().createElement("path", {
112
112
  fillRule: "evenodd",
113
113
  clipRule: "evenodd",
114
- d: "M3.56785 10.4139L5.94573 11.9992L3.56785 13.5844C2.67725 14.1782 2.67725 15.4868 3.56785 16.0806L11.1665 21.1463C11.6703 21.4822 12.3267 21.4822 12.8306 21.1463L20.4292 16.0806C21.3198 15.4868 21.3198 14.1782 20.4292 13.5844L18.0513 11.9992L20.4292 10.4139C21.3198 9.82018 21.3198 8.5115 20.4292 7.91776L12.8306 2.85202C12.3267 2.51612 11.6703 2.51612 11.1665 2.85202L3.56785 7.91776C2.67725 8.5115 2.67725 9.82018 3.56785 10.4139ZM11.9985 14.696L16.0437 11.9992L11.9985 9.30237L7.95332 11.9992L11.9985 14.696Z"
114
+ d: "M3.56797 10.4139L5.94585 11.9992L3.56797 13.5844C2.67738 14.1782 2.67737 15.4868 3.56797 16.0806L11.1666 21.1463C11.6704 21.4822 12.3268 21.4822 12.8307 21.1463L20.4293 16.0806C21.3199 15.4868 21.3199 14.1782 20.4293 13.5844L18.0514 11.9992L20.4293 10.4139C21.3199 9.82018 21.3199 8.5115 20.4293 7.91776L12.8307 2.85202C12.3268 2.51612 11.6704 2.51612 11.1666 2.85202L3.56797 7.91776C2.67738 8.5115 2.67737 9.82018 3.56797 10.4139ZM11.9986 14.696L16.0438 11.9992L11.9986 9.30237L7.95345 11.9992L11.9986 14.696Z"
115
115
  }));
116
116
  }));
117
117
  var d = [ "default", "outlined", "filled" ];
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/LayoutStacked';
2
+ export * from './types/icons/LayoutStacked';
@@ -0,0 +1,166 @@
1
+ /******/ (() => {
2
+ // webpackBootstrap
3
+ /******/ "use strict";
4
+ /******/ // The require scope
5
+ /******/ var e = {};
6
+ /******/
7
+ /************************************************************************/
8
+ /******/ /* webpack/runtime/compat get default export */
9
+ /******/ (() => {
10
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
11
+ /******/ e.n = t => {
12
+ /******/ var r = t && t.__esModule ?
13
+ /******/ () => t["default"]
14
+ /******/ : () => t
15
+ /******/;
16
+ e.d(r, {
17
+ a: r
18
+ });
19
+ /******/ return r;
20
+ /******/ };
21
+ /******/ })();
22
+ /******/
23
+ /******/ /* webpack/runtime/define property getters */
24
+ /******/ (() => {
25
+ /******/ // define getter functions for harmony exports
26
+ /******/ e.d = (t, r) => {
27
+ /******/ for (var n in r) {
28
+ /******/ if (e.o(r, n) && !e.o(t, n)) {
29
+ /******/ Object.defineProperty(t, n, {
30
+ enumerable: true,
31
+ get: r[n]
32
+ });
33
+ /******/ }
34
+ /******/ }
35
+ /******/ };
36
+ /******/ })();
37
+ /******/
38
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
39
+ /******/ (() => {
40
+ /******/ e.o = (e, t) => Object.prototype.hasOwnProperty.call(e, t)
41
+ /******/;
42
+ })();
43
+ /******/
44
+ /******/ /* webpack/runtime/make namespace object */
45
+ /******/ (() => {
46
+ /******/ // define __esModule on exports
47
+ /******/ e.r = e => {
48
+ /******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
49
+ /******/ Object.defineProperty(e, Symbol.toStringTag, {
50
+ value: "Module"
51
+ });
52
+ /******/ }
53
+ /******/ Object.defineProperty(e, "__esModule", {
54
+ value: true
55
+ });
56
+ /******/ };
57
+ /******/ })();
58
+ /******/
59
+ /************************************************************************/ var t = {};
60
+ // ESM COMPAT FLAG
61
+ e.r(t);
62
+ // EXPORTS
63
+ e.d(t, {
64
+ default: () => /* binding */ p
65
+ });
66
+ // CONCATENATED MODULE: external "react"
67
+ const r = require("react");
68
+ var n = e.n(r);
69
+ // CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
70
+ const l = require("@splunk/react-icons/IconProvider");
71
+ // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
72
+ const a = require("@splunk/react-icons/SVG");
73
+ var o = e.n(a);
74
+ // CONCATENATED MODULE: ./src/icons/LayoutStacked.tsx
75
+ function u(e, t) {
76
+ if (null == e) return {};
77
+ var r, n, l = d(e, t);
78
+ if (Object.getOwnPropertySymbols) {
79
+ var a = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < a.length; n++) {
81
+ r = a[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (l[r] = e[r]);
82
+ }
83
+ }
84
+ return l;
85
+ }
86
+ function d(e, t) {
87
+ if (null == e) return {};
88
+ var r = {};
89
+ for (var n in e) {
90
+ if ({}.hasOwnProperty.call(e, n)) {
91
+ if (-1 !== t.indexOf(n)) continue;
92
+ r[n] = e[n];
93
+ }
94
+ }
95
+ return r;
96
+ }
97
+ // This file is auto-generated.
98
+ // Do not edit this file manually. Changes will be lost upon regeneration.
99
+ // To modify the icon file template, update 'scripts/templates.ts'.
100
+ var i = new Map;
101
+ i.set("outlined", (function() {
102
+
103
+ return n().createElement(n().Fragment, null, n().createElement("path", {
104
+ fillRule: "evenodd",
105
+ clipRule: "evenodd",
106
+ d: "M10 16C10.5523 16 11 16.4477 11 17V19C11 19.5523 10.5523 20 10 20H4C3.44772 20 3 19.5523 3 19V17C3 16.4477 3.44772 16 4 16H10ZM5 17.6006V18.4004H9V17.6006H5Z"
107
+ }), n().createElement("path", {
108
+ fillRule: "evenodd",
109
+ clipRule: "evenodd",
110
+ d: "M20 12C20.5523 12 21 12.4477 21 13V19C21 19.5523 20.5523 20 20 20H14C13.4477 20 13 19.5523 13 19V13C13 12.4477 13.4477 12 14 12H20ZM15 18H19V14H15V18Z"
111
+ }), n().createElement("path", {
112
+ fillRule: "evenodd",
113
+ clipRule: "evenodd",
114
+ d: "M10 4C10.5523 4 11 4.44772 11 5V13C11 13.5523 10.5523 14 10 14H4C3.44772 14 3 13.5523 3 13V5C3 4.44772 3.44772 4 4 4H10ZM5 12H9V6H5V12Z"
115
+ }), n().createElement("path", {
116
+ fillRule: "evenodd",
117
+ clipRule: "evenodd",
118
+ d: "M20 4C20.5523 4 21 4.44772 21 5V9C21 9.55228 20.5523 10 20 10H14C13.4477 10 13 9.55228 13 9V5C13 4.44772 13.4477 4 14 4H20ZM15 8H19V6H15V8Z"
119
+ }));
120
+ }));
121
+ i.set("filled", (function() {
122
+
123
+ return n().createElement(n().Fragment, null, n().createElement("path", {
124
+ d: "M10 16C10.5523 16 11 16.4477 11 17V19C11 19.5523 10.5523 20 10 20H4C3.44772 20 3 19.5523 3 19V17C3 16.4477 3.44772 16 4 16H10Z"
125
+ }), n().createElement("path", {
126
+ d: "M20 12C20.5523 12 21 12.4477 21 13V19C21 19.5523 20.5523 20 20 20H14C13.4477 20 13 19.5523 13 19V13C13 12.4477 13.4477 12 14 12H20Z"
127
+ }), n().createElement("path", {
128
+ d: "M10 4C10.5523 4 11 4.44772 11 5V13C11 13.5523 10.5523 14 10 14H4C3.44772 14 3 13.5523 3 13V5C3 4.44772 3.44772 4 4 4H10Z"
129
+ }), n().createElement("path", {
130
+ d: "M20 4C20.5523 4 21 4.44772 21 5V9C21 9.55228 20.5523 10 20 10H14C13.4477 10 13 9.55228 13 9V5C13 4.44772 13.4477 4 14 4H20Z"
131
+ }));
132
+ }));
133
+ var c = [ "default", "outlined", "filled" ];
134
+ var f = function e(t) {
135
+ return c.indexOf(t) >= 0;
136
+ };
137
+ var v = function e(t) {
138
+ return t === "default" || t && !f(t) ? "outlined" : t;
139
+ };
140
+ /**
141
+ * @description Cisco AI Canvas icon, layout stacked container blocks
142
+ * @category Layouts
143
+ * @keywords dashboard studio, data visualization editor
144
+ * @variants outlined,filled
145
+ */ var C = function e(t) {
146
+ var a = t.children, d = t.variant, c = d === void 0 ? "default" : d, f = u(t, [ "children", "variant" ]);
147
+ var C = v(c);
148
+ var p = "layoutstacked-".concat(C);
149
+ var V = (0, r.useContext)(l.IconContext);
150
+ var s = i.get(C);
151
+ if (false) {}
152
+ if (V && s) {
153
+ var H = V.toRender, m = V.addIcon;
154
+ m(p, s());
155
+ if (!H) {
156
+ return null;
157
+ }
158
+ }
159
+
160
+ return n().createElement(o(), f, a, V ? n().createElement("use", {
161
+ href: "#".concat(p)
162
+ }) : !!s && s());
163
+ };
164
+ /* harmony default export */ const p = C;
165
+ module.exports = t;
166
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/MultipleFolders';
2
+ export * from './types/icons/MultipleFolders';
@@ -71,7 +71,7 @@
71
71
  // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
72
72
  const o = require("@splunk/react-icons/SVG");
73
73
  var a = e.n(o);
74
- // CONCATENATED MODULE: ./src/icons/MutipleFolders.tsx
74
+ // CONCATENATED MODULE: ./src/icons/MultipleFolders.tsx
75
75
  function u(e, r) {
76
76
  if (null == e) return {};
77
77
  var t, n, l = i(e, r);
@@ -129,7 +129,7 @@
129
129
  */ var C = function e(r) {
130
130
  var o = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
131
131
  var C = v(d);
132
- var s = "mutiplefolders-".concat(C);
132
+ var s = "multiplefolders-".concat(C);
133
133
  var V = (0, t.useContext)(l.IconContext);
134
134
  var p = c.get(C);
135
135
  if (false) {}
package/NodeFollowFour.js CHANGED
@@ -103,7 +103,7 @@
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M11.9491 3C11.3968 3 10.9491 3.44771 10.9491 4C10.9491 4.55228 11.3968 5 11.9491 5C12.5014 5 12.9491 4.55228 12.9491 4C12.9491 3.44771 12.5014 3 11.9491 3ZM8.9491 4C8.9491 2.34314 10.2922 1 11.9491 1C13.606 1 14.9491 2.34314 14.9491 4C14.9491 4.44955 14.8502 4.87601 14.673 5.25882L17.2222 7.80819C16.6583 8.17573 16.1732 8.65396 15.7976 9.21206L13.2767 6.69098C12.8765 6.88882 12.4258 7 11.9491 7C10.2922 7 8.9491 5.65685 8.9491 4ZM7.79777 6.78772L5.2767 9.309C4.87648 9.11117 4.42577 9 3.9491 9C2.29224 9 0.949097 10.3431 0.949097 12C0.949097 13.6568 2.29224 15 3.9491 15C5.60595 15 6.9491 13.6568 6.9491 12C6.9491 11.5504 6.85021 11.1239 6.67299 10.7411L9.22226 8.19166C8.65841 7.82409 8.1733 7.34584 7.79777 6.78772ZM3.9491 11C3.39681 11 2.9491 11.4477 2.9491 12C2.9491 12.5523 3.39681 13 3.9491 13C4.50138 13 4.9491 12.5523 4.9491 12C4.9491 11.4477 4.50138 11 3.9491 11ZM8.14006 14.7266C7.77253 15.2904 7.2943 15.7756 6.73621 16.1511L9.25782 18.6729C9.06016 19.073 8.9491 19.5235 8.9491 20C8.9491 21.6568 10.2922 23 11.9491 23C13.606 23 14.9491 21.6568 14.9491 20C14.9491 18.3431 13.606 17 11.9491 17C11.4993 17 11.0726 17.099 10.6897 17.2764L8.14006 14.7266ZM11.9491 19C11.3968 19 10.9491 19.4477 10.9491 20C10.9491 20.5523 11.3968 21 11.9491 21C12.5014 21 12.9491 20.5523 12.9491 20C12.9491 19.4477 12.5014 19 11.9491 19ZM18.9491 12C18.9491 11.4477 19.3968 11 19.9491 11C20.5014 11 20.9491 11.4477 20.9491 12C20.9491 12.5523 20.5014 13 19.9491 13C19.3968 13 18.9491 12.5523 18.9491 12ZM19.9491 9C18.2922 9 16.9491 10.3431 16.9491 12C16.9491 12.4764 17.0601 12.9268 17.2578 13.3269L14.7362 15.8486C15.2943 16.2242 15.7726 16.7093 16.1401 17.2732L18.6895 14.7235C19.0725 14.901 19.4992 15 19.9491 15C21.606 15 22.9491 13.6568 22.9491 12C22.9491 10.3431 21.606 9 19.9491 9Z"
106
+ d: "M11.9492 3C11.3969 3 10.9492 3.44771 10.9492 4C10.9492 4.55228 11.3969 5 11.9492 5C12.5015 5 12.9492 4.55228 12.9492 4C12.9492 3.44771 12.5015 3 11.9492 3ZM8.94922 4C8.94922 2.34314 10.2923 1 11.9492 1C13.6061 1 14.9492 2.34314 14.9492 4C14.9492 4.44955 14.8503 4.87601 14.6731 5.25882L17.2223 7.80819C16.6584 8.17573 16.1733 8.65396 15.7977 9.21206L13.2768 6.69098C12.8766 6.88882 12.4259 7 11.9492 7C10.2923 7 8.94922 5.65685 8.94922 4ZM7.79789 6.78772L5.27682 9.309C4.8766 9.11117 4.42589 9 3.94922 9C2.29236 9 0.949219 10.3431 0.949219 12C0.949219 13.6568 2.29236 15 3.94922 15C5.60607 15 6.94922 13.6568 6.94922 12C6.94922 11.5504 6.85033 11.1239 6.67311 10.7411L9.22238 8.19166C8.65853 7.82409 8.17342 7.34584 7.79789 6.78772ZM3.94922 11C3.39693 11 2.94922 11.4477 2.94922 12C2.94922 12.5523 3.39693 13 3.94922 13C4.5015 13 4.94922 12.5523 4.94922 12C4.94922 11.4477 4.5015 11 3.94922 11ZM8.14018 14.7266C7.77265 15.2904 7.29442 15.7756 6.73633 16.1511L9.25794 18.6729C9.06028 19.073 8.94922 19.5235 8.94922 20C8.94922 21.6568 10.2923 23 11.9492 23C13.6061 23 14.9492 21.6568 14.9492 20C14.9492 18.3431 13.6061 17 11.9492 17C11.4994 17 11.0727 17.099 10.6898 17.2764L8.14018 14.7266ZM11.9492 19C11.3969 19 10.9492 19.4477 10.9492 20C10.9492 20.5523 11.3969 21 11.9492 21C12.5015 21 12.9492 20.5523 12.9492 20C12.9492 19.4477 12.5015 19 11.9492 19ZM18.9492 12C18.9492 11.4477 19.3969 11 19.9492 11C20.5015 11 20.9492 11.4477 20.9492 12C20.9492 12.5523 20.5015 13 19.9492 13C19.3969 13 18.9492 12.5523 18.9492 12ZM19.9492 9C18.2923 9 16.9492 10.3431 16.9492 12C16.9492 12.4764 17.0602 12.9268 17.2579 13.3269L14.7363 15.8486C15.2944 16.2242 15.7727 16.7093 16.1402 17.2732L18.6896 14.7235C19.0726 14.901 19.4993 15 19.9492 15C21.6061 15 22.9492 13.6568 22.9492 12C22.9492 10.3431 21.6061 9 19.9492 9Z"
107
107
  }));
108
108
  }));
109
109
  i.set("filled", (function() {
@@ -101,11 +101,11 @@
101
101
  i.set("outlined", (function() {
102
102
 
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
- d: "M19.6364 7.23012C19.1944 6.59016 18.6573 6.01919 18.0422 5.53764L17.6243 5.21049C16.3886 5.25416 15.1737 5.55002 14.0547 6.08117L13.6539 6.27139C12.9844 6.58914 12.3487 6.97348 11.7562 7.41859L11.3906 7.69327L9.96229 6.26492L10.0052 6.23258L10.5549 5.81959C11.2547 5.29385 12.0056 4.8399 12.7963 4.46459L13.1971 4.27437C14.6807 3.57019 16.3023 3.20485 17.9445 3.20483C18.1792 3.20483 18.4072 3.28344 18.592 3.42813L19.275 3.96283C20.3442 4.79981 21.2262 5.85141 21.8643 7.0499C22.1219 7.53362 21.9614 8.13413 21.4969 8.42494L17.2227 11.101C16.7522 11.3955 16.1405 11.3255 15.7489 10.9322L14.7124 9.89149C14.6665 9.84541 14.5952 9.83635 14.5392 9.86958C14.3367 9.98971 14.1379 10.115 13.9427 10.2453L12.5044 8.80704C12.8329 8.57511 13.1712 8.35576 13.5184 8.14966C14.3619 7.64908 15.4375 7.78531 16.1296 8.48019L16.7096 9.06259L19.6364 7.23012Z"
104
+ d: "M19.6364 7.23012C19.1943 6.59016 18.6572 6.01919 18.0421 5.53764L17.6242 5.21049C16.3885 5.25416 15.1736 5.55002 14.0546 6.08117L13.6538 6.27139C12.9844 6.58914 12.3486 6.97348 11.7562 7.41859L11.3906 7.69327L9.96223 6.26492L10.0051 6.23258L10.5549 5.81959C11.2546 5.29385 12.0055 4.8399 12.7962 4.46459L13.197 4.27437C14.6806 3.57019 16.3022 3.20485 17.9445 3.20483C18.1792 3.20483 18.4071 3.28344 18.592 3.42813L19.275 3.96283C20.3441 4.79981 21.2261 5.85141 21.8642 7.0499C22.1218 7.53362 21.9613 8.13413 21.4969 8.42494L17.2226 11.101C16.7521 11.3955 16.1405 11.3255 15.7488 10.9322L14.7124 9.89149C14.6665 9.84541 14.5951 9.83635 14.5391 9.86958C14.3367 9.98971 14.1378 10.115 13.9426 10.2453L12.5043 8.80704C12.8329 8.57511 13.1711 8.35576 13.5184 8.14966C14.3618 7.64908 15.4375 7.78531 16.1295 8.48019L16.7095 9.06259L19.6364 7.23012Z"
105
105
  }), n().createElement("path", {
106
106
  fillRule: "evenodd",
107
107
  clipRule: "evenodd",
108
- d: "M7.30023 8.71414L4.29345 5.70735C3.90292 5.31683 3.90292 4.68366 4.29345 4.29314C4.68397 3.90261 5.31714 3.90261 5.70766 4.29314L19.7077 18.2931C20.0982 18.6837 20.0982 19.3168 19.7077 19.7074C19.3171 20.0979 18.684 20.0979 18.2934 19.7074L11.2338 12.6477C10.7337 13.2313 10.2835 13.8592 9.88929 14.5253C9.85628 14.5811 9.86522 14.6522 9.91102 14.6981L10.9534 15.7423C11.3446 16.1341 11.414 16.7439 11.1207 17.2136L8.44848 21.4939C8.15716 21.9605 7.55402 22.1215 7.06884 21.862C5.87835 21.2253 4.82819 20.3555 3.98094 19.3044L3.41882 18.607C3.26884 18.4209 3.18701 18.189 3.18701 17.9499C3.18701 16.4502 3.50982 14.9681 4.13351 13.6042L4.43585 12.9431C4.84478 12.0488 5.3482 11.2009 5.93752 10.4138L6.25701 9.98706C6.58631 9.54722 6.93443 9.12254 7.30023 8.71414ZM9.81595 11.2299C9.20007 11.934 8.64796 12.6958 8.16806 13.5068C7.67034 14.3479 7.80505 15.4193 8.4956 16.1111L9.08359 16.7001L7.25092 19.6355C6.60731 19.1936 6.03 18.6596 5.53808 18.0493L5.19339 17.6217C5.23616 16.5215 5.4936 15.4392 5.95235 14.436L6.25469 13.7748C6.6043 13.0103 7.0347 12.2854 7.53853 11.6124L7.85802 11.1857C8.13017 10.8222 8.41671 10.4703 8.71684 10.1307L9.81595 11.2299Z"
108
+ d: "M7.30017 8.71414L4.29339 5.70735C3.90286 5.31683 3.90286 4.68366 4.29339 4.29314C4.68391 3.90261 5.31707 3.90261 5.7076 4.29314L19.7076 18.2931C20.0981 18.6837 20.0981 19.3168 19.7076 19.7074C19.3171 20.0979 18.6839 20.0979 18.2934 19.7074L11.2337 12.6477C10.7336 13.2313 10.2834 13.8592 9.88923 14.5253C9.85622 14.5811 9.86516 14.6522 9.91096 14.6981L10.9534 15.7423C11.3446 16.1341 11.4139 16.7439 11.1207 17.2136L8.44842 21.4939C8.1571 21.9605 7.55396 22.1215 7.06878 21.862C5.87829 21.2253 4.82812 20.3555 3.98088 19.3044L3.41875 18.607C3.26878 18.4209 3.18695 18.189 3.18695 17.9499C3.18695 16.4502 3.50976 14.9681 4.13345 13.6042L4.43579 12.9431C4.84472 12.0488 5.34814 11.2009 5.93746 10.4138L6.25695 9.98706C6.58625 9.54722 6.93436 9.12254 7.30017 8.71414ZM9.81589 11.2299C9.20001 11.934 8.6479 12.6958 8.168 13.5068C7.67028 14.3479 7.80499 15.4193 8.49554 16.1111L9.08353 16.7001L7.25086 19.6355C6.60725 19.1936 6.02994 18.6596 5.53802 18.0493L5.19333 17.6217C5.2361 16.5215 5.49354 15.4392 5.95229 14.436L6.25463 13.7748C6.60424 13.0103 7.03464 12.2854 7.53847 11.6124L7.85796 11.1857C8.13011 10.8222 8.41665 10.4703 8.71678 10.1307L9.81589 11.2299Z"
109
109
  }));
110
110
  }));
111
111
  i.set("filled", (function() {
@@ -113,7 +113,7 @@
113
113
  return n().createElement(n().Fragment, null, n().createElement("path", {
114
114
  fillRule: "evenodd",
115
115
  clipRule: "evenodd",
116
- d: "M1.99982 4C1.99982 3.44772 2.44753 3 2.99982 3L16.9998 3C17.5521 3 17.9998 3.44772 17.9998 4V9.99999C17.9998 10.5523 17.5521 11 16.9998 11L10.9997 11L10.9998 13L20.9998 13C21.265 13 21.5194 13.1054 21.7069 13.2929C21.8945 13.4804 21.9998 13.7348 21.9998 14L21.9998 20C21.9998 20.5523 21.5521 21 20.9998 21L7.99982 21C7.44753 21 6.99982 20.5523 6.99982 20L6.99982 14C6.99982 13.4477 7.44753 13 7.99982 13H8.99978L8.99974 11H2.99982C2.44753 11 1.99982 10.5523 1.99982 9.99999L1.99982 4ZM9.01002 6.21721C9.55672 5.67044 10.4431 5.67039 10.9899 6.21709L12.6366 7.86356C12.9881 8.21501 12.9881 8.78486 12.6366 9.13635C12.2852 9.48784 11.7153 9.48788 11.3638 9.13642L10.8999 8.67251L10.8998 11L9.09975 10.9999L9.09989 8.67306L8.63664 9.13635C8.28519 9.48784 7.71534 9.48788 7.36385 9.13642C7.01236 8.78497 7.01233 8.21512 7.36378 7.86363L9.01002 6.21721Z"
116
+ d: "M1.99985 4C1.99985 3.44772 2.44756 3 2.99985 3L16.9998 3C17.5521 3 17.9998 3.44772 17.9998 4V9.99999C17.9998 10.5523 17.5521 11 16.9998 11L10.9998 11L10.9998 13L20.9998 13C21.2651 13 21.5194 13.1054 21.707 13.2929C21.8945 13.4804 21.9998 13.7348 21.9998 14L21.9998 20C21.9998 20.5523 21.5521 21 20.9998 21L7.99985 21C7.44756 21 6.99985 20.5523 6.99985 20L6.99985 14C6.99985 13.4477 7.44756 13 7.99985 13H8.99981L8.99977 11H2.99985C2.44756 11 1.99985 10.5523 1.99985 9.99999L1.99985 4ZM9.01005 6.21721C9.55675 5.67044 10.4432 5.67039 10.9899 6.21709L12.6366 7.86356C12.9881 8.21501 12.9881 8.78486 12.6367 9.13635C12.2852 9.48784 11.7154 9.48788 11.3639 9.13642L10.8999 8.67251L10.8998 11L9.09978 10.9999L9.09992 8.67306L8.63667 9.13635C8.28522 9.48784 7.71537 9.48788 7.36388 9.13642C7.01239 8.78497 7.01236 8.21512 7.36381 7.86363L9.01005 6.21721Z"
117
117
  }));
118
118
  }));
119
119
  var d = [ "default", "outlined", "filled" ];
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/RobotFaceWrench';
2
+ export * from './types/icons/RobotFaceWrench';