@tabler/icons-svelte 3.24.0 → 3.25.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 (56) hide show
  1. package/dist/aliases.d.ts +3 -0
  2. package/dist/aliases.js +3 -0
  3. package/dist/icons/calendar-month-filled.svelte +1 -1
  4. package/dist/icons/calendar-month.svelte +1 -1
  5. package/dist/icons/calendar-week-filled.svelte +1 -1
  6. package/dist/icons/calendar-week.svelte +1 -1
  7. package/dist/icons/chart-donut-filled.svelte +1 -1
  8. package/dist/icons/chart-dots-2-filled.svelte +6 -0
  9. package/dist/icons/chart-dots-2-filled.svelte.d.ts +17 -0
  10. package/dist/icons/chart-dots-3-filled.svelte +6 -0
  11. package/dist/icons/chart-dots-3-filled.svelte.d.ts +17 -0
  12. package/dist/icons/chart-funnel-filled.svelte +6 -0
  13. package/dist/icons/chart-funnel-filled.svelte.d.ts +17 -0
  14. package/dist/icons/chart-pie-2-filled.svelte +6 -0
  15. package/dist/icons/chart-pie-2-filled.svelte.d.ts +17 -0
  16. package/dist/icons/chart-pie-3-filled.svelte +6 -0
  17. package/dist/icons/chart-pie-3-filled.svelte.d.ts +17 -0
  18. package/dist/icons/chart-pie-4-filled.svelte +6 -0
  19. package/dist/icons/chart-pie-4-filled.svelte.d.ts +17 -0
  20. package/dist/icons/chef-hat-filled.svelte +6 -0
  21. package/dist/icons/chef-hat-filled.svelte.d.ts +17 -0
  22. package/dist/icons/circle-caret-down-filled.svelte +6 -0
  23. package/dist/icons/circle-caret-down-filled.svelte.d.ts +17 -0
  24. package/dist/icons/circle-caret-left-filled.svelte +6 -0
  25. package/dist/icons/circle-caret-left-filled.svelte.d.ts +17 -0
  26. package/dist/icons/circle-caret-right-filled.svelte +6 -0
  27. package/dist/icons/circle-caret-right-filled.svelte.d.ts +17 -0
  28. package/dist/icons/circle-caret-up-filled.svelte +6 -0
  29. package/dist/icons/circle-caret-up-filled.svelte.d.ts +17 -0
  30. package/dist/icons/circle-chevron-down-filled.svelte +6 -0
  31. package/dist/icons/circle-chevron-down-filled.svelte.d.ts +17 -0
  32. package/dist/icons/circle-chevron-left-filled.svelte +6 -0
  33. package/dist/icons/circle-chevron-left-filled.svelte.d.ts +17 -0
  34. package/dist/icons/circle-chevron-right-filled.svelte +6 -0
  35. package/dist/icons/circle-chevron-right-filled.svelte.d.ts +17 -0
  36. package/dist/icons/circle-chevron-up-filled.svelte +6 -0
  37. package/dist/icons/circle-chevron-up-filled.svelte.d.ts +17 -0
  38. package/dist/icons/clipboard-check-filled.svelte +6 -0
  39. package/dist/icons/clipboard-check-filled.svelte.d.ts +17 -0
  40. package/dist/icons/clipboard-filled.svelte +6 -0
  41. package/dist/icons/clipboard-filled.svelte.d.ts +17 -0
  42. package/dist/icons/clipboard-x-filled.svelte +6 -0
  43. package/dist/icons/clipboard-x-filled.svelte.d.ts +17 -0
  44. package/dist/icons/index.d.ts +21 -3
  45. package/dist/icons/index.js +21 -3
  46. package/dist/icons/{seeding-filled.svelte → seedling-filled.svelte} +1 -1
  47. package/dist/icons/seedling-filled.svelte.d.ts +17 -0
  48. package/dist/icons/{seeding-off.svelte → seedling-off.svelte} +1 -1
  49. package/dist/icons/seedling-off.svelte.d.ts +17 -0
  50. package/dist/icons/{seeding.svelte → seedling.svelte} +1 -1
  51. package/dist/icons/seedling.svelte.d.ts +17 -0
  52. package/dist/icons-list.js +21 -3
  53. package/package.json +2 -2
  54. package/dist/icons/seeding-filled.svelte.d.ts +0 -17
  55. package/dist/icons/seeding-off.svelte.d.ts +0 -17
  56. package/dist/icons/seeding.svelte.d.ts +0 -17
package/dist/aliases.d.ts CHANGED
@@ -49,5 +49,8 @@ export { default as IconSquare9 } from './icons/square-number-9.svelte';
49
49
  export { default as IconMessageCircle2 } from './icons/message-circle.svelte';
50
50
  export { default as IconMoodSuprised } from './icons/mood-surprised.svelte';
51
51
  export { default as IconCircleDashedLetterLetterV } from './icons/circle-dashed-letter-v.svelte';
52
+ export { default as IconSeeding } from './icons/seedling.svelte';
53
+ export { default as IconSeedingOff } from './icons/seedling-off.svelte';
52
54
  export { default as IconDiscountCheckFilled } from './icons/rosette-discount-check-filled.svelte';
53
55
  export { default as IconMessageCircle2Filled } from './icons/message-circle-filled.svelte';
56
+ export { default as IconSeedingFilled } from './icons/seedling-filled.svelte';
package/dist/aliases.js CHANGED
@@ -49,5 +49,8 @@ export { default as IconSquare9 } from './icons/square-number-9.svelte';
49
49
  export { default as IconMessageCircle2 } from './icons/message-circle.svelte';
50
50
  export { default as IconMoodSuprised } from './icons/mood-surprised.svelte';
51
51
  export { default as IconCircleDashedLetterLetterV } from './icons/circle-dashed-letter-v.svelte';
52
+ export { default as IconSeeding } from './icons/seedling.svelte';
53
+ export { default as IconSeedingOff } from './icons/seedling-off.svelte';
52
54
  export { default as IconDiscountCheckFilled } from './icons/rosette-discount-check-filled.svelte';
53
55
  export { default as IconMessageCircle2Filled } from './icons/message-circle-filled.svelte';
56
+ export { default as IconSeedingFilled } from './icons/seedling-filled.svelte';
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M16 2c.183 0 .355 .05 .502 .135l.033 .02c.28 .177 .465 .49 .465 .845v1h1a3 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 .514 -.874l.093 -.046l.066 -.025l.1 -.029l.107 -.019l.12 -.007q .083 0 .161 .013l.122 .029l.04 .012l.06 .023c.328 .135 .568 .44 .61 .806l.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": "M9.015 13a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1" }], ["path", { "d": "M13.015 13a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1" }], ["path", { "d": "M17.02 13a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1" }], ["path", { "d": "M12.02 15a1 1 0 0 1 0 2a1.001 1.001 0 1 1 -.005 -2z" }], ["path", { "d": "M9.015 16a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1" }]];
2
+ const iconNode = [["path", { "d": "M8 12a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1" }], ["path", { "d": "M12 12a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1" }], ["path", { "d": "M16 12a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1" }], ["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" }]];
3
3
  </script>
4
4
  <Icon type="filled" name="calendar-month-filled" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" }], ["path", { "d": "M16 3v4" }], ["path", { "d": "M8 3v4" }], ["path", { "d": "M4 11h16" }], ["path", { "d": "M7 14h.013" }], ["path", { "d": "M10.01 14h.005" }], ["path", { "d": "M13.01 14h.005" }], ["path", { "d": "M16.015 14h.005" }], ["path", { "d": "M13.015 17h.005" }], ["path", { "d": "M7.01 17h.005" }], ["path", { "d": "M10.01 17h.005" }]];
2
+ const iconNode = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" }], ["path", { "d": "M16 3v4" }], ["path", { "d": "M8 3v4" }], ["path", { "d": "M4 11h16" }], ["path", { "d": "M8 14v4" }], ["path", { "d": "M12 14v4" }], ["path", { "d": "M16 14v4" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="calendar-month" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M8 12a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1" }], ["path", { "d": "M12 12a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1" }], ["path", { "d": "M16 12a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1" }], ["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" }]];
2
+ const iconNode = [["path", { "d": "M16 2c.183 0 .355 .05 .502 .135l.033 .02c.28 .177 .465 .49 .465 .845v1h1a3 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 .514 -.874l.093 -.046l.066 -.025l.1 -.029l.107 -.019l.12 -.007q .083 0 .161 .013l.122 .029l.04 .012l.06 .023c.328 .135 .568 .44 .61 .806l.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": "M9.015 13a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1" }], ["path", { "d": "M13.015 13a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1" }], ["path", { "d": "M17.02 13a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1" }], ["path", { "d": "M12.02 15a1 1 0 0 1 0 2a1.001 1.001 0 1 1 -.005 -2z" }], ["path", { "d": "M9.015 16a1 1 0 0 1 -1 1a1.001 1.001 0 1 1 -.005 -2c.557 0 1.005 .448 1.005 1" }]];
3
3
  </script>
4
4
  <Icon type="filled" name="calendar-week-filled" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" }], ["path", { "d": "M16 3v4" }], ["path", { "d": "M8 3v4" }], ["path", { "d": "M4 11h16" }], ["path", { "d": "M8 14v4" }], ["path", { "d": "M12 14v4" }], ["path", { "d": "M16 14v4" }]];
2
+ const iconNode = [["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" }], ["path", { "d": "M16 3v4" }], ["path", { "d": "M8 3v4" }], ["path", { "d": "M4 11h16" }], ["path", { "d": "M7 14h.013" }], ["path", { "d": "M10.01 14h.005" }], ["path", { "d": "M13.01 14h.005" }], ["path", { "d": "M16.015 14h.005" }], ["path", { "d": "M13.015 17h.005" }], ["path", { "d": "M7.01 17h.005" }], ["path", { "d": "M10.01 17h.005" }]];
3
3
  </script>
4
4
  <Icon type="outline" name="calendar-week" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -1,5 +1,5 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
- const iconNode = [["path", { "d": "M9.883 2.207a1.9 1.9 0 0 1 2.087 1.522l.025 .167l.005 .104v4a1 1 0 0 1 -.641 .933l-.107 .035a3.1 3.1 0 1 0 3.73 3.953l.05 -.173a1 1 0 0 1 .855 -.742l.113 -.006h3.8a2 2 0 0 1 2 2a1 1 0 0 1 -.026 .226a10 10 0 1 1 -12.27 -11.933l.27 -.067l.11 -.02z" }], ["path", { "d": "M14.775 2.526a.996 .996 0 0 1 .22 -.026l.122 .007l.112 .02l.103 .03a10 10 0 0 1 6.003 5.817l.108 .294a1 1 0 0 1 -.824 1.325l-.119 .007h-4.5a1 1 0 0 1 -.76 -.35a8 8 0 0 0 -.89 -.89a1 1 0 0 1 -.342 -.636l-.008 -.124v-4.495l.006 -.118c.005 -.042 .012 -.08 .02 -.116l.03 -.103a.998 .998 0 0 1 .168 -.299l.071 -.08c.03 -.028 .058 -.052 .087 -.075l.09 -.063l.088 -.05l.103 -.043l.112 -.032z" }]];
2
+ const iconNode = [["path", { "d": "M11.292 2.61c.396 .318 .65 .78 .703 1.286l.005 .104v4a1 1 0 0 1 -.748 .968a3.1 3.1 0 1 0 3.78 3.78a1 1 0 0 1 .968 -.748h3.8a2 2 0 0 1 2 2a1 1 0 0 1 -.026 .226a10 10 0 1 1 -12 -12l.057 -.01l.052 -.01a1.9 1.9 0 0 1 1.409 .404m3.703 -.11l.045 .002l.067 .004l.081 .014l.032 .004l.072 .022l.04 .01a10 10 0 0 1 6.003 5.818l.108 .294a1 1 0 0 1 -.943 1.332h-4.5a1 1 0 0 1 -.76 -.35a8 8 0 0 0 -.89 -.89a1 1 0 0 1 -.35 -.76v-4.5q .001 -.119 .026 -.23l.03 -.102a1 1 0 0 1 .168 -.299l.03 -.033l.039 -.043a1 1 0 0 1 .089 -.08l.051 -.034l.03 -.023l.045 -.025l.052 -.03a1 1 0 0 1 .435 -.101" }]];
3
3
  </script>
4
4
  <Icon type="filled" name="chart-donut-filled" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M3 2a1 1 0 0 1 1 1v17h17a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1 -1v-18a1 1 0 0 1 1 -1m18.97 .757a1 1 0 0 1 -.727 1.213l-5.256 1.314a3 3 0 0 1 -.55 1.465l1.768 2.358a3.003 3.003 0 0 1 3.795 2.893a3 3 0 0 1 -5.436 1.751l-3.57 1.428a3 3 0 0 1 -5.994 -.179l.005 -.176a3 3 0 0 1 5.43 -1.576l3.57 -1.428l.015 -.17c.06 -.518 .253 -.996 .542 -1.4l-1.767 -2.357a3.003 3.003 0 0 1 -3.795 -2.893l.005 -.176a3 3 0 0 1 5.497 -1.48l5.255 -1.314a1 1 0 0 1 1.213 .727" }]];
3
+ </script>
4
+ <Icon type="filled" name="chart-dots-2-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 ChartDots_2FilledProps = typeof __propDef.props;
13
+ export type ChartDots_2FilledEvents = typeof __propDef.events;
14
+ export type ChartDots_2FilledSlots = typeof __propDef.slots;
15
+ export default class ChartDots_2Filled extends SvelteComponentTyped<ChartDots_2FilledProps, ChartDots_2FilledEvents, ChartDots_2FilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M18 2a4 4 0 1 1 -3.843 5.114l-6.295 .786a3 3 0 0 1 -.094 .257l6.446 4.431a3 3 0 1 1 -.695 4.099l-3.527 1.058q .008 .127 .008 .255a4 4 0 1 1 -8 0l.005 -.2a4 4 0 0 1 7.366 -1.954l3.64 -1.094l.01 -.102q .023 -.204 .074 -.4l-6.688 -4.6a3 3 0 0 1 -4.407 -2.65l.005 -.176a3 3 0 0 1 5.784 -.931l6.312 -.79a4 4 0 0 1 3.899 -3.103" }]];
3
+ </script>
4
+ <Icon type="filled" name="chart-dots-3-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 ChartDots_3FilledProps = typeof __propDef.props;
13
+ export type ChartDots_3FilledEvents = typeof __propDef.events;
14
+ export type ChartDots_3FilledSlots = typeof __propDef.slots;
15
+ export default class ChartDots_3Filled extends SvelteComponentTyped<ChartDots_3FilledProps, ChartDots_3FilledEvents, ChartDots_3FilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17.72 16l-1.315 3.948a3 3 0 0 1 -2.847 2.052h-3.116a3 3 0 0 1 -2.847 -2.052l-1.315 -3.948zm2 -6l-1.333 4h-12.774l-1.333 -4zm-.106 -8a2 2 0 0 1 1.896 2.632l-1.123 3.368h-16.774l-1.123 -3.368a2 2 0 0 1 1.72 -2.624l.177 -.008z" }]];
3
+ </script>
4
+ <Icon type="filled" name="chart-funnel-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 ChartFunnelFilledProps = typeof __propDef.props;
13
+ export type ChartFunnelFilledEvents = typeof __propDef.events;
14
+ export type ChartFunnelFilledSlots = typeof __propDef.slots;
15
+ export default class ChartFunnelFilled extends SvelteComponentTyped<ChartFunnelFilledProps, ChartFunnelFilledEvents, ChartFunnelFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M11 2.05v9.95a1 1 0 0 0 1 1h9.95a10 10 0 0 1 -19.95 -1l.005 -.324a10 10 0 0 1 8.995 -9.626m6 1.29a10 10 0 0 1 4.95 7.66h-8.95v-8.95a10 10 0 0 1 4 1.29" }]];
3
+ </script>
4
+ <Icon type="filled" name="chart-pie-2-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 ChartPie_2FilledProps = typeof __propDef.props;
13
+ export type ChartPie_2FilledEvents = typeof __propDef.events;
14
+ export type ChartPie_2FilledSlots = typeof __propDef.slots;
15
+ export default class ChartPie_2Filled extends SvelteComponentTyped<ChartPie_2FilledProps, ChartPie_2FilledEvents, ChartPie_2FilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17 20.66a10 10 0 0 1 -11.328 -.917l6.742 -6.743h9.536a10 10 0 0 1 -4.95 7.66m-6 -18.61v9.534l-6.743 6.744a10 10 0 0 1 -2.257 -6.328l.005 -.324a10 10 0 0 1 8.995 -9.626m6 1.29a10 10 0 0 1 4.95 7.66h-8.95v-8.95a10 10 0 0 1 4 1.29" }]];
3
+ </script>
4
+ <Icon type="filled" name="chart-pie-3-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 ChartPie_3FilledProps = typeof __propDef.props;
13
+ export type ChartPie_3FilledEvents = typeof __propDef.events;
14
+ export type ChartPie_3FilledSlots = typeof __propDef.slots;
15
+ export default class ChartPie_3Filled extends SvelteComponentTyped<ChartPie_3FilledProps, ChartPie_3FilledEvents, ChartPie_3FilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M11.844 13.57l4.843 7.264a10 10 0 0 1 -11.015 -1.09zm6.507 6.154l-4.481 -6.724h8.081a10 10 0 0 1 -3.348 6.511zm-7.35 -17.674v9.534l-6.744 6.744a10 10 0 0 1 -2.257 -6.328l.005 -.324a10 10 0 0 1 8.995 -9.626m6 1.29a10 10 0 0 1 4.95 7.66h-8.95v-8.95a10 10 0 0 1 4 1.29" }]];
3
+ </script>
4
+ <Icon type="filled" name="chart-pie-4-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 ChartPie_4FilledProps = typeof __propDef.props;
13
+ export type ChartPie_4FilledEvents = typeof __propDef.events;
14
+ export type ChartPie_4FilledSlots = typeof __propDef.slots;
15
+ export default class ChartPie_4Filled extends SvelteComponentTyped<ChartPie_4FilledProps, ChartPie_4FilledEvents, ChartPie_4FilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M19 19.002v1.998a1 1 0 0 1 -.883 .993l-.117 .007h-12a1 1 0 0 1 -1 -1v-1.994a1 1 0 0 1 1 -1l12 -.004a1 1 0 0 1 1 1" }], ["path", { "d": "M12 2a5 5 0 0 1 4.533 2.888l.06 .137l.136 -.009a5 5 0 0 1 4.99 3.477l.063 .213a5 5 0 0 1 -2.696 5.831l-.087 .037v1.428a1 1 0 0 1 -1 1l-12 .004a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.433l-.123 -.055a5 5 0 0 1 -2.6 -3.001l-.064 -.223a5 5 0 0 1 5.193 -6.27l.066 -.142a5 5 0 0 1 4.302 -2.877z" }]];
3
+ </script>
4
+ <Icon type="filled" name="chef-hat-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 ChefHatFilledProps = typeof __propDef.props;
13
+ export type ChefHatFilledEvents = typeof __propDef.events;
14
+ export type ChefHatFilledSlots = typeof __propDef.slots;
15
+ export default class ChefHatFilled extends SvelteComponentTyped<ChefHatFilledProps, ChefHatFilledEvents, ChefHatFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-2 6.66h-6a1 1 0 0 0 -.708 1.707l3 3a1 1 0 0 0 1.415 0l3 -3a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -.613 -.21" }]];
3
+ </script>
4
+ <Icon type="filled" name="circle-caret-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 CircleCaretDownFilledProps = typeof __propDef.props;
13
+ export type CircleCaretDownFilledEvents = typeof __propDef.events;
14
+ export type CircleCaretDownFilledSlots = typeof __propDef.slots;
15
+ export default class CircleCaretDownFilled extends SvelteComponentTyped<CircleCaretDownFilledProps, CircleCaretDownFilledEvents, CircleCaretDownFilledSlots> {
16
+ }
17
+ export {};
@@ -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 -20m2 13v-6a1 1 0 0 0 -1.707 -.708l-3 3a1 1 0 0 0 0 1.415l3 3a1 1 0 0 0 1.414 0l.083 -.094c.14 -.18 .21 -.396 .21 -.613" }]];
3
+ </script>
4
+ <Icon type="filled" name="circle-caret-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 CircleCaretLeftFilledProps = typeof __propDef.props;
13
+ export type CircleCaretLeftFilledEvents = typeof __propDef.events;
14
+ export type CircleCaretLeftFilledSlots = typeof __propDef.slots;
15
+ export default class CircleCaretLeftFilled extends SvelteComponentTyped<CircleCaretLeftFilledProps, CircleCaretLeftFilledEvents, CircleCaretLeftFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-5.293 4.953a1 1 0 0 0 -1.707 .707v6c0 .217 .07 .433 .21 .613l.083 .094a1 1 0 0 0 1.414 0l3 -3a1 1 0 0 0 0 -1.414z" }]];
3
+ </script>
4
+ <Icon type="filled" name="circle-caret-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 CircleCaretRightFilledProps = typeof __propDef.props;
13
+ export type CircleCaretRightFilledEvents = typeof __propDef.events;
14
+ export type CircleCaretRightFilledSlots = typeof __propDef.slots;
15
+ export default class CircleCaretRightFilled extends SvelteComponentTyped<CircleCaretRightFilledProps, CircleCaretRightFilledEvents, CircleCaretRightFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-4.293 5.953a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 .707 1.707h6c.217 0 .433 -.07 .613 -.21l.094 -.083a1 1 0 0 0 0 -1.414z" }]];
3
+ </script>
4
+ <Icon type="filled" name="circle-caret-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 CircleCaretUpFilledProps = typeof __propDef.props;
13
+ export type CircleCaretUpFilledEvents = typeof __propDef.events;
14
+ export type CircleCaretUpFilledSlots = typeof __propDef.slots;
15
+ export default class CircleCaretUpFilled extends SvelteComponentTyped<CircleCaretUpFilledProps, CircleCaretUpFilledEvents, CircleCaretUpFilledSlots> {
16
+ }
17
+ export {};
@@ -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 8.293a1 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-chevron-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 CircleChevronDownFilledProps = typeof __propDef.props;
13
+ export type CircleChevronDownFilledEvents = typeof __propDef.events;
14
+ export type CircleChevronDownFilledSlots = typeof __propDef.slots;
15
+ export default class CircleChevronDownFilled extends SvelteComponentTyped<CircleChevronDownFilledProps, CircleChevronDownFilledEvents, CircleChevronDownFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17 3.34a10 10 0 0 1 5 8.66c0 5.523 -4.477 10 -10 10s-10 -4.477 -10 -10a10 10 0 0 1 15 -8.66m-3.293 4.953a1 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-chevron-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 CircleChevronLeftFilledProps = typeof __propDef.props;
13
+ export type CircleChevronLeftFilledEvents = typeof __propDef.events;
14
+ export type CircleChevronLeftFilledSlots = typeof __propDef.slots;
15
+ export default class CircleChevronLeftFilled extends SvelteComponentTyped<CircleChevronLeftFilledProps, CircleChevronLeftFilledEvents, CircleChevronLeftFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0c0 -5.523 4.477 -10 10 -10m-.293 6.293a1 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-chevron-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 CircleChevronRightFilledProps = typeof __propDef.props;
13
+ export type CircleChevronRightFilledEvents = typeof __propDef.events;
14
+ export type CircleChevronRightFilledSlots = typeof __propDef.slots;
15
+ export default class CircleChevronRightFilled extends SvelteComponentTyped<CircleChevronRightFilledProps, CircleChevronRightFilledEvents, CircleChevronRightFilledSlots> {
16
+ }
17
+ export {};
@@ -0,0 +1,6 @@
1
+ <script>import Icon from '../Icon.svelte';
2
+ const iconNode = [["path", { "d": "M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336m-4.293 5.953a1 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.293 -2.292l2.293 2.292a1 1 0 0 0 1.414 -1.414z" }]];
3
+ </script>
4
+ <Icon type="filled" name="circle-chevron-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 CircleChevronUpFilledProps = typeof __propDef.props;
13
+ export type CircleChevronUpFilledEvents = typeof __propDef.events;
14
+ export type CircleChevronUpFilledSlots = typeof __propDef.slots;
15
+ export default class CircleChevronUpFilled extends SvelteComponentTyped<CircleChevronUpFilledProps, CircleChevronUpFilledEvents, CircleChevronUpFilledSlots> {
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-3.704 7.123l-3.293 3.292l-1.293 -1.292a1 1 0 1 0 -1.414 1.414l2 2a1 1 0 0 0 1.414 0l4 -4a1 1 0 0 0 -1.414 -1.414m-.293 -9.293a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="clipboard-check-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 ClipboardCheckFilledProps = typeof __propDef.props;
13
+ export type ClipboardCheckFilledEvents = typeof __propDef.events;
14
+ export type ClipboardCheckFilledSlots = typeof __propDef.slots;
15
+ export default class ClipboardCheckFilled extends SvelteComponentTyped<ClipboardCheckFilledProps, ClipboardCheckFilledEvents, ClipboardCheckFilledSlots> {
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-3.997 -2.17a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="clipboard-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 ClipboardFilledProps = typeof __propDef.props;
13
+ export type ClipboardFilledEvents = typeof __propDef.events;
14
+ export type ClipboardFilledSlots = typeof __propDef.slots;
15
+ export default class ClipboardFilled extends SvelteComponentTyped<ClipboardFilledProps, ClipboardFilledEvents, ClipboardFilledSlots> {
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-7.29 7.123a1 1 0 0 0 -1.414 0l-.083 .094a1 1 0 0 0 .083 1.32l1.292 1.293l-1.292 1.293a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l1.293 -1.293l1.293 1.293a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-1.293 -1.293l1.293 -1.293a1 1 0 0 0 0 -1.414l-.094 -.083a1 1 0 0 0 -1.32 .083l-1.293 1.292zm3.293 -9.293a2 2 0 1 1 0 4h-4a2 2 0 1 1 0 -4z" }]];
3
+ </script>
4
+ <Icon type="filled" name="clipboard-x-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 ClipboardXFilledProps = typeof __propDef.props;
13
+ export type ClipboardXFilledEvents = typeof __propDef.events;
14
+ export type ClipboardXFilledSlots = typeof __propDef.slots;
15
+ export default class ClipboardXFilled extends SvelteComponentTyped<ClipboardXFilledProps, ClipboardXFilledEvents, ClipboardXFilledSlots> {
16
+ }
17
+ export {};
@@ -4036,8 +4036,8 @@ export { default as IconSearchOff } from './search-off.svelte';
4036
4036
  export { default as IconSearch } from './search.svelte';
4037
4037
  export { default as IconSectionSign } from './section-sign.svelte';
4038
4038
  export { default as IconSection } from './section.svelte';
4039
- export { default as IconSeedingOff } from './seeding-off.svelte';
4040
- export { default as IconSeeding } from './seeding.svelte';
4039
+ export { default as IconSeedlingOff } from './seedling-off.svelte';
4040
+ export { default as IconSeedling } from './seedling.svelte';
4041
4041
  export { default as IconSelectAll } from './select-all.svelte';
4042
4042
  export { default as IconSelect } from './select.svelte';
4043
4043
  export { default as IconSelector } from './selector.svelte';
@@ -5138,9 +5138,16 @@ export { default as IconChartAreaFilled } from './chart-area-filled.svelte';
5138
5138
  export { default as IconChartBubbleFilled } from './chart-bubble-filled.svelte';
5139
5139
  export { default as IconChartCandleFilled } from './chart-candle-filled.svelte';
5140
5140
  export { default as IconChartDonutFilled } from './chart-donut-filled.svelte';
5141
+ export { default as IconChartDots2Filled } from './chart-dots-2-filled.svelte';
5142
+ export { default as IconChartDots3Filled } from './chart-dots-3-filled.svelte';
5141
5143
  export { default as IconChartDotsFilled } from './chart-dots-filled.svelte';
5144
+ export { default as IconChartFunnelFilled } from './chart-funnel-filled.svelte';
5142
5145
  export { default as IconChartGridDotsFilled } from './chart-grid-dots-filled.svelte';
5146
+ export { default as IconChartPie2Filled } from './chart-pie-2-filled.svelte';
5147
+ export { default as IconChartPie3Filled } from './chart-pie-3-filled.svelte';
5148
+ export { default as IconChartPie4Filled } from './chart-pie-4-filled.svelte';
5143
5149
  export { default as IconChartPieFilled } from './chart-pie-filled.svelte';
5150
+ export { default as IconChefHatFilled } from './chef-hat-filled.svelte';
5144
5151
  export { default as IconCherryFilled } from './cherry-filled.svelte';
5145
5152
  export { default as IconChessBishopFilled } from './chess-bishop-filled.svelte';
5146
5153
  export { default as IconChessKingFilled } from './chess-king-filled.svelte';
@@ -5157,7 +5164,15 @@ export { default as IconCircleArrowRightFilled } from './circle-arrow-right-fill
5157
5164
  export { default as IconCircleArrowUpLeftFilled } from './circle-arrow-up-left-filled.svelte';
5158
5165
  export { default as IconCircleArrowUpRightFilled } from './circle-arrow-up-right-filled.svelte';
5159
5166
  export { default as IconCircleArrowUpFilled } from './circle-arrow-up-filled.svelte';
5167
+ export { default as IconCircleCaretDownFilled } from './circle-caret-down-filled.svelte';
5168
+ export { default as IconCircleCaretLeftFilled } from './circle-caret-left-filled.svelte';
5169
+ export { default as IconCircleCaretRightFilled } from './circle-caret-right-filled.svelte';
5170
+ export { default as IconCircleCaretUpFilled } from './circle-caret-up-filled.svelte';
5160
5171
  export { default as IconCircleCheckFilled } from './circle-check-filled.svelte';
5172
+ export { default as IconCircleChevronDownFilled } from './circle-chevron-down-filled.svelte';
5173
+ export { default as IconCircleChevronLeftFilled } from './circle-chevron-left-filled.svelte';
5174
+ export { default as IconCircleChevronRightFilled } from './circle-chevron-right-filled.svelte';
5175
+ export { default as IconCircleChevronUpFilled } from './circle-chevron-up-filled.svelte';
5161
5176
  export { default as IconCircleDotFilled } from './circle-dot-filled.svelte';
5162
5177
  export { default as IconCircleKeyFilled } from './circle-key-filled.svelte';
5163
5178
  export { default as IconCircleLetterAFilled } from './circle-letter-a-filled.svelte';
@@ -5202,6 +5217,9 @@ export { default as IconCircleRectangleFilled } from './circle-rectangle-filled.
5202
5217
  export { default as IconCircleXFilled } from './circle-x-filled.svelte';
5203
5218
  export { default as IconCircleFilled } from './circle-filled.svelte';
5204
5219
  export { default as IconCirclesFilled } from './circles-filled.svelte';
5220
+ export { default as IconClipboardCheckFilled } from './clipboard-check-filled.svelte';
5221
+ export { default as IconClipboardXFilled } from './clipboard-x-filled.svelte';
5222
+ export { default as IconClipboardFilled } from './clipboard-filled.svelte';
5205
5223
  export { default as IconClockHour1Filled } from './clock-hour-1-filled.svelte';
5206
5224
  export { default as IconClockHour10Filled } from './clock-hour-10-filled.svelte';
5207
5225
  export { default as IconClockHour11Filled } from './clock-hour-11-filled.svelte';
@@ -5555,7 +5573,7 @@ export { default as IconRosetteFilled } from './rosette-filled.svelte';
5555
5573
  export { default as IconSaladFilled } from './salad-filled.svelte';
5556
5574
  export { default as IconScubaDivingTankFilled } from './scuba-diving-tank-filled.svelte';
5557
5575
  export { default as IconSectionFilled } from './section-filled.svelte';
5558
- export { default as IconSeedingFilled } from './seeding-filled.svelte';
5576
+ export { default as IconSeedlingFilled } from './seedling-filled.svelte';
5559
5577
  export { default as IconSettingsFilled } from './settings-filled.svelte';
5560
5578
  export { default as IconShieldCheckFilled } from './shield-check-filled.svelte';
5561
5579
  export { default as IconShieldCheckeredFilled } from './shield-checkered-filled.svelte';
@@ -4036,8 +4036,8 @@ export { default as IconSearchOff } from './search-off.svelte';
4036
4036
  export { default as IconSearch } from './search.svelte';
4037
4037
  export { default as IconSectionSign } from './section-sign.svelte';
4038
4038
  export { default as IconSection } from './section.svelte';
4039
- export { default as IconSeedingOff } from './seeding-off.svelte';
4040
- export { default as IconSeeding } from './seeding.svelte';
4039
+ export { default as IconSeedlingOff } from './seedling-off.svelte';
4040
+ export { default as IconSeedling } from './seedling.svelte';
4041
4041
  export { default as IconSelectAll } from './select-all.svelte';
4042
4042
  export { default as IconSelect } from './select.svelte';
4043
4043
  export { default as IconSelector } from './selector.svelte';
@@ -5138,9 +5138,16 @@ export { default as IconChartAreaFilled } from './chart-area-filled.svelte';
5138
5138
  export { default as IconChartBubbleFilled } from './chart-bubble-filled.svelte';
5139
5139
  export { default as IconChartCandleFilled } from './chart-candle-filled.svelte';
5140
5140
  export { default as IconChartDonutFilled } from './chart-donut-filled.svelte';
5141
+ export { default as IconChartDots2Filled } from './chart-dots-2-filled.svelte';
5142
+ export { default as IconChartDots3Filled } from './chart-dots-3-filled.svelte';
5141
5143
  export { default as IconChartDotsFilled } from './chart-dots-filled.svelte';
5144
+ export { default as IconChartFunnelFilled } from './chart-funnel-filled.svelte';
5142
5145
  export { default as IconChartGridDotsFilled } from './chart-grid-dots-filled.svelte';
5146
+ export { default as IconChartPie2Filled } from './chart-pie-2-filled.svelte';
5147
+ export { default as IconChartPie3Filled } from './chart-pie-3-filled.svelte';
5148
+ export { default as IconChartPie4Filled } from './chart-pie-4-filled.svelte';
5143
5149
  export { default as IconChartPieFilled } from './chart-pie-filled.svelte';
5150
+ export { default as IconChefHatFilled } from './chef-hat-filled.svelte';
5144
5151
  export { default as IconCherryFilled } from './cherry-filled.svelte';
5145
5152
  export { default as IconChessBishopFilled } from './chess-bishop-filled.svelte';
5146
5153
  export { default as IconChessKingFilled } from './chess-king-filled.svelte';
@@ -5157,7 +5164,15 @@ export { default as IconCircleArrowRightFilled } from './circle-arrow-right-fill
5157
5164
  export { default as IconCircleArrowUpLeftFilled } from './circle-arrow-up-left-filled.svelte';
5158
5165
  export { default as IconCircleArrowUpRightFilled } from './circle-arrow-up-right-filled.svelte';
5159
5166
  export { default as IconCircleArrowUpFilled } from './circle-arrow-up-filled.svelte';
5167
+ export { default as IconCircleCaretDownFilled } from './circle-caret-down-filled.svelte';
5168
+ export { default as IconCircleCaretLeftFilled } from './circle-caret-left-filled.svelte';
5169
+ export { default as IconCircleCaretRightFilled } from './circle-caret-right-filled.svelte';
5170
+ export { default as IconCircleCaretUpFilled } from './circle-caret-up-filled.svelte';
5160
5171
  export { default as IconCircleCheckFilled } from './circle-check-filled.svelte';
5172
+ export { default as IconCircleChevronDownFilled } from './circle-chevron-down-filled.svelte';
5173
+ export { default as IconCircleChevronLeftFilled } from './circle-chevron-left-filled.svelte';
5174
+ export { default as IconCircleChevronRightFilled } from './circle-chevron-right-filled.svelte';
5175
+ export { default as IconCircleChevronUpFilled } from './circle-chevron-up-filled.svelte';
5161
5176
  export { default as IconCircleDotFilled } from './circle-dot-filled.svelte';
5162
5177
  export { default as IconCircleKeyFilled } from './circle-key-filled.svelte';
5163
5178
  export { default as IconCircleLetterAFilled } from './circle-letter-a-filled.svelte';
@@ -5202,6 +5217,9 @@ export { default as IconCircleRectangleFilled } from './circle-rectangle-filled.
5202
5217
  export { default as IconCircleXFilled } from './circle-x-filled.svelte';
5203
5218
  export { default as IconCircleFilled } from './circle-filled.svelte';
5204
5219
  export { default as IconCirclesFilled } from './circles-filled.svelte';
5220
+ export { default as IconClipboardCheckFilled } from './clipboard-check-filled.svelte';
5221
+ export { default as IconClipboardXFilled } from './clipboard-x-filled.svelte';
5222
+ export { default as IconClipboardFilled } from './clipboard-filled.svelte';
5205
5223
  export { default as IconClockHour1Filled } from './clock-hour-1-filled.svelte';
5206
5224
  export { default as IconClockHour10Filled } from './clock-hour-10-filled.svelte';
5207
5225
  export { default as IconClockHour11Filled } from './clock-hour-11-filled.svelte';
@@ -5555,7 +5573,7 @@ export { default as IconRosetteFilled } from './rosette-filled.svelte';
5555
5573
  export { default as IconSaladFilled } from './salad-filled.svelte';
5556
5574
  export { default as IconScubaDivingTankFilled } from './scuba-diving-tank-filled.svelte';
5557
5575
  export { default as IconSectionFilled } from './section-filled.svelte';
5558
- export { default as IconSeedingFilled } from './seeding-filled.svelte';
5576
+ export { default as IconSeedlingFilled } from './seedling-filled.svelte';
5559
5577
  export { default as IconSettingsFilled } from './settings-filled.svelte';
5560
5578
  export { default as IconShieldCheckFilled } from './shield-check-filled.svelte';
5561
5579
  export { default as IconShieldCheckeredFilled } from './shield-checkered-filled.svelte';
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M6 3a7 7 0 0 1 6.95 6.155a6.97 6.97 0 0 1 5.05 -2.155h3a1 1 0 0 1 1 1v1a7 7 0 0 1 -7 7h-2v4a1 1 0 0 1 -2 0v-7h-2a7 7 0 0 1 -7 -7v-2a1 1 0 0 1 1 -1z" }]];
3
3
  </script>
4
- <Icon type="filled" name="seeding-filled" {...$$props} iconNode={iconNode}>
4
+ <Icon type="filled" name="seedling-filled" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 SeedlingFilledProps = typeof __propDef.props;
13
+ export type SeedlingFilledEvents = typeof __propDef.events;
14
+ export type SeedlingFilledSlots = typeof __propDef.slots;
15
+ export default class SeedlingFilled extends SvelteComponentTyped<SeedlingFilledProps, SeedlingFilledEvents, SeedlingFilledSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M11.412 7.407a6.025 6.025 0 0 0 -2.82 -2.82m-4.592 -.587h-1v2a6 6 0 0 0 6 6h3" }], ["path", { "d": "M12 14a6 6 0 0 1 .255 -1.736m1.51 -2.514a5.981 5.981 0 0 1 4.235 -1.75h3v1c0 2.158 -1.14 4.05 -2.85 5.107m-3.15 .893h-3" }], ["path", { "d": "M12 20v-8" }], ["path", { "d": "M3 3l18 18" }]];
3
3
  </script>
4
- <Icon type="outline" name="seeding-off" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="seedling-off" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 SeedlingOffProps = typeof __propDef.props;
13
+ export type SeedlingOffEvents = typeof __propDef.events;
14
+ export type SeedlingOffSlots = typeof __propDef.slots;
15
+ export default class SeedlingOff extends SvelteComponentTyped<SeedlingOffProps, SeedlingOffEvents, SeedlingOffSlots> {
16
+ }
17
+ export {};
@@ -1,6 +1,6 @@
1
1
  <script>import Icon from '../Icon.svelte';
2
2
  const iconNode = [["path", { "d": "M12 10a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3" }], ["path", { "d": "M12 14a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3" }], ["path", { "d": "M12 20l0 -10" }]];
3
3
  </script>
4
- <Icon type="outline" name="seeding" {...$$props} iconNode={iconNode}>
4
+ <Icon type="outline" name="seedling" {...$$props} iconNode={iconNode}>
5
5
  <slot/>
6
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 SeedlingProps = typeof __propDef.props;
13
+ export type SeedlingEvents = typeof __propDef.events;
14
+ export type SeedlingSlots = typeof __propDef.slots;
15
+ export default class Seedling extends SvelteComponentTyped<SeedlingProps, SeedlingEvents, SeedlingSlots> {
16
+ }
17
+ export {};
@@ -4037,8 +4037,8 @@ export default [
4037
4037
  "search",
4038
4038
  "section-sign",
4039
4039
  "section",
4040
- "seeding-off",
4041
- "seeding",
4040
+ "seedling-off",
4041
+ "seedling",
4042
4042
  "select-all",
4043
4043
  "select",
4044
4044
  "selector",
@@ -5139,9 +5139,16 @@ export default [
5139
5139
  "chart-bubble-filled",
5140
5140
  "chart-candle-filled",
5141
5141
  "chart-donut-filled",
5142
+ "chart-dots-2-filled",
5143
+ "chart-dots-3-filled",
5142
5144
  "chart-dots-filled",
5145
+ "chart-funnel-filled",
5143
5146
  "chart-grid-dots-filled",
5147
+ "chart-pie-2-filled",
5148
+ "chart-pie-3-filled",
5149
+ "chart-pie-4-filled",
5144
5150
  "chart-pie-filled",
5151
+ "chef-hat-filled",
5145
5152
  "cherry-filled",
5146
5153
  "chess-bishop-filled",
5147
5154
  "chess-king-filled",
@@ -5158,7 +5165,15 @@ export default [
5158
5165
  "circle-arrow-up-left-filled",
5159
5166
  "circle-arrow-up-right-filled",
5160
5167
  "circle-arrow-up-filled",
5168
+ "circle-caret-down-filled",
5169
+ "circle-caret-left-filled",
5170
+ "circle-caret-right-filled",
5171
+ "circle-caret-up-filled",
5161
5172
  "circle-check-filled",
5173
+ "circle-chevron-down-filled",
5174
+ "circle-chevron-left-filled",
5175
+ "circle-chevron-right-filled",
5176
+ "circle-chevron-up-filled",
5162
5177
  "circle-dot-filled",
5163
5178
  "circle-key-filled",
5164
5179
  "circle-letter-a-filled",
@@ -5203,6 +5218,9 @@ export default [
5203
5218
  "circle-x-filled",
5204
5219
  "circle-filled",
5205
5220
  "circles-filled",
5221
+ "clipboard-check-filled",
5222
+ "clipboard-x-filled",
5223
+ "clipboard-filled",
5206
5224
  "clock-hour-1-filled",
5207
5225
  "clock-hour-10-filled",
5208
5226
  "clock-hour-11-filled",
@@ -5556,7 +5574,7 @@ export default [
5556
5574
  "salad-filled",
5557
5575
  "scuba-diving-tank-filled",
5558
5576
  "section-filled",
5559
- "seeding-filled",
5577
+ "seedling-filled",
5560
5578
  "settings-filled",
5561
5579
  "shield-check-filled",
5562
5580
  "shield-checkered-filled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tabler/icons-svelte",
3
- "version": "3.24.0",
3
+ "version": "3.25.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.24.0"
52
+ "@tabler/icons": "3.25.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sveltejs/package": "^2.2.7",
@@ -1,17 +0,0 @@
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 SeedingFilledProps = typeof __propDef.props;
13
- export type SeedingFilledEvents = typeof __propDef.events;
14
- export type SeedingFilledSlots = typeof __propDef.slots;
15
- export default class SeedingFilled extends SvelteComponentTyped<SeedingFilledProps, SeedingFilledEvents, SeedingFilledSlots> {
16
- }
17
- export {};
@@ -1,17 +0,0 @@
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 SeedingOffProps = typeof __propDef.props;
13
- export type SeedingOffEvents = typeof __propDef.events;
14
- export type SeedingOffSlots = typeof __propDef.slots;
15
- export default class SeedingOff extends SvelteComponentTyped<SeedingOffProps, SeedingOffEvents, SeedingOffSlots> {
16
- }
17
- export {};
@@ -1,17 +0,0 @@
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 SeedingProps = typeof __propDef.props;
13
- export type SeedingEvents = typeof __propDef.events;
14
- export type SeedingSlots = typeof __propDef.slots;
15
- export default class Seeding extends SvelteComponentTyped<SeedingProps, SeedingEvents, SeedingSlots> {
16
- }
17
- export {};