proto-ikons-wc 0.0.34 → 0.0.35

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 (106) hide show
  1. package/dist/cjs/{acura-ikon_73.cjs.entry.js → acura-ikon_101.cjs.entry.js} +537 -3
  2. package/dist/cjs/index.cjs.js +27 -0
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/proto-ikons-wc.cjs.js +1 -1
  5. package/dist/collection/collection-manifest.json +27 -0
  6. package/dist/collection/icons/alien-icon/alien-icon.css +0 -0
  7. package/dist/collection/icons/alien-icon/alien-icon.js +99 -0
  8. package/dist/collection/icons/asterisk-icon/asterisk-icon.css +0 -0
  9. package/dist/collection/icons/asterisk-icon/asterisk-icon.js +99 -0
  10. package/dist/collection/icons/barcode-icon/barcode-icon.css +0 -0
  11. package/dist/collection/icons/barcode-icon/barcode-icon.js +99 -0
  12. package/dist/collection/icons/barcode-scan-icon/barcode-scan-icon.css +0 -0
  13. package/dist/collection/icons/barcode-scan-icon/barcode-scan-icon.js +99 -0
  14. package/dist/collection/icons/bash-icon/bash-icon.css +0 -0
  15. package/dist/collection/icons/bash-icon/bash-icon.js +99 -0
  16. package/dist/collection/icons/beaker-icon/beaker-icon.css +0 -0
  17. package/dist/collection/icons/beaker-icon/beaker-icon.js +99 -0
  18. package/dist/collection/icons/chart-bar-icon/chart-bar-icon.css +0 -0
  19. package/dist/collection/icons/chart-bar-icon/chart-bar-icon.js +99 -0
  20. package/dist/collection/icons/chart-bubble-icon/chart-bubble-icon.css +0 -0
  21. package/dist/collection/icons/chart-bubble-icon/chart-bubble-icon.js +99 -0
  22. package/dist/collection/icons/chart-donut-icon/chart-donut-icon.css +0 -0
  23. package/dist/collection/icons/chart-donut-icon/chart-donut-icon.js +99 -0
  24. package/dist/collection/icons/chart-donuts-icon/chart-donuts-icon.css +0 -0
  25. package/dist/collection/icons/chart-donuts-icon/chart-donuts-icon.js +99 -0
  26. package/dist/collection/icons/check-icon/check-icon.css +0 -0
  27. package/dist/collection/icons/check-icon/check-icon.js +117 -0
  28. package/dist/collection/icons/chevron-double-left-icon/chevron-double-left-icon.css +0 -0
  29. package/dist/collection/icons/chevron-double-left-icon/chevron-double-left-icon.js +99 -0
  30. package/dist/collection/icons/circular-saw-icon/circular-saw-icon.css +0 -0
  31. package/dist/collection/icons/circular-saw-icon/circular-saw-icon.js +99 -0
  32. package/dist/collection/icons/close-icon/close-icon.css +0 -0
  33. package/dist/collection/icons/close-icon/close-icon.js +99 -0
  34. package/dist/collection/icons/fire-icon/fire-icon.css +0 -0
  35. package/dist/collection/icons/fire-icon/fire-icon.js +99 -0
  36. package/dist/collection/icons/flask-icon/flask-icon.css +0 -0
  37. package/dist/collection/icons/flask-icon/flask-icon.js +99 -0
  38. package/dist/collection/icons/git-icon/git-icon.css +0 -0
  39. package/dist/collection/icons/git-icon/git-icon.js +99 -0
  40. package/dist/collection/icons/java-script-icon/java-script-icon.css +0 -0
  41. package/dist/collection/icons/java-script-icon/java-script-icon.js +99 -0
  42. package/dist/collection/icons/one-password-icon/one-password-icon.css +0 -0
  43. package/dist/collection/icons/one-password-icon/one-password-icon.js +99 -0
  44. package/dist/collection/icons/paw-icon/paw-icon.js +2 -2
  45. package/dist/collection/icons/protocol-icon/protocol-icon.css +0 -0
  46. package/dist/collection/icons/protocol-icon/protocol-icon.js +99 -0
  47. package/dist/collection/icons/puzzle-icon/puzzle-icon.css +0 -0
  48. package/dist/collection/icons/puzzle-icon/puzzle-icon.js +117 -0
  49. package/dist/collection/icons/qr-code-icon/qr-code-icon.css +0 -0
  50. package/dist/collection/icons/qr-code-icon/qr-code-icon.js +99 -0
  51. package/dist/collection/icons/radio-2-icon/radio-2-icon.css +0 -0
  52. package/dist/collection/icons/radio-2-icon/radio-2-icon.js +117 -0
  53. package/dist/collection/icons/radio-icon/radio-icon.js +2 -2
  54. package/dist/collection/icons/refresh-icon/refresh-icon.js +2 -2
  55. package/dist/collection/icons/slug-icon/slug-icon.js +2 -2
  56. package/dist/collection/icons/spider-icon/spider-icon.css +0 -0
  57. package/dist/collection/icons/spider-icon/spider-icon.js +99 -0
  58. package/dist/collection/icons/svg-icon/svg-icon.css +0 -0
  59. package/dist/collection/icons/svg-icon/svg-icon.js +99 -0
  60. package/dist/collection/icons/vector-curve-icon/vector-curve-icon.css +0 -0
  61. package/dist/collection/icons/vector-curve-icon/vector-curve-icon.js +99 -0
  62. package/dist/collection/icons/webhook-icon/webhook-icon.css +0 -0
  63. package/dist/collection/icons/webhook-icon/webhook-icon.js +99 -0
  64. package/dist/collection/utils/tags.js +27 -0
  65. package/dist/custom-elements/index.d.ts +162 -0
  66. package/dist/custom-elements/index.js +603 -6
  67. package/dist/esm/{acura-ikon_73.entry.js → acura-ikon_101.entry.js} +510 -4
  68. package/dist/esm/index.js +27 -0
  69. package/dist/esm/loader.js +1 -1
  70. package/dist/esm/proto-ikons-wc.js +1 -1
  71. package/dist/proto-ikons-wc/index.esm.js +1 -1
  72. package/dist/proto-ikons-wc/p-d6724cb0.entry.js +1 -0
  73. package/dist/proto-ikons-wc/proto-ikons-wc.esm.js +1 -1
  74. package/dist/types/components.d.ts +573 -0
  75. package/dist/types/icons/alien-icon/alien-icon.d.ts +7 -0
  76. package/dist/types/icons/asterisk-icon/asterisk-icon.d.ts +7 -0
  77. package/dist/types/icons/barcode-icon/barcode-icon.d.ts +7 -0
  78. package/dist/types/icons/barcode-scan-icon/barcode-scan-icon.d.ts +7 -0
  79. package/dist/types/icons/bash-icon/bash-icon.d.ts +7 -0
  80. package/dist/types/icons/beaker-icon/beaker-icon.d.ts +7 -0
  81. package/dist/types/icons/chart-bar-icon/chart-bar-icon.d.ts +7 -0
  82. package/dist/types/icons/chart-bubble-icon/chart-bubble-icon.d.ts +7 -0
  83. package/dist/types/icons/chart-donut-icon/chart-donut-icon.d.ts +7 -0
  84. package/dist/types/icons/chart-donuts-icon/chart-donuts-icon.d.ts +7 -0
  85. package/dist/types/icons/check-icon/check-icon.d.ts +8 -0
  86. package/dist/types/icons/chevron-double-left-icon/chevron-double-left-icon.d.ts +7 -0
  87. package/dist/types/icons/circular-saw-icon/circular-saw-icon.d.ts +7 -0
  88. package/dist/types/icons/close-icon/close-icon.d.ts +7 -0
  89. package/dist/types/icons/fire-icon/fire-icon.d.ts +7 -0
  90. package/dist/types/icons/flask-icon/flask-icon.d.ts +7 -0
  91. package/dist/types/icons/git-icon/git-icon.d.ts +7 -0
  92. package/dist/types/icons/java-script-icon/java-script-icon.d.ts +7 -0
  93. package/dist/types/icons/one-password-icon/one-password-icon.d.ts +7 -0
  94. package/dist/types/icons/protocol-icon/protocol-icon.d.ts +7 -0
  95. package/dist/types/icons/puzzle-icon/puzzle-icon.d.ts +8 -0
  96. package/dist/types/icons/qr-code-icon/qr-code-icon.d.ts +7 -0
  97. package/dist/types/icons/radio-2-icon/radio-2-icon.d.ts +8 -0
  98. package/dist/types/icons/spider-icon/spider-icon.d.ts +7 -0
  99. package/dist/types/icons/svg-icon/svg-icon.d.ts +7 -0
  100. package/dist/types/icons/vector-curve-icon/vector-curve-icon.d.ts +7 -0
  101. package/dist/types/icons/webhook-icon/webhook-icon.d.ts +7 -0
  102. package/package.json +1 -1
  103. package/dist/cjs/slug-icon.cjs.entry.js +0 -24
  104. package/dist/esm/slug-icon.entry.js +0 -20
  105. package/dist/proto-ikons-wc/p-99f28ca6.entry.js +0 -1
  106. package/dist/proto-ikons-wc/p-c25cf1f4.entry.js +0 -1
@@ -36,6 +36,24 @@ let AlfaRomeoIkon = class {
36
36
  };
37
37
  AlfaRomeoIkon.style = alfaRomeoIkonCss;
38
38
 
39
+ const alienIconCss = "";
40
+
41
+ let AlienIcon = class {
42
+ constructor(hostRef) {
43
+ index.registerInstance(this, hostRef);
44
+ this.hex = undefined;
45
+ this.label = undefined;
46
+ this.name = 'alien';
47
+ this.size = undefined;
48
+ }
49
+ render() {
50
+ const { hex, label, name, size } = this;
51
+ const title = label ? label : name;
52
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M10.31 10.93C11.33 12.57 11.18 14.5 9.96 15.28C8.74 16.04 6.92 15.33\n 5.89 13.69C4.87 12.05 5.03 10.1 6.25 9.34C7.47 8.58 9.29 9.29 10.31\n 10.93M12 17.75C14 17.75 14.5 17 14.5 17C14.5 17 14 19 12 19C10 19 9.5\n 17.03 9.5 17C9.5 17 10 17.75 12 17.75M17.75 9.34C18.97 10.1 19.13 12.05\n 18.11 13.69C17.08 15.33 15.26 16.04 14.04 15.28C12.82 14.5 12.67 12.57\n 13.69 10.93C14.71 9.29 16.53 8.58 17.75 9.34M12 20C14.5 20 20 14.86 20\n 11C20 7.14 16.41 4 12 4C7.59 4 4 7.14 4 11C4 14.86 9.5 20 12 20M12 2C17.5\n 2 22 6.04 22 11C22 15.08 16.32 22 12 22C7.68 22 2 15.08 2 11C2 6.04 6.5 2\n 12 2Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
53
+ }
54
+ };
55
+ AlienIcon.style = alienIconCss;
56
+
39
57
  const amGeneralIkonCss = "";
40
58
 
41
59
  let AmGeneralIkon = class {
@@ -52,6 +70,24 @@ let AmGeneralIkon = class {
52
70
  };
53
71
  AmGeneralIkon.style = amGeneralIkonCss;
54
72
 
73
+ const asteriskIconCss = "";
74
+
75
+ let AsteriskIcon = class {
76
+ constructor(hostRef) {
77
+ index.registerInstance(this, hostRef);
78
+ this.hex = undefined;
79
+ this.label = undefined;
80
+ this.name = 'asterisk';
81
+ this.size = undefined;
82
+ }
83
+ render() {
84
+ const { hex, label, name, size } = this;
85
+ const title = label ? label : name;
86
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M10 2H14L13.21 9.91L19.66 5.27L21.66 8.73L14.42 12L21.66 15.27L19.66\n 18.73L13.21 14.09L14 22H10L10.79 14.09L4.34 18.73L2.34 15.27L9.58 12L2.34\n 8.73L4.34 5.27L10.79 9.91L10 2Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
87
+ }
88
+ };
89
+ AsteriskIcon.style = asteriskIconCss;
90
+
55
91
  const astonMartinIkonCss = "";
56
92
 
57
93
  let AstonMartinIkon = class {
@@ -84,6 +120,78 @@ let AudiIkon = class {
84
120
  };
85
121
  AudiIkon.style = audiIkonCss;
86
122
 
123
+ const barcodeIconCss = "";
124
+
125
+ let BarcodeIcon = class {
126
+ constructor(hostRef) {
127
+ index.registerInstance(this, hostRef);
128
+ this.hex = undefined;
129
+ this.label = undefined;
130
+ this.name = 'barcode';
131
+ this.size = undefined;
132
+ }
133
+ render() {
134
+ const { hex, label, name, size } = this;
135
+ const title = label ? label : name;
136
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M2 6H4V18H2V6M5 6H6V18H5V6M7 6H10V18H7V6M11 6H12V18H11V6M14\n 6H16V18H14V6M17 6H20V18H17V6M21 6H22V18H21V6Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
137
+ }
138
+ };
139
+ BarcodeIcon.style = barcodeIconCss;
140
+
141
+ const barcodeScanIconCss = "";
142
+
143
+ let BarcodeScanIcon = class {
144
+ constructor(hostRef) {
145
+ index.registerInstance(this, hostRef);
146
+ this.hex = undefined;
147
+ this.label = undefined;
148
+ this.name = 'barcode-scan';
149
+ this.size = undefined;
150
+ }
151
+ render() {
152
+ const { hex, label, name, size } = this;
153
+ const title = label ? label : name;
154
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M4 6H6V18H4V6M7 6H8V18H7V6M9 6H12V18H9V6M13 6H14V18H13V6M16\n 6H18V18H16V6M19 6H20V18H19V6M2 4V8H0V4A2 2 0 0 1 2 2H6V4H2M22 2A2 2 0 0 1\n 24 4V8H22V4H18V2H22M2 16V20H6V22H2A2 2 0 0 1 0 20V16H2M22 20V16H24V20A2 2\n 0 0 1 22 22H18V20H22Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
155
+ }
156
+ };
157
+ BarcodeScanIcon.style = barcodeScanIconCss;
158
+
159
+ const bashIconCss = "";
160
+
161
+ let BashIcon = class {
162
+ constructor(hostRef) {
163
+ index.registerInstance(this, hostRef);
164
+ this.hex = undefined;
165
+ this.label = undefined;
166
+ this.name = 'bash';
167
+ this.size = undefined;
168
+ }
169
+ render() {
170
+ const { hex, label, name, size } = this;
171
+ const title = label ? label : name;
172
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M5 9H7.31L7.63 6H9.63L9.31 9H11.31L11.63 6H13.63L13.31\n 9H15V11H13.1L12.9 13H15V15H12.69L12.37 18H10.37L10.69 15H8.69L8.37\n 18H6.37L6.69 15H5V13H6.9L7.1 11H5V9M9.1 11L8.9 13H10.9L11.1 11M19\n 6H17V14H19M19 16H17V18H19Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
173
+ }
174
+ };
175
+ BashIcon.style = bashIconCss;
176
+
177
+ const beakerIconCss = "";
178
+
179
+ let BeakerIcon = class {
180
+ constructor(hostRef) {
181
+ index.registerInstance(this, hostRef);
182
+ this.hex = undefined;
183
+ this.label = undefined;
184
+ this.name = 'beaker';
185
+ this.size = undefined;
186
+ }
187
+ render() {
188
+ const { hex, label, name, size } = this;
189
+ const title = label ? label : name;
190
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M3 3H21V5A2 2 0 0 0 19 7V19A2 2 0 0 1 17 21H7A2 2 0 0 1 5 19V7A2 2 0 0\n 0 3 5V3M7 5V7H12V8H7V9H10V10H7V11H10V12H7V13H12V14H7V15H10V16H7V19H17V5H7Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
191
+ }
192
+ };
193
+ BeakerIcon.style = beakerIconCss;
194
+
87
195
  const bentlyIkonCss = "";
88
196
 
89
197
  let BentlyIkon = class {
@@ -164,6 +272,97 @@ let CadillacIkon = class {
164
272
  };
165
273
  CadillacIkon.style = cadillacIkonCss;
166
274
 
275
+ const chartBarIconCss = "";
276
+
277
+ let ChartBarIcon = class {
278
+ constructor(hostRef) {
279
+ index.registerInstance(this, hostRef);
280
+ this.hex = undefined;
281
+ this.label = undefined;
282
+ this.name = 'chart-bar';
283
+ this.size = undefined;
284
+ }
285
+ render() {
286
+ const { hex, label, name, size } = this;
287
+ const title = label ? label : name;
288
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M22 21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
289
+ }
290
+ };
291
+ ChartBarIcon.style = chartBarIconCss;
292
+
293
+ const chartBubbleIconCss = "";
294
+
295
+ let ChartBubbleIcon = class {
296
+ constructor(hostRef) {
297
+ index.registerInstance(this, hostRef);
298
+ this.hex = undefined;
299
+ this.label = undefined;
300
+ this.name = 'chart-bubble';
301
+ this.size = undefined;
302
+ }
303
+ render() {
304
+ const { hex, label, name, size } = this;
305
+ const title = label ? label : name;
306
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M7.2 11.2C8.97 11.2 10.4 12.63 10.4 14.4C10.4 16.17 8.97 17.6 7.2\n 17.6C5.43 17.6 4 16.17 4 14.4C4 12.63 5.43 11.2 7.2 11.2M14.8 16A2 2 0 0 1\n 16.8 18A2 2 0 0 1 14.8 20A2 2 0 0 1 12.8 18A2 2 0 0 1 14.8 16M15.2 4A4.8\n 4.8 0 0 1 20 8.8C20 11.45 17.85 13.6 15.2 13.6A4.8 4.8 0 0 1 10.4 8.8C10.4\n 6.15 12.55 4 15.2 4Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
307
+ }
308
+ };
309
+ ChartBubbleIcon.style = chartBubbleIconCss;
310
+
311
+ const chartDonutIconCss = "";
312
+
313
+ let ChartDonutIcon = class {
314
+ constructor(hostRef) {
315
+ index.registerInstance(this, hostRef);
316
+ this.hex = undefined;
317
+ this.label = undefined;
318
+ this.name = 'chart-donut';
319
+ this.size = undefined;
320
+ }
321
+ render() {
322
+ const { hex, label, name, size } = this;
323
+ const title = label ? label : name;
324
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M13 2.05V5.08C16.39 5.57 19 8.47 19 12C19 12.9 18.82 13.75 18.5\n 14.54L21.12 16.07C21.68 14.83 22 13.45 22 12C22 6.82 18.05 2.55 13 2.05M12\n 19A7 7 0 0 1 5 12C5 8.47 7.61 5.57 11 5.08V2.05C5.94 2.55 2 6.81 2 12A10\n 10 0 0 0 12 22C15.3 22 18.23 20.39 20.05 17.91L17.45 16.38C16.17 18 14.21\n 19 12 19Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
325
+ }
326
+ };
327
+ ChartDonutIcon.style = chartDonutIconCss;
328
+
329
+ const chartDonutsIconCss = "";
330
+
331
+ let ChartDonutsIcon = class {
332
+ constructor(hostRef) {
333
+ index.registerInstance(this, hostRef);
334
+ this.hex = undefined;
335
+ this.label = undefined;
336
+ this.name = 'chart-donuts';
337
+ this.size = undefined;
338
+ }
339
+ render() {
340
+ const { hex, label, name, size } = this;
341
+ const title = label ? label : name;
342
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M13 2.05C18.05 2.55 22 6.82 22 12C22 13.45 21.68 14.83 21.12 16.07L18.5\n 14.54C18.82 13.75 19 12.9 19 12C19 8.47 16.39 5.57 13 5.08V2.05M12\n 19C14.21 19 16.17 18 17.45 16.38L20.05 17.91C18.23 20.39 15.3 22 12\n 22C6.47 22 2 17.5 2 12C2 6.81 5.94 2.55 11 2.05V5.08C7.61 5.57 5 8.47 5\n 12A7 7 0 0 0 12 19M12 6A6 6 0 0 1 18 12C18 14.97 15.84 17.44 13\n 17.92V14.83C14.17 14.42 15 13.31 15 12A3 3 0 0 0 12 9L11.45 9.05L9.91\n 6.38C10.56 6.13 11.26 6 12 6M6 12C6 10.14 6.85 8.5 8.18 7.38L9.72\n 10.05C9.27 10.57 9 11.26 9 12C9 13.31 9.83 14.42 11 14.83V17.92C8.16 17.44\n 6 14.97 6 12Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
343
+ }
344
+ };
345
+ ChartDonutsIcon.style = chartDonutsIconCss;
346
+
347
+ const checkIconCss = "";
348
+
349
+ let CheckIcon = class {
350
+ constructor(hostRef) {
351
+ index.registerInstance(this, hostRef);
352
+ this.selected = false;
353
+ this.hex = undefined;
354
+ this.label = undefined;
355
+ this.name = 'check';
356
+ this.size = undefined;
357
+ }
358
+ render() {
359
+ const { selected, hex, label, name, size } = this;
360
+ const title = label ? label : name;
361
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, selected ? (index.h("path", { d: "M10 17L5 12L6.41 10.58L10 14.17L17.59 6.58L19 8M19 3H5C3.89 3 3 3.89\n 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V5C21 3.89 20.1 3 19 3Z" })) : (index.h("path", { d: "M19 3H5C3.89 3 3 3.89 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V5C21\n 3.89 20.1 3 19 3M19 5V19H5V5H19Z" }))), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
362
+ }
363
+ };
364
+ CheckIcon.style = checkIconCss;
365
+
167
366
  const chevroletIkonCss = "";
168
367
 
169
368
  let ChevroletIkon = class {
@@ -180,6 +379,24 @@ let ChevroletIkon = class {
180
379
  };
181
380
  ChevroletIkon.style = chevroletIkonCss;
182
381
 
382
+ const chevronDoubleLeftIconCss = "";
383
+
384
+ let ChevronDoubleLeftIcon = class {
385
+ constructor(hostRef) {
386
+ index.registerInstance(this, hostRef);
387
+ this.hex = undefined;
388
+ this.label = undefined;
389
+ this.name = 'chevron-double-left';
390
+ this.size = undefined;
391
+ }
392
+ render() {
393
+ const { hex, label, name, size } = this;
394
+ const title = label ? label : name;
395
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M18.41 7.41L17 6L11 12L17 18L18.41 16.59L13.83 12L18.41 7.41M12.41\n 7.41L11 6L5 12L11 18L12.41 16.59L7.83 12L12.41 7.41Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
396
+ }
397
+ };
398
+ ChevronDoubleLeftIcon.style = chevronDoubleLeftIconCss;
399
+
183
400
  const chryslerIkonCss = "";
184
401
 
185
402
  let ChryslerIkon = class {
@@ -196,6 +413,24 @@ let ChryslerIkon = class {
196
413
  };
197
414
  ChryslerIkon.style = chryslerIkonCss;
198
415
 
416
+ const circularSawIconCss = "";
417
+
418
+ let CircularSawIcon = class {
419
+ constructor(hostRef) {
420
+ index.registerInstance(this, hostRef);
421
+ this.hex = undefined;
422
+ this.label = undefined;
423
+ this.name = 'circular-saw';
424
+ this.size = undefined;
425
+ }
426
+ render() {
427
+ const { hex, label, name, size } = this;
428
+ const title = label ? label : name;
429
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M13 11A1 1 0 0 1 14 12A1 1 0 0 1 13 13A1 1 0 0 1 12 12A1 1 0 0 1 13\n 11M7.86 6.25C9.14 4.87 10.97 4 13 4C16.5 4 19.44 6.61 19.93 10H22V12H16A3\n 3 0 0 0 13 9A3 3 0 0 0 10 12H2V10H2.05C2.25 7.73 3.14 5.66 4.5 4L7.86\n 6.25M6.73 7.89L5.06 6.77C4.53 7.75 4.18 8.84 4.06 10H6.07C6.18 9.25 6.4\n 8.54 6.73 7.89M7.4 15.4L6 14H11.79C12.03 14.42 12.5 14.7 13 14.7C13.5 14.7\n 13.97 14.42 14.21 14H20V15.4C18.39 14.42 18.46 15.75 18.46\n 15.75V17.71L16.5 19.67C16 17.92 15.1 18.9 15.1 18.9L13.7 20.3H10.9C11.88\n 18.69 10.55 18.76 10.55 18.76H8.59L6.63 16.8C8.38 16.31 7.4 15.4 7.4 15.4Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
430
+ }
431
+ };
432
+ CircularSawIcon.style = circularSawIconCss;
433
+
199
434
  const citroenIkonCss = "";
200
435
 
201
436
  let CitroenIkon = class {
@@ -212,6 +447,24 @@ let CitroenIkon = class {
212
447
  };
213
448
  CitroenIkon.style = citroenIkonCss;
214
449
 
450
+ const closeIconCss = "";
451
+
452
+ let CloseIcon = class {
453
+ constructor(hostRef) {
454
+ index.registerInstance(this, hostRef);
455
+ this.hex = undefined;
456
+ this.label = undefined;
457
+ this.name = 'close';
458
+ this.size = undefined;
459
+ }
460
+ render() {
461
+ const { hex, label, name, size } = this;
462
+ const title = label ? label : name;
463
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12\n 13.41 17.59 19 19 17.59 13.41 12z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
464
+ }
465
+ };
466
+ CloseIcon.style = closeIconCss;
467
+
215
468
  const daewooIkonCss = "";
216
469
 
217
470
  let DaewooIkon = class {
@@ -310,6 +563,24 @@ let FingerprintIcon = class {
310
563
  };
311
564
  FingerprintIcon.style = fingerprintIconCss;
312
565
 
566
+ const fireIconCss = "";
567
+
568
+ let FireIcon = class {
569
+ constructor(hostRef) {
570
+ index.registerInstance(this, hostRef);
571
+ this.hex = undefined;
572
+ this.label = undefined;
573
+ this.name = 'fire';
574
+ this.size = undefined;
575
+ }
576
+ render() {
577
+ const { hex, label, name, size } = this;
578
+ const title = label ? label : name;
579
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M17.55 11.2C17.32 10.9 17.05 10.64 16.79 10.38C16.14 9.78 15.39 9.35\n 14.76 8.72C13.3 7.26 13 4.85 13.91 3C13 3.23 12.16 3.75 11.46 4.32C8.92\n 6.4 7.92 10.07 9.12 13.22C9.16 13.32 9.2 13.42 9.2 13.55C9.2 13.77 9.05\n 13.97 8.85 14.05C8.63 14.15 8.39 14.09 8.21 13.93C8.15 13.88 8.11 13.83\n 8.06 13.76C6.96 12.33 6.78 10.28 7.53 8.64C5.89 10 5 12.3 5.14 14.47C5.18\n 14.97 5.24 15.47 5.41 15.97C5.55 16.57 5.81 17.17 6.13 17.7C7.17 19.43 9\n 20.67 10.97 20.92C13.07 21.19 15.32 20.8 16.93 19.32C18.73 17.66 19.38 15\n 18.43 12.72L18.3 12.46C18.1 12 17.83 11.59 17.5 11.21L17.55 11.2M14.45\n 17.5C14.17 17.74 13.72 18 13.37 18.1C12.27 18.5 11.17 17.94 10.5\n 17.28C11.69 17 12.39 16.12 12.59 15.23C12.76 14.43 12.45 13.77 12.32\n 13C12.2 12.26 12.22 11.63 12.5 10.94C12.67 11.32 12.87 11.7 13.1 12C13.86\n 13 15.05 13.44 15.3 14.8C15.34 14.94 15.36 15.08 15.36 15.23C15.39 16.05\n 15.04 16.95 14.44 17.5H14.45Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
580
+ }
581
+ };
582
+ FireIcon.style = fireIconCss;
583
+
313
584
  const fiskerIkonCss = "";
314
585
 
315
586
  let FiskerIkon = class {
@@ -326,6 +597,24 @@ let FiskerIkon = class {
326
597
  };
327
598
  FiskerIkon.style = fiskerIkonCss;
328
599
 
600
+ const flaskIconCss = "";
601
+
602
+ let FlaskIcon = class {
603
+ constructor(hostRef) {
604
+ index.registerInstance(this, hostRef);
605
+ this.hex = undefined;
606
+ this.label = undefined;
607
+ this.name = 'flask';
608
+ this.size = undefined;
609
+ }
610
+ render() {
611
+ const { hex, label, name, size } = this;
612
+ const title = label ? label : name;
613
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M6 22A3 3 0 0 1 3 19C3 18.4 3.18 17.84 3.5 17.37L9 7.81V6A1 1 0 0 1 8\n 5V4A2 2 0 0 1 10 2H14A2 2 0 0 1 16 4V5A1 1 0 0 1 15 6V7.81L20.5\n 17.37C20.82 17.84 21 18.4 21 19A3 3 0 0 1 18 22H6M5 19A1 1 0 0 0 6 20H18A1\n 1 0 0 0 19 19C19 18.79 18.93 18.59 18.82 18.43L16.53 14.47L14 17L8.93\n 11.93L5.18 18.43C5.07 18.59 5 18.79 5 19M13 10A1 1 0 0 0 12 11A1 1 0 0 0\n 13 12A1 1 0 0 0 14 11A1 1 0 0 0 13 10Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
614
+ }
615
+ };
616
+ FlaskIcon.style = flaskIconCss;
617
+
329
618
  const fordIkonCss = "";
330
619
 
331
620
  let FordIkon = class {
@@ -374,6 +663,24 @@ let GeoIkon = class {
374
663
  };
375
664
  GeoIkon.style = geoIkonCss;
376
665
 
666
+ const gitIconCss = "";
667
+
668
+ let GitIcon = class {
669
+ constructor(hostRef) {
670
+ index.registerInstance(this, hostRef);
671
+ this.hex = undefined;
672
+ this.label = undefined;
673
+ this.name = 'git';
674
+ this.size = undefined;
675
+ }
676
+ render() {
677
+ const { hex, label, name, size } = this;
678
+ const title = label ? label : name;
679
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M2.6 10.59L8.38 4.8L10.07 6.5C9.83 7.35 10.22 8.28 11 8.73V14.27C10.4\n 14.61 10 15.26 10 16A2 2 0 0 0 12 18A2 2 0 0 0 14 16C14 15.26 13.6 14.61\n 13 14.27V9.41L15.07 11.5C15 11.65 15 11.82 15 12A2 2 0 0 0 17 14A2 2 0 0 0\n 19 12A2 2 0 0 0 17 10C16.82 10 16.65 10 16.5 10.07L13.93 7.5C14.19 6.57\n 13.71 5.55 12.78 5.16C12.35 5 11.9 4.96 11.5 5.07L9.8 3.38L10.59 2.6C11.37\n 1.81 12.63 1.81 13.41 2.6L21.4 10.59C22.19 11.37 22.19 12.63 21.4\n 13.41L13.41 21.4C12.63 22.19 11.37 22.19 10.59 21.4L2.6 13.41C1.81 12.63\n 1.81 11.37 2.6 10.59Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
680
+ }
681
+ };
682
+ GitIcon.style = gitIconCss;
683
+
377
684
  const gmcIkonCss = "";
378
685
 
379
686
  let GmcIkon = class {
@@ -486,6 +793,24 @@ let JaguarIkon = class {
486
793
  };
487
794
  JaguarIkon.style = jaguarIkonCss;
488
795
 
796
+ const javaScriptIconCss = "";
797
+
798
+ let JavaScriptIcon = class {
799
+ constructor(hostRef) {
800
+ index.registerInstance(this, hostRef);
801
+ this.hex = undefined;
802
+ this.label = undefined;
803
+ this.name = 'java-script';
804
+ this.size = undefined;
805
+ }
806
+ render() {
807
+ const { hex, label, name, size } = this;
808
+ const title = label ? label : name;
809
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M3 3H21V21H3V3M7.73 18.04C8.13 18.89 8.92 19.59 10.27 19.59C11.77 19.59\n 12.8 18.79 12.8 17.04V11.26H11.1V17C11.1 17.86 10.75 18.08 10.2 18.08C9.62\n 18.08 9.38 17.68 9.11 17.21L7.73 18.04M13.71 17.86C14.21 18.84 15.22 19.59\n 16.8 19.59C18.4 19.59 19.6 18.76 19.6 17.23C19.6 15.82 18.79 15.19 17.35\n 14.57L16.93 14.39C16.2 14.08 15.89 13.87 15.89 13.37C15.89 12.96 16.2\n 12.64 16.7 12.64C17.18 12.64 17.5 12.85 17.79 13.37L19.1 12.5C18.55 11.54\n 17.77 11.17 16.7 11.17C15.19 11.17 14.22 12.13 14.22 13.4C14.22 14.78\n 15.03 15.43 16.25 15.95L16.67 16.13C17.45 16.47 17.91 16.68 17.91\n 17.26C17.91 17.74 17.46 18.09 16.76 18.09C15.93 18.09 15.45 17.66 15.09\n 17.06L13.71 17.86Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
810
+ }
811
+ };
812
+ JavaScriptIcon.style = javaScriptIconCss;
813
+
489
814
  const jeepIkonCss = "";
490
815
 
491
816
  let JeepIkon = class {
@@ -758,6 +1083,24 @@ let OldsmobileIkon = class {
758
1083
  };
759
1084
  OldsmobileIkon.style = oldsmobileIkonCss;
760
1085
 
1086
+ const onePasswordIconCss = "";
1087
+
1088
+ let OnePasswordIcon = class {
1089
+ constructor(hostRef) {
1090
+ index.registerInstance(this, hostRef);
1091
+ this.hex = undefined;
1092
+ this.label = undefined;
1093
+ this.name = 'one-password';
1094
+ this.size = undefined;
1095
+ }
1096
+ render() {
1097
+ const { hex, label, name, size } = this;
1098
+ const title = label ? label : name;
1099
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M12 1C5.92 1 1 5.92 1 12C1 18.08 5.92 23 12 23C18.08 23 23 18.08 23\n 12C23 5.92 18.08 1 12 1M12 20A8 8 0 0 1 4 12A8 8 0 0 1 12 4A8 8 0 0 1 20\n 12A8 8 0 0 1 12 20M13 13.5C13 14.13 13.4 14.7 14 14.91V18H10V11.91C10.78\n 11.64 11.19 10.8 10.93 10C10.78 9.58 10.44 9.24 10 9.09V6H14V12.09C13.4\n 12.3 13 12.87 13 13.5Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
1100
+ }
1101
+ };
1102
+ OnePasswordIcon.style = onePasswordIconCss;
1103
+
761
1104
  const opelIkonCss = "";
762
1105
 
763
1106
  let OpelIkon = class {
@@ -797,7 +1140,7 @@ let PawIcon = class {
797
1140
  index.registerInstance(this, hostRef);
798
1141
  this.hex = undefined;
799
1142
  this.label = undefined;
800
- this.name = 'pulse';
1143
+ this.name = 'paw';
801
1144
  this.size = undefined;
802
1145
  }
803
1146
  render() {
@@ -872,6 +1215,24 @@ let PorscheIkon = class {
872
1215
  };
873
1216
  PorscheIkon.style = porscheIkonCss;
874
1217
 
1218
+ const protocolIconCss = "";
1219
+
1220
+ let ProtocolIcon = class {
1221
+ constructor(hostRef) {
1222
+ index.registerInstance(this, hostRef);
1223
+ this.hex = undefined;
1224
+ this.label = undefined;
1225
+ this.name = 'protocol';
1226
+ this.size = undefined;
1227
+ }
1228
+ render() {
1229
+ const { hex, label, name, size } = this;
1230
+ const title = label ? label : name;
1231
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M18 20H14L18 4H22M16 4H12L8 20H12M2 16.5A2.5 2.5 0 0 0 4.5 19A2.5 2.5 0\n 0 0 7 16.5A2.5 2.5 0 0 0 4.5 14A2.5 2.5 0 0 0 2 16.5M2 9.5A2.5 2.5 0 0 0\n 4.5 12A2.5 2.5 0 0 0 7 9.5A2.5 2.5 0 0 0 4.5 7A2.5 2.5 0 0 0 2 9.5Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
1232
+ }
1233
+ };
1234
+ ProtocolIcon.style = protocolIconCss;
1235
+
875
1236
  const pulseIconCss = "";
876
1237
 
877
1238
  let PulseIcon = class {
@@ -890,6 +1251,62 @@ let PulseIcon = class {
890
1251
  };
891
1252
  PulseIcon.style = pulseIconCss;
892
1253
 
1254
+ const puzzleIconCss = "";
1255
+
1256
+ let PuzzleIcon = class {
1257
+ constructor(hostRef) {
1258
+ index.registerInstance(this, hostRef);
1259
+ this.selected = false;
1260
+ this.hex = undefined;
1261
+ this.label = undefined;
1262
+ this.name = 'puzzle';
1263
+ this.size = undefined;
1264
+ }
1265
+ render() {
1266
+ const { selected, hex, label, name, size } = this;
1267
+ const title = label ? label : name;
1268
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, selected ? (index.h("path", { d: "M20.5 11H19V7C19 5.89 18.1 5 17 5H13V3.5A2.5 2.5 0 0 0 10.5 1A2.5 2.5\n 0 0 0 8 3.5V5H4A2 2 0 0 0 2 7V10.8H3.5C5 10.8 6.2 12 6.2 13.5C6.2 15 5\n 16.2 3.5 16.2H2V20A2 2 0 0 0 4 22H7.8V20.5C7.8 19 9 17.8 10.5 17.8C12\n 17.8 13.2 19 13.2 20.5V22H17A2 2 0 0 0 19 20V16H20.5A2.5 2.5 0 0 0 23\n 13.5A2.5 2.5 0 0 0 20.5 11Z" })) : (index.h("path", { d: "M22 13.5C22 15.26 20.7 16.72 19 16.96V20A2 2 0 0 1 17\n 22H13.2V21.7A2.7 2.7 0 0 0 10.5 19C9 19 7.8 20.21 7.8 21.7V22H4A2 2 0 0\n 1 2 20V16.2H2.3C3.79 16.2 5 15 5 13.5C5 12 3.79 10.8 2.3 10.8H2V7A2 2 0\n 0 1 4 5H7.04C7.28 3.3 8.74 2 10.5 2C12.26 2 13.72 3.3 13.96 5H17A2 2 0 0\n 1 19 7V10.04C20.7 10.28 22 11.74 22 13.5M17 15H18.5A1.5 1.5 0 0 0 20\n 13.5A1.5 1.5 0 0 0 18.5 12H17V7H12V5.5A1.5 1.5 0 0 0 10.5 4A1.5 1.5 0 0\n 0 9 5.5V7H4V9.12C5.76 9.8 7 11.5 7 13.5C7 15.5 5.75 17.2 4\n 17.88V20H6.12C6.8 18.25 8.5 17 10.5 17C12.5 17 14.2 18.25 14.88\n 20H17V15Z" }))), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
1269
+ }
1270
+ };
1271
+ PuzzleIcon.style = puzzleIconCss;
1272
+
1273
+ const qrCodeIconCss = "";
1274
+
1275
+ let QrCodeIcon = class {
1276
+ constructor(hostRef) {
1277
+ index.registerInstance(this, hostRef);
1278
+ this.hex = undefined;
1279
+ this.label = undefined;
1280
+ this.name = 'qr-code';
1281
+ this.size = undefined;
1282
+ }
1283
+ render() {
1284
+ const { hex, label, name, size } = this;
1285
+ const title = label ? label : name;
1286
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M3 11H5V13H3V11M11 5H13V9H11V5M9 11H13V15H11V13H9V11M15\n 11H17V13H19V11H21V13H19V15H21V19H19V21H17V19H13V21H11V17H15V15H17V13H15V11M19\n 19V15H17V19H19M15 3H21V9H15V3M17 5V7H19V5H17M3 3H9V9H3V3M5 5V7H7V5H5M3\n 15H9V21H3V15M5 17V19H7V17H5Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
1287
+ }
1288
+ };
1289
+ QrCodeIcon.style = qrCodeIconCss;
1290
+
1291
+ const radio2IconCss = "";
1292
+
1293
+ let Radio2Icon = class {
1294
+ constructor(hostRef) {
1295
+ index.registerInstance(this, hostRef);
1296
+ this.selected = false;
1297
+ this.hex = undefined;
1298
+ this.label = undefined;
1299
+ this.name = 'radio-2';
1300
+ this.size = undefined;
1301
+ }
1302
+ render() {
1303
+ const { selected, hex, label, name, size } = this;
1304
+ const title = label ? label : name;
1305
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, selected ? (index.h("path", { d: "M12 2A10 10 0 0 1 22 12A10 10 0 0 1 12 22A10 10 0 0 1 2 12A10 10 0 0\n 1 12 2M12 4A8 8 0 0 0 4 12A8 8 0 0 0 12 20A8 8 0 0 0 20 12A8 8 0 0 0 12\n 4M12 19C10.1 19 8.3 18.2 7.1 16.9C5.9 15.6 5 13.9 5 12C5 10.1 5.8 8.3\n 7.1 7.1C8.4 5.9 10.1 5 12 5C13.9 5 15.7 5.8 16.9 7.1C18.1 8.4 19 10.1 19\n 12C19 13.9 18.2 15.7 16.9 16.9C15.6 18.1 13.9 19 12 19Z" })) : (index.h("path", { d: "M12 20A8 8 0 0 1 4 12A8 8 0 0 1 12 4A8 8 0 0 1 20 12A8 8 0 0 1 12\n 20M12 2A10 10 0 0 0 2 12A10 10 0 0 0 12 22A10 10 0 0 0 22 12A10 10 0 0 0\n 12 2Z" }))), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
1306
+ }
1307
+ };
1308
+ Radio2Icon.style = radio2IconCss;
1309
+
893
1310
  const radioIconCss = "";
894
1311
 
895
1312
  let RadioIcon = class {
@@ -898,7 +1315,7 @@ let RadioIcon = class {
898
1315
  this.selected = false;
899
1316
  this.hex = undefined;
900
1317
  this.label = undefined;
901
- this.name = 'pulse';
1318
+ this.name = 'radio';
902
1319
  this.size = undefined;
903
1320
  }
904
1321
  render() {
@@ -932,7 +1349,7 @@ let RefreshIcon = class {
932
1349
  index.registerInstance(this, hostRef);
933
1350
  this.hex = undefined;
934
1351
  this.label = undefined;
935
- this.name = 'pulse';
1352
+ this.name = 'refresh';
936
1353
  this.size = undefined;
937
1354
  }
938
1355
  render() {
@@ -1055,6 +1472,23 @@ let SkodaIkon = class {
1055
1472
  };
1056
1473
  SkodaIkon.style = skodaIkonCss;
1057
1474
 
1475
+ const slugIconCss = "";
1476
+
1477
+ let SlugIcon = class {
1478
+ constructor(hostRef) {
1479
+ index.registerInstance(this, hostRef);
1480
+ this.label = undefined;
1481
+ this.name = 'slug';
1482
+ this.size = undefined;
1483
+ }
1484
+ render() {
1485
+ const { label, name, size } = this;
1486
+ const title = label ? label : name;
1487
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
1488
+ }
1489
+ };
1490
+ SlugIcon.style = slugIconCss;
1491
+
1058
1492
  const smartIkonCss = "";
1059
1493
 
1060
1494
  let SmartIkon = class {
@@ -1071,6 +1505,24 @@ let SmartIkon = class {
1071
1505
  };
1072
1506
  SmartIkon.style = smartIkonCss;
1073
1507
 
1508
+ const spiderIconCss = "";
1509
+
1510
+ let SpiderIcon = class {
1511
+ constructor(hostRef) {
1512
+ index.registerInstance(this, hostRef);
1513
+ this.hex = undefined;
1514
+ this.label = undefined;
1515
+ this.name = 'spider';
1516
+ this.size = undefined;
1517
+ }
1518
+ render() {
1519
+ const { hex, label, name, size } = this;
1520
+ const title = label ? label : name;
1521
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M21.29 16.71L22.71 15.29L19.5 12.11L16.5 11.26L18.41 11L22.6 7.8L21.4\n 6.2L17.59 9.05L14.91 9.5L18.11 6.31L17 1.76L15 2.24L15.86 5.69L14.76\n 6.83A3 3 0 0 0 9.24 6.83L8.11 5.69L9 2.24L7 1.76L5.89 6.31L9.09 9.5L6.4\n 9.05L2.6 6.2L1.4 7.8L5.6 11L7.46 11.31L4.46 12.16L1.29 15.29L2.71\n 16.71L5.5 13.89L7.87 13.22L4 16.54V22H6V17.46L7.56 16.12A4.5 4.5 0 0 0\n 16.44 16.12L18 17.46V22H20V16.54L16.13 13.22L18.5 13.89Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
1522
+ }
1523
+ };
1524
+ SpiderIcon.style = spiderIconCss;
1525
+
1074
1526
  const spyderIkonCss = "";
1075
1527
 
1076
1528
  let SpyderIkon = class {
@@ -1119,6 +1571,24 @@ let SuzukiIkon = class {
1119
1571
  };
1120
1572
  SuzukiIkon.style = suzukiIkonCss;
1121
1573
 
1574
+ const svgIconCss = "";
1575
+
1576
+ let SvgIcon = class {
1577
+ constructor(hostRef) {
1578
+ index.registerInstance(this, hostRef);
1579
+ this.hex = undefined;
1580
+ this.label = undefined;
1581
+ this.name = 'svg';
1582
+ this.size = undefined;
1583
+ }
1584
+ render() {
1585
+ const { hex, label, name, size } = this;
1586
+ const title = label ? label : name;
1587
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M5.13 10.71H8.87L6.22 8.06C5.21 8.06 4.39 7.24 4.39 6.22A1.83 1.83 0 0\n 1 6.22 4.39C7.24 4.39 8.06 5.21 8.06 6.22L10.71 8.87V5.13C10 4.41 10 3.25\n 10.71 2.54C11.42 1.82 12.58 1.82 13.29 2.54C14 3.25 14 4.41 13.29\n 5.13V8.87L15.95 6.22C15.95 5.21 16.76 4.39 17.78 4.39C18.79 4.39 19.61\n 5.21 19.61 6.22C19.61 7.24 18.79 8.06 17.78 8.06L15.13 10.71H18.87C19.59\n 10 20.75 10 21.46 10.71C22.18 11.42 22.18 12.58 21.46 13.29C20.75 14 19.59\n 14 18.87 13.29H15.13L17.78 15.95C18.79 15.95 19.61 16.76 19.61 17.78A1.83\n 1.83 0 0 1 17.78 19.61C16.76 19.61 15.95 18.79 15.95 17.78L13.29\n 15.13V18.87C14 19.59 14 20.75 13.29 21.46C12.58 22.18 11.42 22.18 10.71\n 21.46C10 20.75 10 19.59 10.71 18.87V15.13L8.06 17.78C8.06 18.79 7.24 19.61\n 6.22 19.61C5.21 19.61 4.39 18.79 4.39 17.78C4.39 16.76 5.21 15.95 6.22\n 15.95L8.87 13.29H5.13C4.41 14 3.25 14 2.54 13.29C1.82 12.58 1.82 11.42\n 2.54 10.71C3.25 10 4.41 10 5.13 10.71Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
1588
+ }
1589
+ };
1590
+ SvgIcon.style = svgIconCss;
1591
+
1122
1592
  const teslaIkonCss = "";
1123
1593
 
1124
1594
  let TeslaIkon = class {
@@ -1151,6 +1621,24 @@ let ToyotaIkon = class {
1151
1621
  };
1152
1622
  ToyotaIkon.style = toyotaIkonCss;
1153
1623
 
1624
+ const vectorCurveIconCss = "";
1625
+
1626
+ let VectorCurveIcon = class {
1627
+ constructor(hostRef) {
1628
+ index.registerInstance(this, hostRef);
1629
+ this.hex = undefined;
1630
+ this.label = undefined;
1631
+ this.name = 'vector-curve';
1632
+ this.size = undefined;
1633
+ }
1634
+ render() {
1635
+ const { hex, label, name, size } = this;
1636
+ const title = label ? label : name;
1637
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M18.5 2A1.5 1.5 0 0 1 20 3.5A1.5 1.5 0 0 1 18.5 5C18.27 5 18.05 4.95\n 17.85 4.85L14.16 8.55L14.5 9C16.69 7.74 19.26 7 22 7L23 7.03V9.04L22\n 9C19.42 9 17 9.75 15 11.04A3.96 3.96 0 0 1 11.04 15C9.75 17 9 19.42 9\n 22L9.04 23H7.03L7 22C7 19.26 7.74 16.69 9 14.5L8.55 14.16L4.85 17.85C4.95\n 18.05 5 18.27 5 18.5A1.5 1.5 0 0 1 3.5 20A1.5 1.5 0 0 1 2 18.5A1.5 1.5 0 0\n 1 3.5 17C3.73 17 3.95 17.05 4.15 17.15L7.84 13.45C7.31 12.78 7 11.92 7\n 11A4 4 0 0 1 11 7C11.92 7 12.78 7.31 13.45 7.84L17.15 4.15C17.05 3.95 17\n 3.73 17 3.5A1.5 1.5 0 0 1 18.5 2M11 9A2 2 0 0 0 9 11A2 2 0 0 0 11 13A2 2 0\n 0 0 13 11A2 2 0 0 0 11 9Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
1638
+ }
1639
+ };
1640
+ VectorCurveIcon.style = vectorCurveIconCss;
1641
+
1154
1642
  const volkswagenIkonCss = "";
1155
1643
 
1156
1644
  let VolkswagenIkon = class {
@@ -1183,29 +1671,64 @@ let VolvoIkon = class {
1183
1671
  };
1184
1672
  VolvoIkon.style = volvoIkonCss;
1185
1673
 
1674
+ const webhookIconCss = "";
1675
+
1676
+ let WebhookIcon = class {
1677
+ constructor(hostRef) {
1678
+ index.registerInstance(this, hostRef);
1679
+ this.hex = undefined;
1680
+ this.label = undefined;
1681
+ this.name = 'webhook';
1682
+ this.size = undefined;
1683
+ }
1684
+ render() {
1685
+ const { hex, label, name, size } = this;
1686
+ const title = label ? label : name;
1687
+ return (index.h("svg", { width: size, height: size, viewBox: "0 0 24 24", role: "img", "aria-label": "title" }, index.h("title", null, title), index.h("g", { fill: hex }, index.h("path", { d: "M10.46 19C9 21.07 6.15 21.59 4.09 20.15C2.04 18.71 1.56 15.84 3\n 13.75C3.87 12.5 5.21 11.83 6.58 11.77L6.63 13.2C5.72 13.27 4.84 13.74 4.27\n 14.56C3.27 16 3.58 17.94 4.95 18.91C6.33 19.87 8.26 19.5 9.26 18.07C9.57\n 17.62 9.75 17.13 9.82 16.63V15.62L15.4 15.58L15.47 15.47C16 14.55 17.15\n 14.23 18.05 14.75C18.95 15.27 19.26 16.43 18.73 17.35C18.2 18.26 17.04\n 18.58 16.14 18.06C15.73 17.83 15.44 17.46 15.31 17.04L11.24 17.06C11.13\n 17.73 10.87 18.38 10.46 19M17.74 11.86C20.27 12.17 22.07 14.44 21.76\n 16.93C21.45 19.43 19.15 21.2 16.62 20.89C15.13 20.71 13.9 19.86 13.19\n 18.68L14.43 17.96C14.92 18.73 15.75 19.28 16.75 19.41C18.5 19.62 20.05\n 18.43 20.26 16.76C20.47 15.09 19.23 13.56 17.5 13.35C16.96 13.29 16.44\n 13.36 15.97 13.53L15.12 13.97L12.54 9.2H12.32C11.26 9.16 10.44 8.29 10.47\n 7.25C10.5 6.21 11.4 5.4 12.45 5.44C13.5 5.5 14.33 6.35 14.3 7.39C14.28\n 7.83 14.11 8.23 13.84 8.54L15.74 12.05C16.36 11.85 17.04 11.78 17.74\n 11.86M8.25 9.14C7.25 6.79 8.31 4.1 10.62 3.12C12.94 2.14 15.62 3.25 16.62\n 5.6C17.21 6.97 17.09 8.47 16.42 9.67L15.18 8.95C15.6 8.14 15.67 7.15 15.27\n 6.22C14.59 4.62 12.78 3.85 11.23 4.5C9.67 5.16 8.97 7 9.65 8.6C9.93 9.26\n 10.4 9.77 10.97 10.11L11.36 10.32L8.29 15.31C8.32 15.36 8.36 15.42 8.39\n 15.5C8.88 16.41 8.54 17.56 7.62 18.05C6.71 18.54 5.56 18.18 5.06\n 17.24C4.57 16.31 4.91 15.16 5.83 14.67C6.22 14.46 6.65 14.41 7.06\n 14.5L9.37 10.73C8.9 10.3 8.5 9.76 8.25 9.14Z" })), index.h("path", { d: "M0 0h24v24H0z", fill: "none" })));
1688
+ }
1689
+ };
1690
+ WebhookIcon.style = webhookIconCss;
1691
+
1186
1692
  exports.acura_ikon = AcuraIkon;
1187
1693
  exports.alfa_romeo_ikon = AlfaRomeoIkon;
1694
+ exports.alien_icon = AlienIcon;
1188
1695
  exports.am_general_ikon = AmGeneralIkon;
1696
+ exports.asterisk_icon = AsteriskIcon;
1189
1697
  exports.aston_martin_ikon = AstonMartinIkon;
1190
1698
  exports.audi_ikon = AudiIkon;
1699
+ exports.barcode_icon = BarcodeIcon;
1700
+ exports.barcode_scan_icon = BarcodeScanIcon;
1701
+ exports.bash_icon = BashIcon;
1702
+ exports.beaker_icon = BeakerIcon;
1191
1703
  exports.bently_ikon = BentlyIkon;
1192
1704
  exports.bmw_ikon = BmwIkon;
1193
1705
  exports.bugatti_ikon = BugattiIkon;
1194
1706
  exports.buick_ikon = BuickIkon;
1195
1707
  exports.cadillac_ikon = CadillacIkon;
1708
+ exports.chart_bar_icon = ChartBarIcon;
1709
+ exports.chart_bubble_icon = ChartBubbleIcon;
1710
+ exports.chart_donut_icon = ChartDonutIcon;
1711
+ exports.chart_donuts_icon = ChartDonutsIcon;
1712
+ exports.check_icon = CheckIcon;
1196
1713
  exports.chevrolet_ikon = ChevroletIkon;
1714
+ exports.chevron_double_left_icon = ChevronDoubleLeftIcon;
1197
1715
  exports.chrysler_ikon = ChryslerIkon;
1716
+ exports.circular_saw_icon = CircularSawIcon;
1198
1717
  exports.citroen_ikon = CitroenIkon;
1718
+ exports.close_icon = CloseIcon;
1199
1719
  exports.daewoo_ikon = DaewooIkon;
1200
1720
  exports.dodge_ikon = DodgeIkon;
1201
1721
  exports.eagle_ikon = EagleIkon;
1202
1722
  exports.ferrari_ikon = FerrariIkon;
1203
1723
  exports.fiat_ikon = FiatIkon;
1204
1724
  exports.fingerprint_icon = FingerprintIcon;
1725
+ exports.fire_icon = FireIcon;
1205
1726
  exports.fisker_ikon = FiskerIkon;
1727
+ exports.flask_icon = FlaskIcon;
1206
1728
  exports.ford_ikon = FordIkon;
1207
1729
  exports.genesis_ikon = GenesisIkon;
1208
1730
  exports.geo_ikon = GeoIkon;
1731
+ exports.git_icon = GitIcon;
1209
1732
  exports.gmc_ikon = GmcIkon;
1210
1733
  exports.honda_ikon = HondaIkon;
1211
1734
  exports.hummer_ikon = HummerIkon;
@@ -1213,6 +1736,7 @@ exports.hyundai_ikon = HyundaiIkon;
1213
1736
  exports.infiniti_ikon = InfinitiIkon;
1214
1737
  exports.isuzu_ikon = IsuzuIkon;
1215
1738
  exports.jaguar_ikon = JaguarIkon;
1739
+ exports.java_script_icon = JavaScriptIcon;
1216
1740
  exports.jeep_ikon = JeepIkon;
1217
1741
  exports.kia_ikon = KiaIkon;
1218
1742
  exports.lamborghini_ikon = LamborghiniIkon;
@@ -1230,6 +1754,7 @@ exports.mini_ikon = MiniIkon;
1230
1754
  exports.mitsubishi_ikon = MitsubishiIkon;
1231
1755
  exports.nissan_ikon = NissanIkon;
1232
1756
  exports.oldsmobile_ikon = OldsmobileIkon;
1757
+ exports.one_password_icon = OnePasswordIcon;
1233
1758
  exports.opel_ikon = OpelIkon;
1234
1759
  exports.panoz_ikon = PanozIkon;
1235
1760
  exports.paw_icon = PawIcon;
@@ -1237,7 +1762,11 @@ exports.peugeot_ikon = PeugeotIkon;
1237
1762
  exports.plymouth_ikon = PlymouthIkon;
1238
1763
  exports.pontiac_ikon = PontiacIkon;
1239
1764
  exports.porsche_ikon = PorscheIkon;
1765
+ exports.protocol_icon = ProtocolIcon;
1240
1766
  exports.pulse_icon = PulseIcon;
1767
+ exports.puzzle_icon = PuzzleIcon;
1768
+ exports.qr_code_icon = QrCodeIcon;
1769
+ exports.radio_2_icon = Radio2Icon;
1241
1770
  exports.radio_icon = RadioIcon;
1242
1771
  exports.ram_ikon = RamIkon;
1243
1772
  exports.refresh_icon = RefreshIcon;
@@ -1248,11 +1777,16 @@ exports.saturn_ikon = SaturnIkon;
1248
1777
  exports.scion_ikon = ScionIkon;
1249
1778
  exports.seat_ikon = SeatIkon;
1250
1779
  exports.skoda_ikon = SkodaIkon;
1780
+ exports.slug_icon = SlugIcon;
1251
1781
  exports.smart_ikon = SmartIkon;
1782
+ exports.spider_icon = SpiderIcon;
1252
1783
  exports.spyder_ikon = SpyderIkon;
1253
1784
  exports.subaru_ikon = SubaruIkon;
1254
1785
  exports.suzuki_ikon = SuzukiIkon;
1786
+ exports.svg_icon = SvgIcon;
1255
1787
  exports.tesla_ikon = TeslaIkon;
1256
1788
  exports.toyota_ikon = ToyotaIkon;
1789
+ exports.vector_curve_icon = VectorCurveIcon;
1257
1790
  exports.volkswagen_ikon = VolkswagenIkon;
1258
1791
  exports.volvo_ikon = VolvoIkon;
1792
+ exports.webhook_icon = WebhookIcon;