@tabler/icons-svelte-runes 3.37.0 → 3.38.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 (75) hide show
  1. package/dist/icons/adjustments-horizontal-filled.svelte +14 -0
  2. package/dist/icons/adjustments-horizontal-filled.svelte.d.ts +8 -0
  3. package/dist/icons/calendar-event-filled.svelte +1 -1
  4. package/dist/icons/check-filled.svelte +14 -0
  5. package/dist/icons/check-filled.svelte.d.ts +8 -0
  6. package/dist/icons/chevron-down-filled.svelte +14 -0
  7. package/dist/icons/chevron-down-filled.svelte.d.ts +8 -0
  8. package/dist/icons/chevron-right-filled.svelte +14 -0
  9. package/dist/icons/chevron-right-filled.svelte.d.ts +8 -0
  10. package/dist/icons/click-filled.svelte +14 -0
  11. package/dist/icons/click-filled.svelte.d.ts +8 -0
  12. package/dist/icons/copy-filled.svelte +14 -0
  13. package/dist/icons/copy-filled.svelte.d.ts +8 -0
  14. package/dist/icons/database-filled.svelte +14 -0
  15. package/dist/icons/database-filled.svelte.d.ts +8 -0
  16. package/dist/icons/device-floppy-filled.svelte +14 -0
  17. package/dist/icons/device-floppy-filled.svelte.d.ts +8 -0
  18. package/dist/icons/device-gamepad-2-filled.svelte +14 -0
  19. package/dist/icons/device-gamepad-2-filled.svelte.d.ts +8 -0
  20. package/dist/icons/dots-filled.svelte +14 -0
  21. package/dist/icons/dots-filled.svelte.d.ts +8 -0
  22. package/dist/icons/dots-vertical-filled.svelte +14 -0
  23. package/dist/icons/dots-vertical-filled.svelte.d.ts +8 -0
  24. package/dist/icons/download-filled.svelte +14 -0
  25. package/dist/icons/download-filled.svelte.d.ts +8 -0
  26. package/dist/icons/edit-filled.svelte +14 -0
  27. package/dist/icons/edit-filled.svelte.d.ts +8 -0
  28. package/dist/icons/external-link-filled.svelte +14 -0
  29. package/dist/icons/external-link-filled.svelte.d.ts +8 -0
  30. package/dist/icons/folder-open-filled.svelte +1 -1
  31. package/dist/icons/headset-filled.svelte +14 -0
  32. package/dist/icons/headset-filled.svelte.d.ts +8 -0
  33. package/dist/icons/help-filled.svelte +14 -0
  34. package/dist/icons/help-filled.svelte.d.ts +8 -0
  35. package/dist/icons/home-2-filled.svelte +14 -0
  36. package/dist/icons/home-2-filled.svelte.d.ts +8 -0
  37. package/dist/icons/id-filled.svelte +14 -0
  38. package/dist/icons/id-filled.svelte.d.ts +8 -0
  39. package/dist/icons/index.d.ts +34 -0
  40. package/dist/icons/index.js +34 -0
  41. package/dist/icons/link-filled.svelte +14 -0
  42. package/dist/icons/link-filled.svelte.d.ts +8 -0
  43. package/dist/icons/list-check-filled.svelte +14 -0
  44. package/dist/icons/list-check-filled.svelte.d.ts +8 -0
  45. package/dist/icons/list-details-filled.svelte +14 -0
  46. package/dist/icons/list-details-filled.svelte.d.ts +8 -0
  47. package/dist/icons/list-filled.svelte +14 -0
  48. package/dist/icons/list-filled.svelte.d.ts +8 -0
  49. package/dist/icons/menu-2-filled.svelte +14 -0
  50. package/dist/icons/menu-2-filled.svelte.d.ts +8 -0
  51. package/dist/icons/messages-filled.svelte +14 -0
  52. package/dist/icons/messages-filled.svelte.d.ts +8 -0
  53. package/dist/icons/pencil-filled.svelte +14 -0
  54. package/dist/icons/pencil-filled.svelte.d.ts +8 -0
  55. package/dist/icons/plus-filled.svelte +14 -0
  56. package/dist/icons/plus-filled.svelte.d.ts +8 -0
  57. package/dist/icons/scale-filled.svelte +14 -0
  58. package/dist/icons/scale-filled.svelte.d.ts +8 -0
  59. package/dist/icons/school-filled.svelte +14 -0
  60. package/dist/icons/school-filled.svelte.d.ts +8 -0
  61. package/dist/icons/search-filled.svelte +14 -0
  62. package/dist/icons/search-filled.svelte.d.ts +8 -0
  63. package/dist/icons/send-filled.svelte +14 -0
  64. package/dist/icons/send-filled.svelte.d.ts +8 -0
  65. package/dist/icons/ticket-filled.svelte +14 -0
  66. package/dist/icons/ticket-filled.svelte.d.ts +8 -0
  67. package/dist/icons/tools-kitchen-2-filled.svelte +14 -0
  68. package/dist/icons/tools-kitchen-2-filled.svelte.d.ts +8 -0
  69. package/dist/icons/trash-filled.svelte +1 -1
  70. package/dist/icons/world-filled.svelte +14 -0
  71. package/dist/icons/world-filled.svelte.d.ts +8 -0
  72. package/dist/icons/x-filled.svelte +14 -0
  73. package/dist/icons/x-filled.svelte.d.ts +8 -0
  74. package/dist/icons-list.js +34 -0
  75. package/package.json +2 -2
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M17 15c1.306 0 2.418 .835 2.83 2h.17a1 1 0 0 1 0 2h-.171a3.001 3.001 0 0 1 -5.658 0h-10.171a1 1 0 0 1 0 -2h10.173c.41 -1.165 1.52 -2 2.827 -2m-9 -6c1.306 0 2.418 .835 2.83 2h9.17a1 1 0 0 1 0 2h-9.171a3.001 3.001 0 0 1 -5.658 0h-1.171a1 1 0 0 1 0 -2h1.173c.41 -1.165 1.52 -2 2.827 -2m6 -6c1.306 0 2.418 .835 2.83 2h3.17a1 1 0 0 1 0 2h-3.171a3.001 3.001 0 0 1 -5.658 0h-7.171a1 1 0 1 1 0 -2h7.173c.41 -1.165 1.52 -2 2.827 -2"}]];
13
+ </script>
14
+ <Icon type="filled" name="adjustments-horizontal-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const AdjustmentsHorizontalFilled: import("svelte").Component<Props, {}, "">;
7
+ type AdjustmentsHorizontalFilled = ReturnType<typeof AdjustmentsHorizontalFilled>;
8
+ export default AdjustmentsHorizontalFilled;
@@ -9,6 +9,6 @@ interface Props extends IconProps {
9
9
 
10
10
  let { children, ...props }: Props = $props();
11
11
 
12
- const iconNode: IconNode = [["path",{"d":"M16 2a1 1 0 0 1 .993 .883l.007 .117v1h1a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h1v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h6v-1a1 1 0 0 1 1 -1m3 7h-14v9.625c0 .705 .386 1.286 .883 1.366l.117 .009h12c.513 0 .936 -.53 .993 -1.215l.007 -.16z"}],["path",{"d":"M8 14h2v2h-2z"}]];
12
+ const iconNode: IconNode = [["path",{"d":"M16 2a1 1 0 0 1 .993 .883l.007 .117v1h1a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h1v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h6v-1a1 1 0 0 1 1 -1m3 8h-14v8.625c0 .705 .386 1.286 .883 1.366l.117 .009h12c.513 0 .936 -.53 .993 -1.215l.007 -.16zm-9 4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z"}]];
13
13
  </script>
14
14
  <Icon type="filled" name="calendar-event-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M20.707 6.293a1 1 0 0 1 0 1.414l-10 10a1 1 0 0 1 -1.414 0l-5 -5a1 1 0 0 1 1.414 -1.414l4.293 4.293l9.293 -9.293a1 1 0 0 1 1.414 0"}]];
13
+ </script>
14
+ <Icon type="filled" name="check-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const CheckFilled: import("svelte").Component<Props, {}, "">;
7
+ type CheckFilled = ReturnType<typeof CheckFilled>;
8
+ export default CheckFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M18.707 8.293a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1 -1.414 0l-6 -6a1 1 0 0 1 1.414 -1.414l5.293 5.293l5.293 -5.293a1 1 0 0 1 1.414 0"}]];
13
+ </script>
14
+ <Icon type="filled" name="chevron-down-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const ChevronDownFilled: import("svelte").Component<Props, {}, "">;
7
+ type ChevronDownFilled = ReturnType<typeof ChevronDownFilled>;
8
+ export default ChevronDownFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M9.707 5.293l6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 1 1 -1.414 -1.414l5.293 -5.293l-5.293 -5.293a1 1 0 0 1 1.414 -1.414"}]];
13
+ </script>
14
+ <Icon type="filled" name="chevron-right-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const ChevronRightFilled: import("svelte").Component<Props, {}, "">;
7
+ type ChevronRightFilled = ReturnType<typeof ChevronRightFilled>;
8
+ export default ChevronRightFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M7 12a1 1 0 0 1 -1 1h-3a1 1 0 0 1 0 -2h3a1 1 0 0 1 1 1m6 -9v3a1 1 0 0 1 -2 0v-3a1 1 0 0 1 2 0m-6.693 1.893l2.2 2.2a1 1 0 0 1 -1.414 1.414l-2.2 -2.2a1 1 0 0 1 1.414 -1.414m12.8 0a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 0 1 -1.414 -1.414l2.2 -2.2a1 1 0 0 1 1.414 0m-10.6 10.6a1 1 0 0 1 0 1.414l-2.2 2.2a1 1 0 1 1 -1.414 -1.414l2.2 -2.2a1 1 0 0 1 1.414 0m3.42 -4.49l.049 -.003l.098 .003l.097 .012l.097 .022l9.048 3.014c.845 .282 .928 1.445 .131 1.843l-3.702 1.851l-1.85 3.702c-.399 .797 -1.562 .714 -1.844 -.13l-3.003 -9.011l-.033 -.135l-.012 -.097v-.148l.012 -.097l.022 -.097l.03 -.094l.04 -.09l.05 -.084l.086 -.117l.067 -.07l.037 -.034l.076 -.06l.081 -.052l.087 -.043l.103 -.04l.135 -.033z"}]];
13
+ </script>
14
+ <Icon type="filled" name="click-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const ClickFilled: import("svelte").Component<Props, {}, "">;
7
+ type ClickFilled = ReturnType<typeof ClickFilled>;
8
+ export default ClickFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M20.926 7.074a3.67 3.67 0 0 1 1.074 2.593v8.666a3.667 3.667 0 0 1 -3.667 3.667h-8.666a3.667 3.667 0 0 1 -3.667 -3.667v-8.666q 0 -.053 .005 -.102a3.66 3.66 0 0 1 3.662 -3.565h8.666c.973 0 1.905 .386 2.593 1.074"}],["path",{"d":"M17.374 3.514a1 1 0 1 1 -1.748 .972c-.221 -.398 -.342 -.486 -.626 -.486h-10c-.548 0 -1 .452 -1 1v9.998c0 .36 .194 .692 .507 .87a1 1 0 1 1 -.99 1.738a3 3 0 0 1 -1.517 -2.606v-10c0 -1.652 1.348 -3 3 -3h10c1.094 0 1.828 .533 2.374 1.514"}]];
13
+ </script>
14
+ <Icon type="filled" name="copy-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const CopyFilled: import("svelte").Component<Props, {}, "">;
7
+ type CopyFilled = ReturnType<typeof CopyFilled>;
8
+ export default CopyFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M3 15.731c1.968 1.507 5.234 2.269 9 2.269c3.76 0 7.025 -.76 9 -2.252v2.252c0 2.425 -3.895 3.936 -8.693 3.998l-.307 .002c-4.938 0 -9 -1.523 -9 -4z"}],["path",{"d":"M3 9.731c1.968 1.507 5.234 2.269 9 2.269c3.76 0 7.025 -.76 9 -2.252v2.252c0 2.477 -4.062 4 -9 4c-4.798 0 -8.77 -1.438 -8.979 -3.795l-.016 -.101l-.005 -.104z"}],["path",{"d":"M12 2c1.041 0 2.044 .068 2.977 .198l.469 .071q .84 .14 1.586 .348l.44 .131l.075 .024a11 11 0 0 1 .805 .3l.199 .086q .535 .242 .967 .53q .165 .11 .313 .225a3.8 3.8 0 0 1 .669 .668l.091 .128q .07 .105 .129 .211l.07 .139q .163 .35 .2 .73l.01 .211c0 2.477 -4.062 4 -9 4c-4.798 0 -8.77 -1.438 -8.979 -3.795a1 1 0 0 1 -.021 -.205l.005 -.104l.016 -.1c.205 -2.306 4.01 -3.733 8.667 -3.794z"}]];
13
+ </script>
14
+ <Icon type="filled" name="database-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const DatabaseFilled: import("svelte").Component<Props, {}, "">;
7
+ type DatabaseFilled = ReturnType<typeof DatabaseFilled>;
8
+ export default DatabaseFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M16 3a1 1 0 0 1 .707 .293l4 4a1 1 0 0 1 .293 .707v10a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h1v4a1 1 0 0 0 .883 .993l.117 .007h6a1 1 0 0 0 1 -1v-4zm-4 8a2.995 2.995 0 0 0 -2.995 2.898a1 1 0 0 0 -.005 .102a3 3 0 1 0 3 -3m1 -8v3h-4v-3z"}]];
13
+ </script>
14
+ <Icon type="filled" name="device-floppy-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const DeviceFloppyFilled: import("svelte").Component<Props, {}, "">;
7
+ type DeviceFloppyFilled = ReturnType<typeof DeviceFloppyFilled>;
8
+ export default DeviceFloppyFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M15.5 4a6 6 0 0 1 5.945 5.187l1.532 7.883a3.3 3.3 0 0 1 -5.632 2.903l-3.776 -3.974l-3.14 .001l-3.719 3.916a3.3 3.3 0 0 1 -5.629 -2.92l1.634 -8.173a6 6 0 0 1 5.885 -4.823zm-7.5 3a1 1 0 0 0 -1 1v1h-1a1 1 0 1 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0 -2h-1v-1a1 1 0 0 0 -1 -1m10 2h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0 -2"}]];
13
+ </script>
14
+ <Icon type="filled" name="device-gamepad-2-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const DeviceGamepad2Filled: import("svelte").Component<Props, {}, "">;
7
+ type DeviceGamepad2Filled = ReturnType<typeof DeviceGamepad2Filled>;
8
+ export default DeviceGamepad2Filled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M7 12a2 2 0 1 1 -4 0q 0 -.053 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2"}],["path",{"d":"M14 12a2 2 0 1 1 -4 0q 0 -.053 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2"}],["path",{"d":"M21 12a2 2 0 1 1 -4 0q 0 -.053 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2"}]];
13
+ </script>
14
+ <Icon type="filled" name="dots-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const DotsFilled: import("svelte").Component<Props, {}, "">;
7
+ type DotsFilled = ReturnType<typeof DotsFilled>;
8
+ export default DotsFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M14 12a2 2 0 1 1 -4 0q 0 -.053 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2"}],["path",{"d":"M14 19a2 2 0 1 1 -4 0q 0 -.052 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2"}],["path",{"d":"M14 5a2 2 0 1 1 -4 0q 0 -.053 .005 -.102a1.996 1.996 0 0 1 1.995 -1.898a2 2 0 0 1 2 2"}]];
13
+ </script>
14
+ <Icon type="filled" name="dots-vertical-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const DotsVerticalFilled: import("svelte").Component<Props, {}, "">;
7
+ type DotsVerticalFilled = ReturnType<typeof DotsVerticalFilled>;
8
+ export default DotsVerticalFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M20 16a1 1 0 0 1 1 1v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2a1 1 0 0 1 2 0v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-2a1 1 0 0 1 1 -1m-8 -13a1 1 0 0 1 1 1v9.585l3.293 -3.292a1 1 0 0 1 1.414 1.414l-5 5a1 1 0 0 1 -.09 .08l.09 -.08a1 1 0 0 1 -.674 .292l-.033 .001h-.032l-.054 -.004l.086 .004a1 1 0 0 1 -.617 -.213a1 1 0 0 1 -.09 -.08l-5 -5a1 1 0 0 1 1.414 -1.414l3.293 3.292v-9.585a1 1 0 0 1 1 -1"}]];
13
+ </script>
14
+ <Icon type="filled" name="download-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const DownloadFilled: import("svelte").Component<Props, {}, "">;
7
+ type DownloadFilled = ReturnType<typeof DownloadFilled>;
8
+ export default DownloadFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M8 7a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1 -1v-1a1 1 0 0 1 2 0v1a3 3 0 0 1 -3 3h-9a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3h1a1 1 0 0 1 1 1"}],["path",{"d":"M14.596 5.011l4.392 4.392l-6.28 6.303a1 1 0 0 1 -.708 .294h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 .294 -.708zm6.496 -2.103a3.097 3.097 0 0 1 .165 4.203l-.164 .18l-.693 .694l-4.387 -4.387l.695 -.69a3.1 3.1 0 0 1 4.384 0"}]];
13
+ </script>
14
+ <Icon type="filled" name="edit-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const EditFilled: import("svelte").Component<Props, {}, "">;
7
+ type EditFilled = ReturnType<typeof EditFilled>;
8
+ export default EditFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M12 5a1 1 0 0 1 0 2h-6a1 1 0 0 0 -1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1 -1v-6a1 1 0 0 1 2 0v6a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm3 -2h5l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.096 .067l.09 .08q .054 .053 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118v5a1 1 0 0 1 -2 0v-2.586l-7.293 7.293a1 1 0 0 1 -1.414 -1.414l7.291 -7.293h-2.584a1 1 0 0 1 0 -2"}]];
13
+ </script>
14
+ <Icon type="filled" name="external-link-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const ExternalLinkFilled: import("svelte").Component<Props, {}, "">;
7
+ type ExternalLinkFilled = ReturnType<typeof ExternalLinkFilled>;
8
+ export default ExternalLinkFilled;
@@ -9,6 +9,6 @@ interface Props extends IconProps {
9
9
 
10
10
  let { children, ...props }: Props = $props();
11
11
 
12
- const iconNode: IconNode = [["path",{"d":"M2 6c0 -.796 .316 -1.558 .879 -2.121c.563 -.563 1.325 -.879 2.121 -.879h4l.099 .005c.229 .023 .444 .124 .608 .288l2.707 2.707h6.586c.796 0 1.558 .316 2.121 .879c.319 .319 .559 .703 .707 1.121l-14.523 0c-.407 0 -.805 .125 -1.14 .356c-.292 .203 -.525 .48 -.674 .801l-.058 .141l-1.379 3.676c-.194 .517 .068 1.093 .585 1.287c.517 .194 1.094 -.068 1.288 -.585l1.134 -3.027c.146 -.39 .519 -.649 .937 -.649h13.002l.217 .012c.216 .024 .426 .082 .624 .173c.054 .025 .107 .053 .159 .083c.199 .115 .377 .263 .525 .439c.188 .222 .325 .482 .403 .762c.077 .28 .092 .573 .045 .859c-.001 .008 -.003 .016 -.005 .024l-.995 5.21c-.131 .686 -.497 1.304 -1.036 1.749c-.47 .389 -1.046 .624 -1.65 .677l-.261 .012h-14.026c-.796 0 -1.558 -.316 -2.121 -.879c-.563 -.563 -.879 -1.325 -.879 -2.121v-11z","fill":"black"}]];
12
+ const iconNode: IconNode = [["path",{"d":"M2 6c0 -.796 .316 -1.558 .879 -2.121c.563 -.563 1.325 -.879 2.121 -.879h4l.099 .005c.229 .023 .444 .124 .608 .288l2.707 2.707h6.586c.796 0 1.558 .316 2.121 .879c.319 .319 .559 .703 .707 1.121l-14.523 0c-.407 0 -.805 .125 -1.14 .356c-.292 .203 -.525 .48 -.674 .801l-.058 .141l-1.379 3.676c-.194 .517 .068 1.093 .585 1.287c.517 .194 1.094 -.068 1.288 -.585l1.134 -3.027c.146 -.39 .519 -.649 .937 -.649h13.002l.217 .012c.216 .024 .426 .082 .624 .173c.054 .025 .107 .053 .159 .083c.199 .115 .377 .263 .525 .439c.188 .222 .325 .482 .403 .762c.077 .28 .092 .573 .045 .859c-.001 .008 -.003 .016 -.005 .024l-.995 5.21c-.131 .686 -.497 1.304 -1.036 1.749c-.47 .389 -1.046 .624 -1.65 .677l-.261 .012h-14.026c-.796 0 -1.558 -.316 -2.121 -.879c-.563 -.563 -.879 -1.325 -.879 -2.121v-11z"}]];
13
13
  </script>
14
14
  <Icon type="filled" name="folder-open-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M12 2a9 9 0 0 1 9 9v6a3 3 0 0 1 -2.152 2.879c-.678 1.901 -3.538 3.121 -6.848 3.121a1 1 0 0 1 0 -2c1.889 0 3.482 -.482 4.334 -1.075a3 3 0 0 1 -2.334 -2.925l.001 -3.051l.004 -.051a2.995 2.995 0 0 1 2.995 -2.898h1c.351 0 .688 .06 1 .171v-.171a7 7 0 0 0 -13.996 -.24l-.004 .41c.313 -.11 .65 -.17 1 -.17h1a3 3 0 0 1 3 3v3a3 3 0 0 1 -3 3h-1a3 3 0 0 1 -3 -3v-6a9 9 0 0 1 9 -9"}]];
13
+ </script>
14
+ <Icon type="filled" name="headset-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const HeadsetFilled: import("svelte").Component<Props, {}, "">;
7
+ type HeadsetFilled = ReturnType<typeof HeadsetFilled>;
8
+ export default HeadsetFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M17 3.34a10 10 0 1 1 -10 17.32a10 10 0 0 1 10 -17.32m-5 12.66a1 1 0 0 0 -.993 .883l-.007 .127a1 1 0 0 0 1.993 .117l.007 -.127a1 1 0 0 0 -1 -1m1.173 -9.856a3.6 3.6 0 0 0 -3.97 1.252a1 1 0 0 0 1.512 1.304l.082 -.096a1.6 1.6 0 1 1 1.846 2.462a2.49 2.49 0 0 0 -1.641 2.49a1 1 0 0 0 1.996 .004v-.117a.5 .5 0 0 1 .259 -.466l.075 -.034a3.61 3.61 0 0 0 2.338 -3.47a3.6 3.6 0 0 0 -2.497 -3.329"}]];
13
+ </script>
14
+ <Icon type="filled" name="help-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const HelpFilled: import("svelte").Component<Props, {}, "">;
7
+ type HelpFilled = ReturnType<typeof HelpFilled>;
8
+ export default HelpFilled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M12.707 2.293l9 9c.63 .63 .184 1.707 -.707 1.707h-1v6a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-6h-1c-.89 0 -1.337 -1.077 -.707 -1.707l9 -9a1 1 0 0 1 1.414 0m.793 8.707h-3a1.5 1.5 0 0 0 -1.5 1.5v3a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 0 1.5 -1.5v-3a1.5 1.5 0 0 0 -1.5 -1.5"}]];
13
+ </script>
14
+ <Icon type="filled" name="home-2-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const Home2Filled: import("svelte").Component<Props, {}, "">;
7
+ type Home2Filled = ReturnType<typeof Home2Filled>;
8
+ export default Home2Filled;
@@ -0,0 +1,14 @@
1
+ <script lang="ts">
2
+ import Icon from '../Icon.svelte';
3
+ import type { IconNode, IconProps } from '../types.js';
4
+ import type { Snippet } from 'svelte';
5
+
6
+ interface Props extends IconProps {
7
+ children?: Snippet;
8
+ }
9
+
10
+ let { children, ...props }: Props = $props();
11
+
12
+ const iconNode: IconNode = [["path",{"d":"M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-10q 0 -.053 .005 -.102a3.994 3.994 0 0 1 3.995 -3.898zm-1 12h-10a1 1 0 0 0 0 2h10a1 1 0 0 0 0 -2m-8 -8a2.995 2.995 0 0 0 -2.995 2.898a1 1 0 0 0 -.005 .102a3 3 0 1 0 3 -3m8 4h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2m0 -4h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2"}]];
13
+ </script>
14
+ <Icon type="filled" name="id-filled" {...props} iconNode={iconNode} {children} />
@@ -0,0 +1,8 @@
1
+ import type { IconProps } from '../types.js';
2
+ import type { Snippet } from 'svelte';
3
+ interface Props extends IconProps {
4
+ children?: Snippet;
5
+ }
6
+ declare const IdFilled: import("svelte").Component<Props, {}, "">;
7
+ type IdFilled = ReturnType<typeof IdFilled>;
8
+ export default IdFilled;