@tabler/icons-svelte 3.25.0 → 3.26.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 (48) hide show
  1. package/dist/icons/circle-chevrons-down-filled.svelte +6 -0
  2. package/dist/icons/circle-chevrons-down-filled.svelte.d.ts +17 -0
  3. package/dist/icons/circle-chevrons-left-filled.svelte +6 -0
  4. package/dist/icons/circle-chevrons-left-filled.svelte.d.ts +17 -0
  5. package/dist/icons/circle-chevrons-right-filled.svelte +6 -0
  6. package/dist/icons/circle-chevrons-right-filled.svelte.d.ts +17 -0
  7. package/dist/icons/circle-chevrons-up-filled.svelte +6 -0
  8. package/dist/icons/circle-chevrons-up-filled.svelte.d.ts +17 -0
  9. package/dist/icons/clipboard-data-filled.svelte +6 -0
  10. package/dist/icons/clipboard-data-filled.svelte.d.ts +17 -0
  11. package/dist/icons/clipboard-list-filled.svelte +6 -0
  12. package/dist/icons/clipboard-list-filled.svelte.d.ts +17 -0
  13. package/dist/icons/clipboard-text-filled.svelte +6 -0
  14. package/dist/icons/clipboard-text-filled.svelte.d.ts +17 -0
  15. package/dist/icons/clipboard-typography-filled.svelte +6 -0
  16. package/dist/icons/clipboard-typography-filled.svelte.d.ts +17 -0
  17. package/dist/icons/error-404-off.svelte +1 -1
  18. package/dist/icons/error-404.svelte +1 -1
  19. package/dist/icons/http-connect-off.svelte +6 -0
  20. package/dist/icons/http-connect-off.svelte.d.ts +17 -0
  21. package/dist/icons/http-connect.svelte +1 -1
  22. package/dist/icons/http-delete-off.svelte +6 -0
  23. package/dist/icons/http-delete-off.svelte.d.ts +17 -0
  24. package/dist/icons/http-delete.svelte +1 -1
  25. package/dist/icons/http-get-off.svelte +6 -0
  26. package/dist/icons/http-get-off.svelte.d.ts +17 -0
  27. package/dist/icons/http-head-off.svelte +6 -0
  28. package/dist/icons/http-head-off.svelte.d.ts +17 -0
  29. package/dist/icons/http-options-off.svelte +6 -0
  30. package/dist/icons/http-options-off.svelte.d.ts +17 -0
  31. package/dist/icons/http-options.svelte +1 -1
  32. package/dist/icons/http-patch-off.svelte +6 -0
  33. package/dist/icons/http-patch-off.svelte.d.ts +17 -0
  34. package/dist/icons/http-post-off.svelte +6 -0
  35. package/dist/icons/http-post-off.svelte.d.ts +17 -0
  36. package/dist/icons/http-post.svelte +1 -1
  37. package/dist/icons/http-put-off.svelte +6 -0
  38. package/dist/icons/http-put-off.svelte.d.ts +17 -0
  39. package/dist/icons/http-que-off.svelte +6 -0
  40. package/dist/icons/http-que-off.svelte.d.ts +17 -0
  41. package/dist/icons/http-que.svelte +1 -1
  42. package/dist/icons/http-trace-off.svelte +6 -0
  43. package/dist/icons/http-trace-off.svelte.d.ts +17 -0
  44. package/dist/icons/http-trace.svelte +1 -1
  45. package/dist/icons/index.d.ts +18 -0
  46. package/dist/icons/index.js +18 -0
  47. package/dist/icons-list.js +18 -0
  48. package/package.json +2 -2
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10a10 10 0 1 1 0 -20m-2.293 10.293a1 1 0 1 0 -1.414 1.414l3 3a1 1 0 0 0 1.414 0l3 -3a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.294 2.292zm0 -4a1 1 0 0 0 -1.414 1.414l3 3a1 1 0 0 0 1.414 0l3 -3a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.294 2.292z" }]];
3
+ </script>
4
+ <Icon type="filled" name="circle-chevrons-down-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type CircleChevronsDownFilledProps = typeof __propDef.props;
13
+ export type CircleChevronsDownFilledEvents = typeof __propDef.events;
14
+ export type CircleChevronsDownFilledSlots = typeof __propDef.slots;
15
+ export default class CircleChevronsDownFilled extends SvelteComponentTyped<CircleChevronsDownFilledProps, CircleChevronsDownFilledEvents, CircleChevronsDownFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M11.927 2.133c5.494 -.04 9.992 4.359 10.073 9.852v.295c-.081 5.493 -4.579 9.893 -10.073 9.852c-5.494 -.04 -9.926 -4.505 -9.926 -10c0 -5.494 4.432 -9.959 9.926 -10m3.78 6.16a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l3 3a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.292l2.292 -2.293a1 1 0 0 0 0 -1.414m-4 0a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l3 3a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293a1 1 0 0 0 0 -1.414" }]];
3
+ </script>
4
+ <Icon type="filled" name="circle-chevrons-left-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type CircleChevronsLeftFilledProps = typeof __propDef.props;
13
+ export type CircleChevronsLeftFilledEvents = typeof __propDef.events;
14
+ export type CircleChevronsLeftFilledSlots = typeof __propDef.slots;
15
+ export default class CircleChevronsLeftFilled extends SvelteComponentTyped<CircleChevronsLeftFilledProps, CircleChevronsLeftFilledEvents, CircleChevronsLeftFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M12.073 1.868c5.494 .04 9.926 4.505 9.926 10c0 5.494 -4.432 9.959 -9.926 10c-5.494 .04 -9.992 -4.36 -10.073 -9.853v-.295c.081 -5.493 4.579 -9.893 10.073 -9.852m-2.366 6.425a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293a1 1 0 0 0 1.414 1.414l3 -3a1 1 0 0 0 0 -1.414zm4 0a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293a1 1 0 0 0 1.414 1.414l3 -3a1 1 0 0 0 0 -1.414z" }]];
3
+ </script>
4
+ <Icon type="filled" name="circle-chevrons-right-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type CircleChevronsRightFilledProps = typeof __propDef.props;
13
+ export type CircleChevronsRightFilledEvents = typeof __propDef.events;
14
+ export type CircleChevronsRightFilledSlots = typeof __propDef.slots;
15
+ export default class CircleChevronsRightFilled extends SvelteComponentTyped<CircleChevronsRightFilledProps, CircleChevronsRightFilledEvents, CircleChevronsRightFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M11.867 2.001c5.495 0 9.96 4.432 10 9.926s-4.359 9.993 -9.852 10.073h-.295c-5.493 -.081 -9.893 -4.579 -9.852 -10.073c.04 -5.494 4.505 -9.926 10 -9.926m.84 9.292a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l2.292 -2.292l2.293 2.292a1 1 0 0 0 1.414 -1.414zm0 -4a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l2.292 -2.292l2.293 2.292a1 1 0 0 0 1.414 -1.414z" }]];
3
+ </script>
4
+ <Icon type="filled" name="circle-chevrons-up-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type CircleChevronsUpFilledProps = typeof __propDef.props;
13
+ export type CircleChevronsUpFilledEvents = typeof __propDef.events;
14
+ export type CircleChevronsUpFilledSlots = typeof __propDef.slots;
15
+ export default class CircleChevronsUpFilled extends SvelteComponentTyped<CircleChevronsUpFilledProps, CircleChevronsUpFilledEvents, CircleChevronsUpFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-8.997 7.83a1 1 0 0 0 -1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m3 3a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .883 -.993v-1a1 1 0 0 0 -1 -1m3 -1a1 1 0 0 0 -1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0 -1 -1m-1 -12a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="clipboard-data-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type ClipboardDataFilledProps = typeof __propDef.props;
13
+ export type ClipboardDataFilledEvents = typeof __propDef.events;
14
+ export type ClipboardDataFilledSlots = typeof __propDef.slots;
15
+ export default class ClipboardDataFilled extends SvelteComponentTyped<ClipboardDataFilledProps, ClipboardDataFilledEvents, ClipboardDataFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-8.987 10.83h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m5.99 0h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m-5.99 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m5.99 0h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m-1 -9a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="clipboard-list-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type ClipboardListFilledProps = typeof __propDef.props;
13
+ export type ClipboardListFilledEvents = typeof __propDef.events;
14
+ export type ClipboardListFilledSlots = typeof __propDef.slots;
15
+ export default class ClipboardListFilled extends SvelteComponentTyped<ClipboardListFilledProps, ClipboardListFilledEvents, ClipboardListFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-2.997 10.83h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m0 -4h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0 -2m-1 -9a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="clipboard-text-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type ClipboardTextFilledProps = typeof __propDef.props;
13
+ export type ClipboardTextFilledEvents = typeof __propDef.events;
14
+ export type ClipboardTextFilledSlots = typeof __propDef.slots;
15
+ export default class ClipboardTextFilled extends SvelteComponentTyped<ClipboardTextFilledProps, ClipboardTextFilledEvents, ClipboardTextFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17.997 4.17a3 3 0 0 1 2.003 2.83v12a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 2.003 -2.83a4 4 0 0 0 3.997 3.83h4a4 4 0 0 0 3.98 -3.597zm-2.997 5.83h-6a1 1 0 0 0 -1 1v1a1 1 0 0 0 2 0h1v4a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2v-4h1a1 1 0 0 0 2 0v-1a1 1 0 0 0 -1 -1m-1 -8a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="clipboard-typography-filled" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type ClipboardTypographyFilledProps = typeof __propDef.props;
13
+ export type ClipboardTypographyFilledEvents = typeof __propDef.events;
14
+ export type ClipboardTypographyFilledSlots = typeof __propDef.slots;
15
+ export default class ClipboardTypographyFilled extends SvelteComponentTyped<ClipboardTypographyFilledProps, ClipboardTypographyFilledEvents, ClipboardTypographyFilledSlots> {
16
+ }
17
+ export {};
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M3 7v4a1 1 0 0 0 1 1h3" }], ["path", { "d": "M7 7v10" }], ["path", { "d": "M10 10v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2m0 -4v-2a1 1 0 0 0 -1 -1h-2" }], ["path", { "d": "M17 7v4a1 1 0 0 0 1 1h3" }], ["path", { "d": "M21 7v10" }], ["path", { "d": "M3 3l18 18" }]];
2
+ const iconNode = [["path", { "d": "M3 8v3a1 1 0 0 0 1 1h3" }], ["path", { "d": "M7 8v8" }], ["path", { "d": "M17 8v3a1 1 0 0 0 1 1h3" }], ["path", { "d": "M21 8v8" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0m0 -4a2 2 0 0 0 -2 -2" }], ["path", { "d": "M3 3l18 18" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="error-404-off" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M3 7v4a1 1 0 0 0 1 1h3" }], ["path", { "d": "M7 7v10" }], ["path", { "d": "M10 8v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1z" }], ["path", { "d": "M17 7v4a1 1 0 0 0 1 1h3" }], ["path", { "d": "M21 7v10" }]];
2
+ const iconNode = [["path", { "d": "M3 8v3a1 1 0 0 0 1 1h3" }], ["path", { "d": "M7 8v8" }], ["path", { "d": "M17 8v3a1 1 0 0 0 1 1h3" }], ["path", { "d": "M21 8v8" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="error-404" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" }], ["path", { "d": "M17 13v-5l4 8v-8" }], ["path", { "d": "M14 14a2 2 0 1 1 -4 0v-4m2 -2a2 2 0 0 1 2 2" }], ["path", { "d": "M3 3l18 18" }]];
3
+ </script>
4
+ <Icon type="outline" name="http-connect-off" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type HttpConnectOffProps = typeof __propDef.props;
13
+ export type HttpConnectOffEvents = typeof __propDef.events;
14
+ export type HttpConnectOffSlots = typeof __propDef.slots;
15
+ export default class HttpConnectOff extends SvelteComponentTyped<HttpConnectOffProps, HttpConnectOffEvents, HttpConnectOffSlots> {
16
+ }
17
+ export {};
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" }], ["path", { "d": "M17 16v-8l4 8v-8" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" }]];
2
+ const iconNode = [["path", { "d": "M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" }], ["path", { "d": "M17 16v-8l4 8v-8" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="http-connect" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M3 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z" }], ["path", { "d": "M14 8h-2m-2 2v6h4" }], ["path", { "d": "M10 12h2" }], ["path", { "d": "M17 8v5m3 3h1" }], ["path", { "d": "M3 3l18 18" }]];
3
+ </script>
4
+ <Icon type="outline" name="http-delete-off" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type HttpDeleteOffProps = typeof __propDef.props;
13
+ export type HttpDeleteOffEvents = typeof __propDef.events;
14
+ export type HttpDeleteOffSlots = typeof __propDef.slots;
15
+ export default class HttpDeleteOff extends SvelteComponentTyped<HttpDeleteOffProps, HttpDeleteOffEvents, HttpDeleteOffSlots> {
16
+ }
17
+ export {};
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M3 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" }], ["path", { "d": "M14 8h-4v8h4" }], ["path", { "d": "M10 12h2.5" }], ["path", { "d": "M17 8v8h4" }]];
2
+ const iconNode = [["path", { "d": "M3 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z" }], ["path", { "d": "M14 8h-4v8h4" }], ["path", { "d": "M10 12h2.5" }], ["path", { "d": "M17 8v8h4" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="http-delete" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M7 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" }], ["path", { "d": "M14 8h-2m-2 2v6h4" }], ["path", { "d": "M10 12h2" }], ["path", { "d": "M17 8h4" }], ["path", { "d": "M19 8v7" }], ["path", { "d": "M3 3l18 18" }]];
3
+ </script>
4
+ <Icon type="outline" name="http-get-off" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type HttpGetOffProps = typeof __propDef.props;
13
+ export type HttpGetOffEvents = typeof __propDef.events;
14
+ export type HttpGetOffSlots = typeof __propDef.slots;
15
+ export default class HttpGetOff extends SvelteComponentTyped<HttpGetOffProps, HttpGetOffEvents, HttpGetOffSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M3 16v-8" }], ["path", { "d": "M7 8v8" }], ["path", { "d": "M3 12h4" }], ["path", { "d": "M14 8h-2m-2 2v6h4" }], ["path", { "d": "M10 12h2" }], ["path", { "d": "M17 13v-3a2 2 0 1 1 4 0v6" }], ["path", { "d": "M17 13h4" }], ["path", { "d": "M3 3l18 18" }]];
3
+ </script>
4
+ <Icon type="outline" name="http-head-off" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type HttpHeadOffProps = typeof __propDef.props;
13
+ export type HttpHeadOffEvents = typeof __propDef.events;
14
+ export type HttpHeadOffSlots = typeof __propDef.slots;
15
+ export default class HttpHeadOff extends SvelteComponentTyped<HttpHeadOffProps, HttpHeadOffEvents, HttpHeadOffSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2" }], ["path", { "d": "M10 12h2m2 -2a2 2 0 0 0 -2 -2m-2 2v6" }], ["path", { "d": "M17 8h4" }], ["path", { "d": "M19 8v7" }], ["path", { "d": "M3 3l18 18" }]];
3
+ </script>
4
+ <Icon type="outline" name="http-options-off" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type HttpOptionsOffProps = typeof __propDef.props;
13
+ export type HttpOptionsOffEvents = typeof __propDef.events;
14
+ export type HttpOptionsOffSlots = typeof __propDef.slots;
15
+ export default class HttpOptionsOff extends SvelteComponentTyped<HttpOptionsOffProps, HttpOptionsOffEvents, HttpOptionsOffSlots> {
16
+ }
17
+ export {};
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8" }], ["path", { "d": "M17 8h4" }], ["path", { "d": "M19 8v8" }]];
2
+ const iconNode = [["path", { "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8" }], ["path", { "d": "M17 8h4" }], ["path", { "d": "M19 8v8" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="http-options" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8" }], ["path", { "d": "M10 16v-6m2 -2a2 2 0 0 1 2 2m0 4v2" }], ["path", { "d": "M10 13h3" }], ["path", { "d": "M17 8h4" }], ["path", { "d": "M19 8v7" }], ["path", { "d": "M3 3l18 18" }]];
3
+ </script>
4
+ <Icon type="outline" name="http-patch-off" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type HttpPatchOffProps = typeof __propDef.props;
13
+ export type HttpPatchOffEvents = typeof __propDef.events;
14
+ export type HttpPatchOffSlots = typeof __propDef.slots;
15
+ export default class HttpPatchOff extends SvelteComponentTyped<HttpPatchOffProps, HttpPatchOffEvents, HttpPatchOffSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2m0 4a2 2 0 1 1 -4 0v-4" }], ["path", { "d": "M20 16a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" }], ["path", { "d": "M3 3l18 18" }]];
3
+ </script>
4
+ <Icon type="outline" name="http-post-off" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type HttpPostOffProps = typeof __propDef.props;
13
+ export type HttpPostOffEvents = typeof __propDef.events;
14
+ export type HttpPostOffSlots = typeof __propDef.slots;
15
+ export default class HttpPostOff extends SvelteComponentTyped<HttpPostOffProps, HttpPostOffEvents, HttpPostOffSlots> {
16
+ }
17
+ export {};
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" }], ["path", { "d": "M17 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" }]];
2
+ const iconNode = [["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8" }], ["path", { "d": "M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2" }], ["path", { "d": "M17 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="http-post" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M3 12h2a2 2 0 1 0 0 -4h-2v8" }], ["path", { "d": "M17 8h4" }], ["path", { "d": "M19 8v8" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0m0 -4v-2" }], ["path", { "d": "M3 3l18 18" }]];
3
+ </script>
4
+ <Icon type="outline" name="http-put-off" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type HttpPutOffProps = typeof __propDef.props;
13
+ export type HttpPutOffEvents = typeof __propDef.events;
14
+ export type HttpPutOffSlots = typeof __propDef.slots;
15
+ export default class HttpPutOff extends SvelteComponentTyped<HttpPutOffProps, HttpPutOffEvents, HttpPutOffSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2" }], ["path", { "d": "M6 15l1 1" }], ["path", { "d": "M21 8h-4v8h4" }], ["path", { "d": "M17 12h2.5" }], ["path", { "d": "M10 10v4a2 2 0 1 0 4 0m0 -4v-2" }], ["path", { "d": "M3 3l18 18" }]];
3
+ </script>
4
+ <Icon type="outline" name="http-que-off" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type HttpQueOffProps = typeof __propDef.props;
13
+ export type HttpQueOffEvents = typeof __propDef.events;
14
+ export type HttpQueOffSlots = typeof __propDef.slots;
15
+ export default class HttpQueOff extends SvelteComponentTyped<HttpQueOffProps, HttpQueOffEvents, HttpQueOffSlots> {
16
+ }
17
+ export {};
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" }], ["path", { "d": "M6 15l1 1" }], ["path", { "d": "M21 8h-4v8h4" }], ["path", { "d": "M17 12h2.5" }], ["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-6" }]];
2
+ const iconNode = [["path", { "d": "M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2" }], ["path", { "d": "M6 15l1 1" }], ["path", { "d": "M21 8h-4v8h4" }], ["path", { "d": "M17 12h2.5" }], ["path", { "d": "M10 8v6a2 2 0 1 0 4 0v-6" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="http-que" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M3 8h4" }], ["path", { "d": "M5 8v8" }], ["path", { "d": "M10 12h2m2 -2a2 2 0 0 0 -2 -2m-2 2v6" }], ["path", { "d": "M14 16l-3 -4" }], ["path", { "d": "M17 13v-3a2 2 0 1 1 4 0v6" }], ["path", { "d": "M17 13h4" }], ["path", { "d": "M3 3l18 18" }]];
3
+ </script>
4
+ <Icon type="outline" name="http-trace-off" {...$$props} iconNode={iconNode}>
5
+ <slot/>
6
+ </Icon>
@@ -0,0 +1,17 @@
1
+ import { SvelteComponentTyped } from "svelte";
2
+ import type { IconProps } from '../types.js';
3
+ declare const __propDef: {
4
+ props: IconProps;
5
+ events: {
6
+ [evt: string]: CustomEvent<any>;
7
+ };
8
+ slots: {
9
+ default: {};
10
+ };
11
+ };
12
+ export type HttpTraceOffProps = typeof __propDef.props;
13
+ export type HttpTraceOffEvents = typeof __propDef.events;
14
+ export type HttpTraceOffSlots = typeof __propDef.slots;
15
+ export default class HttpTraceOff extends SvelteComponentTyped<HttpTraceOffProps, HttpTraceOffEvents, HttpTraceOffSlots> {
16
+ }
17
+ export {};
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M3 8h4" }], ["path", { "d": "M5 8v8" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" }], ["path", { "d": "M17 16v-6a2 2 0 1 1 4 0v6" }], ["path", { "d": "M17 13h4" }]];
2
+ const iconNode = [["path", { "d": "M3 8h4" }], ["path", { "d": "M5 8v8" }], ["path", { "d": "M10 12h2a2 2 0 1 0 0 -4h-2v8" }], ["path", { "d": "M14 16l-3 -4" }], ["path", { "d": "M17 16v-6a2 2 0 1 1 4 0v6" }], ["path", { "d": "M17 13h4" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="http-trace" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -2666,15 +2666,25 @@ export { default as IconHourglass } from './hourglass.svelte';
2666
2666
  export { default as IconHours12 } from './hours-12.svelte';
2667
2667
  export { default as IconHours24 } from './hours-24.svelte';
2668
2668
  export { default as IconHtml } from './html.svelte';
2669
+ export { default as IconHttpConnectOff } from './http-connect-off.svelte';
2669
2670
  export { default as IconHttpConnect } from './http-connect.svelte';
2671
+ export { default as IconHttpDeleteOff } from './http-delete-off.svelte';
2670
2672
  export { default as IconHttpDelete } from './http-delete.svelte';
2673
+ export { default as IconHttpGetOff } from './http-get-off.svelte';
2671
2674
  export { default as IconHttpGet } from './http-get.svelte';
2675
+ export { default as IconHttpHeadOff } from './http-head-off.svelte';
2672
2676
  export { default as IconHttpHead } from './http-head.svelte';
2677
+ export { default as IconHttpOptionsOff } from './http-options-off.svelte';
2673
2678
  export { default as IconHttpOptions } from './http-options.svelte';
2679
+ export { default as IconHttpPatchOff } from './http-patch-off.svelte';
2674
2680
  export { default as IconHttpPatch } from './http-patch.svelte';
2681
+ export { default as IconHttpPostOff } from './http-post-off.svelte';
2675
2682
  export { default as IconHttpPost } from './http-post.svelte';
2683
+ export { default as IconHttpPutOff } from './http-put-off.svelte';
2676
2684
  export { default as IconHttpPut } from './http-put.svelte';
2685
+ export { default as IconHttpQueOff } from './http-que-off.svelte';
2677
2686
  export { default as IconHttpQue } from './http-que.svelte';
2687
+ export { default as IconHttpTraceOff } from './http-trace-off.svelte';
2678
2688
  export { default as IconHttpTrace } from './http-trace.svelte';
2679
2689
  export { default as IconIceCream2 } from './ice-cream-2.svelte';
2680
2690
  export { default as IconIceCreamOff } from './ice-cream-off.svelte';
@@ -5173,6 +5183,10 @@ export { default as IconCircleChevronDownFilled } from './circle-chevron-down-fi
5173
5183
  export { default as IconCircleChevronLeftFilled } from './circle-chevron-left-filled.svelte';
5174
5184
  export { default as IconCircleChevronRightFilled } from './circle-chevron-right-filled.svelte';
5175
5185
  export { default as IconCircleChevronUpFilled } from './circle-chevron-up-filled.svelte';
5186
+ export { default as IconCircleChevronsDownFilled } from './circle-chevrons-down-filled.svelte';
5187
+ export { default as IconCircleChevronsLeftFilled } from './circle-chevrons-left-filled.svelte';
5188
+ export { default as IconCircleChevronsRightFilled } from './circle-chevrons-right-filled.svelte';
5189
+ export { default as IconCircleChevronsUpFilled } from './circle-chevrons-up-filled.svelte';
5176
5190
  export { default as IconCircleDotFilled } from './circle-dot-filled.svelte';
5177
5191
  export { default as IconCircleKeyFilled } from './circle-key-filled.svelte';
5178
5192
  export { default as IconCircleLetterAFilled } from './circle-letter-a-filled.svelte';
@@ -5218,6 +5232,10 @@ export { default as IconCircleXFilled } from './circle-x-filled.svelte';
5218
5232
  export { default as IconCircleFilled } from './circle-filled.svelte';
5219
5233
  export { default as IconCirclesFilled } from './circles-filled.svelte';
5220
5234
  export { default as IconClipboardCheckFilled } from './clipboard-check-filled.svelte';
5235
+ export { default as IconClipboardDataFilled } from './clipboard-data-filled.svelte';
5236
+ export { default as IconClipboardListFilled } from './clipboard-list-filled.svelte';
5237
+ export { default as IconClipboardTextFilled } from './clipboard-text-filled.svelte';
5238
+ export { default as IconClipboardTypographyFilled } from './clipboard-typography-filled.svelte';
5221
5239
  export { default as IconClipboardXFilled } from './clipboard-x-filled.svelte';
5222
5240
  export { default as IconClipboardFilled } from './clipboard-filled.svelte';
5223
5241
  export { default as IconClockHour1Filled } from './clock-hour-1-filled.svelte';
@@ -2666,15 +2666,25 @@ export { default as IconHourglass } from './hourglass.svelte';
2666
2666
  export { default as IconHours12 } from './hours-12.svelte';
2667
2667
  export { default as IconHours24 } from './hours-24.svelte';
2668
2668
  export { default as IconHtml } from './html.svelte';
2669
+ export { default as IconHttpConnectOff } from './http-connect-off.svelte';
2669
2670
  export { default as IconHttpConnect } from './http-connect.svelte';
2671
+ export { default as IconHttpDeleteOff } from './http-delete-off.svelte';
2670
2672
  export { default as IconHttpDelete } from './http-delete.svelte';
2673
+ export { default as IconHttpGetOff } from './http-get-off.svelte';
2671
2674
  export { default as IconHttpGet } from './http-get.svelte';
2675
+ export { default as IconHttpHeadOff } from './http-head-off.svelte';
2672
2676
  export { default as IconHttpHead } from './http-head.svelte';
2677
+ export { default as IconHttpOptionsOff } from './http-options-off.svelte';
2673
2678
  export { default as IconHttpOptions } from './http-options.svelte';
2679
+ export { default as IconHttpPatchOff } from './http-patch-off.svelte';
2674
2680
  export { default as IconHttpPatch } from './http-patch.svelte';
2681
+ export { default as IconHttpPostOff } from './http-post-off.svelte';
2675
2682
  export { default as IconHttpPost } from './http-post.svelte';
2683
+ export { default as IconHttpPutOff } from './http-put-off.svelte';
2676
2684
  export { default as IconHttpPut } from './http-put.svelte';
2685
+ export { default as IconHttpQueOff } from './http-que-off.svelte';
2677
2686
  export { default as IconHttpQue } from './http-que.svelte';
2687
+ export { default as IconHttpTraceOff } from './http-trace-off.svelte';
2678
2688
  export { default as IconHttpTrace } from './http-trace.svelte';
2679
2689
  export { default as IconIceCream2 } from './ice-cream-2.svelte';
2680
2690
  export { default as IconIceCreamOff } from './ice-cream-off.svelte';
@@ -5173,6 +5183,10 @@ export { default as IconCircleChevronDownFilled } from './circle-chevron-down-fi
5173
5183
  export { default as IconCircleChevronLeftFilled } from './circle-chevron-left-filled.svelte';
5174
5184
  export { default as IconCircleChevronRightFilled } from './circle-chevron-right-filled.svelte';
5175
5185
  export { default as IconCircleChevronUpFilled } from './circle-chevron-up-filled.svelte';
5186
+ export { default as IconCircleChevronsDownFilled } from './circle-chevrons-down-filled.svelte';
5187
+ export { default as IconCircleChevronsLeftFilled } from './circle-chevrons-left-filled.svelte';
5188
+ export { default as IconCircleChevronsRightFilled } from './circle-chevrons-right-filled.svelte';
5189
+ export { default as IconCircleChevronsUpFilled } from './circle-chevrons-up-filled.svelte';
5176
5190
  export { default as IconCircleDotFilled } from './circle-dot-filled.svelte';
5177
5191
  export { default as IconCircleKeyFilled } from './circle-key-filled.svelte';
5178
5192
  export { default as IconCircleLetterAFilled } from './circle-letter-a-filled.svelte';
@@ -5218,6 +5232,10 @@ export { default as IconCircleXFilled } from './circle-x-filled.svelte';
5218
5232
  export { default as IconCircleFilled } from './circle-filled.svelte';
5219
5233
  export { default as IconCirclesFilled } from './circles-filled.svelte';
5220
5234
  export { default as IconClipboardCheckFilled } from './clipboard-check-filled.svelte';
5235
+ export { default as IconClipboardDataFilled } from './clipboard-data-filled.svelte';
5236
+ export { default as IconClipboardListFilled } from './clipboard-list-filled.svelte';
5237
+ export { default as IconClipboardTextFilled } from './clipboard-text-filled.svelte';
5238
+ export { default as IconClipboardTypographyFilled } from './clipboard-typography-filled.svelte';
5221
5239
  export { default as IconClipboardXFilled } from './clipboard-x-filled.svelte';
5222
5240
  export { default as IconClipboardFilled } from './clipboard-filled.svelte';
5223
5241
  export { default as IconClockHour1Filled } from './clock-hour-1-filled.svelte';
@@ -2667,15 +2667,25 @@ export default [
2667
2667
  "hours-12",
2668
2668
  "hours-24",
2669
2669
  "html",
2670
+ "http-connect-off",
2670
2671
  "http-connect",
2672
+ "http-delete-off",
2671
2673
  "http-delete",
2674
+ "http-get-off",
2672
2675
  "http-get",
2676
+ "http-head-off",
2673
2677
  "http-head",
2678
+ "http-options-off",
2674
2679
  "http-options",
2680
+ "http-patch-off",
2675
2681
  "http-patch",
2682
+ "http-post-off",
2676
2683
  "http-post",
2684
+ "http-put-off",
2677
2685
  "http-put",
2686
+ "http-que-off",
2678
2687
  "http-que",
2688
+ "http-trace-off",
2679
2689
  "http-trace",
2680
2690
  "ice-cream-2",
2681
2691
  "ice-cream-off",
@@ -5174,6 +5184,10 @@ export default [
5174
5184
  "circle-chevron-left-filled",
5175
5185
  "circle-chevron-right-filled",
5176
5186
  "circle-chevron-up-filled",
5187
+ "circle-chevrons-down-filled",
5188
+ "circle-chevrons-left-filled",
5189
+ "circle-chevrons-right-filled",
5190
+ "circle-chevrons-up-filled",
5177
5191
  "circle-dot-filled",
5178
5192
  "circle-key-filled",
5179
5193
  "circle-letter-a-filled",
@@ -5219,6 +5233,10 @@ export default [
5219
5233
  "circle-filled",
5220
5234
  "circles-filled",
5221
5235
  "clipboard-check-filled",
5236
+ "clipboard-data-filled",
5237
+ "clipboard-list-filled",
5238
+ "clipboard-text-filled",
5239
+ "clipboard-typography-filled",
5222
5240
  "clipboard-x-filled",
5223
5241
  "clipboard-filled",
5224
5242
  "clock-hour-1-filled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons-svelte",
3
- "version": "3.25.0",
3
+ "version": "3.26.0",
4
4
  "license": "MIT",
5
5
  "author": "codecalm",
6
6
  "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
@@ -49,7 +49,7 @@
49
49
  "imports-check": "attw $(npm pack)"
50
50
  },
51
51
  "dependencies": {
52
- "@tabler/icons": "3.25.0"
52
+ "@tabler/icons": "3.26.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sveltejs/package": "^2.2.7",