@genarou/blazir-icons 1.1.7 → 1.1.9

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 (42) hide show
  1. package/dist/icons/Blaze.svelte +25 -0
  2. package/dist/icons/Blaze.svelte.d.ts +4 -0
  3. package/dist/icons/Box.svelte +25 -0
  4. package/dist/icons/Box.svelte.d.ts +4 -0
  5. package/dist/icons/CheckO.svelte +15 -6
  6. package/dist/icons/CircleExclamation.svelte +18 -4
  7. package/dist/icons/CircleInfo.svelte +13 -7
  8. package/dist/icons/CircleQuestion.svelte +18 -4
  9. package/dist/icons/Close.svelte +12 -2
  10. package/dist/icons/Copy.svelte +25 -0
  11. package/dist/icons/Copy.svelte.d.ts +4 -0
  12. package/dist/icons/Csv.svelte +25 -0
  13. package/dist/icons/Csv.svelte.d.ts +4 -0
  14. package/dist/icons/Excel.svelte +23 -16
  15. package/dist/icons/Facebook.svelte +25 -0
  16. package/dist/icons/Facebook.svelte.d.ts +4 -0
  17. package/dist/icons/Favorites.svelte +25 -0
  18. package/dist/icons/Favorites.svelte.d.ts +4 -0
  19. package/dist/icons/Google.svelte +12 -15
  20. package/dist/icons/Lock.svelte +18 -4
  21. package/dist/icons/LockOpen.svelte +18 -7
  22. package/dist/icons/Logout.svelte +18 -3
  23. package/dist/icons/Png.svelte +24 -0
  24. package/dist/icons/Png.svelte.d.ts +4 -0
  25. package/dist/icons/Powerpoint.svelte +25 -0
  26. package/dist/icons/Powerpoint.svelte.d.ts +4 -0
  27. package/dist/icons/Shield.svelte +30 -0
  28. package/dist/icons/Shield.svelte.d.ts +4 -0
  29. package/dist/icons/Star.svelte +25 -0
  30. package/dist/icons/Star.svelte.d.ts +4 -0
  31. package/dist/icons/Word.svelte +25 -0
  32. package/dist/icons/Word.svelte.d.ts +4 -0
  33. package/dist/icons/Xml.svelte +25 -0
  34. package/dist/icons/Xml.svelte.d.ts +4 -0
  35. package/dist/icons/Zip.svelte +26 -0
  36. package/dist/icons/Zip.svelte.d.ts +4 -0
  37. package/dist/icons/registry.d.ts +13 -0
  38. package/dist/icons/registry.js +26 -0
  39. package/dist/icons-api.d.ts +33 -33
  40. package/dist/index.d.ts +13 -0
  41. package/dist/index.js +16 -0
  42. package/package.json +1 -1
@@ -0,0 +1,25 @@
1
+ <!-- src/lib/icons/Leaf.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ const props: IconProps = $props();
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Leaf");
8
+ const title = $derived(props.title ?? "");
9
+ </script>
10
+
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
21
+ <path
22
+ fill="currentColor"
23
+ d="M12.063 2.065a.67.67 0 0 0-.759.149a.8.8 0 0 0-.205.738c.099.44.151.9.151 1.37c0 1.076-.271 1.83-.738 2.455c-.474.635-1.16 1.152-2.027 1.735a.3.3 0 0 0-.038.031l-.105.106a6.75 6.75 0 1 0 9.685 2.63a.25.25 0 0 0-.413-.05l-.208.241c-.878 1.026-1.587 1.855-3.04 2.225c-.062.015-.1.004-.127-.013a.24.24 0 0 1-.091-.124a.41.41 0 0 1 .074-.414c.777-.843 1.329-1.987 1.526-3.614c.37-3.048-1.015-6.294-3.685-7.465"
24
+ />
25
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Blaze: import("svelte").Component<IconProps, {}, "">;
3
+ type Blaze = ReturnType<typeof Blaze>;
4
+ export default Blaze;
@@ -0,0 +1,25 @@
1
+ <!-- src/lib/icons/Archive.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ const props: IconProps = $props();
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Archive");
8
+ const title = $derived(props.title ?? "");
9
+ </script>
10
+
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
21
+ <path
22
+ fill="currentColor"
23
+ d="M7.245 3.356c.372-.107.766-.106 1.267-.106h6.976c.5 0 .895 0 1.267.106c.328.093.636.247.907.453c.309.234.545.55.846.95l1.487 1.984c.204.272.364.485.48.726q.156.32.224.67c.051.263.051.53.051.87v7.822c0 .534 0 .98-.03 1.344c-.03.38-.098.736-.27 1.073a2.75 2.75 0 0 1-1.201 1.202c-.338.172-.694.24-1.074.27c-.364.03-.81.03-1.344.03H7.17c-.535 0-.98 0-1.345-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.202-1.2c-.172-.338-.24-.694-.27-1.074c-.03-.364-.03-.81-.03-1.344V9.008c0-.339 0-.606.051-.869a2.8 2.8 0 0 1 .223-.67c.117-.24.277-.454.481-.726L5.493 4.76c.3-.401.536-.717.845-.95c.271-.207.579-.36.907-.454M10.5 12.5a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V8.75h6.499a2.5 2.5 0 0 0-.036-.467a2 2 0 0 0-.163-.487c-.074-.154-.176-.296-.363-.546h-6.03l-.283-2.258a1.133 1.133 0 0 0-2.248 0l-.282 2.258H4.563c-.187.25-.289.392-.363.546a2 2 0 0 0-.163.487a2.5 2.5 0 0 0-.036.467H10.5zM6 17a1 1 0 0 0 1 1h3a1 1 0 1 0 0-2H7a1 1 0 0 0-1 1"
24
+ />
25
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Box: import("svelte").Component<IconProps, {}, "">;
3
+ type Box = ReturnType<typeof Box>;
4
+ export default Box;
@@ -4,17 +4,26 @@
4
4
  import type { IconProps } from "../types";
5
5
 
6
6
  const props: IconProps = $props();
7
- const ariaLabel = $derived(props.ariaLabel ?? "CheckCircle");
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Check Circle");
8
8
  const title = $derived(props.title ?? "");
9
9
  </script>
10
10
 
11
- <IconBase {...props} mode="solid" {ariaLabel} {title}>
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
12
21
  <path
13
- d="M10.243 16.314L6 12.07l1.414-1.414 2.829 2.828 5.656-5.657 1.415 1.415z"
22
+ fill="currentColor"
23
+ d="M15.53 10.53a.75.75 0 1 0-1.06-1.06L11 12.94l-1.47-1.47a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0z"
14
24
  />
15
25
  <path
16
- fill-rule="evenodd"
17
- clip-rule="evenodd"
18
- d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m11 9a9 9 0 1 1 0-18 9 9 0 0 1 0 18"
26
+ fill="currentColor"
27
+ d="M12 20.75a8.75 8.75 0 1 1 0-17.5a8.75 8.75 0 0 1 0 17.5M4.75 12a7.25 7.25 0 1 0 14.5 0a7.25 7.25 0 0 0-14.5 0"
19
28
  />
20
29
  </IconBase>
@@ -1,15 +1,29 @@
1
- <!-- src/lib/icons/InfoExclamation.svelte -->
1
+ <!-- src/lib/icons/Warning.svelte -->
2
2
  <script lang="ts">
3
3
  import IconBase from "../IconBase.svelte";
4
4
  import type { IconProps } from "../types";
5
5
 
6
6
  const props: IconProps = $props();
7
- const ariaLabel = $derived(props.ariaLabel ?? "Info Circle");
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Warning");
8
8
  const title = $derived(props.title ?? "");
9
9
  </script>
10
10
 
11
- <IconBase {...props} mode="solid" {ariaLabel} {title} viewBox="0 0 20 20">
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
12
21
  <path
13
- d="M2.93 17.07A10 10 0 1 1 17.07 2.93A10 10 0 0 1 2.93 17.07m12.73-1.41A8 8 0 1 0 4.34 4.34a8 8 0 0 0 11.32 11.32M9 5h2v6H9zm0 8h2v2H9z"
22
+ fill="currentColor"
23
+ d="M12 7c-.736 0-1.313.649-1.244 1.4l.494 4.15a.76.76 0 0 0 .75.7a.76.76 0 0 0 .75-.7l.494-4.15C13.314 7.65 12.736 7 12 7m0 10a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"
24
+ />
25
+ <path
26
+ fill="currentColor"
27
+ d="M12 4.5a7.5 7.5 0 1 0 0 15a7.5 7.5 0 0 0 0-15M3.5 12a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0"
14
28
  />
15
29
  </IconBase>
@@ -1,19 +1,25 @@
1
- <!-- src/lib/icons/InfoCircleOutline.svelte -->
1
+ <!-- src/lib/icons/Info.svelte -->
2
2
  <script lang="ts">
3
3
  import IconBase from "../IconBase.svelte";
4
4
  import type { IconProps } from "../types";
5
5
 
6
6
  const props: IconProps = $props();
7
- const ariaLabel = $derived(props.ariaLabel ?? "Info Circle Outline");
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Info");
8
8
  const title = $derived(props.title ?? "");
9
9
  </script>
10
10
 
11
- <IconBase {...props} mode="outline" {ariaLabel} {title} viewBox="0 0 32 32">
12
- <!-- trazo del círculo y la barra -->
13
- <path d="M15 14h1v9h1m12-7a13 13 0 1 1-26 0a13 13 0 0 1 26 0" />
14
- <!-- punto del 'i' (relleno) -->
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
15
21
  <path
16
22
  fill="currentColor"
17
- d="M17.5 9.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"
23
+ d="M12 3.75a8.25 8.25 0 1 0 0 16.5a8.25 8.25 0 0 0 0-16.5M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12M12 7.75a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5M10.25 8a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m1.5 4.401l-.334.223a.75.75 0 1 1-.832-1.248l.723-.482a1.25 1.25 0 0 1 1.943 1.04v3.816H14a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5h.75z"
18
24
  />
19
25
  </IconBase>
@@ -1,15 +1,29 @@
1
- <!-- src/lib/icons/QuestionCircle.svelte -->
1
+ <!-- src/lib/icons/HelpCircle.svelte -->
2
2
  <script lang="ts">
3
3
  import IconBase from "../IconBase.svelte";
4
4
  import type { IconProps } from "../types";
5
5
 
6
6
  const props: IconProps = $props();
7
- const ariaLabel = $derived(props.ariaLabel ?? "Question Circle");
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Help Circle");
8
8
  const title = $derived(props.title ?? "");
9
9
  </script>
10
10
 
11
- <IconBase {...props} mode="solid" {ariaLabel} {title} viewBox="0 0 256 256">
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
12
21
  <path
13
- d="M144 180a16 16 0 1 1-16-16a16 16 0 0 1 16 16m92-52A108 108 0 1 1 128 20a108.12 108.12 0 0 1 108 108m-24 0a84 84 0 1 0-84 84a84.09 84.09 0 0 0 84-84m-84-64c-24.26 0-44 17.94-44 40v4a12 12 0 0 0 24 0v-4c0-8.82 9-16 20-16s20 7.18 20 16s-9 16-20 16a12 12 0 0 0-12 12v8a12 12 0 0 0 23.73 2.56C158.31 137.88 172 122.37 172 104c0-22.06-19.74-40-44-40"
22
+ fill="currentColor"
23
+ d="M12 8.75c-.69 0-1.25.56-1.25 1.25v.107a.75.75 0 1 1-1.5 0V10A2.75 2.75 0 0 1 12 7.25h.116a2.634 2.634 0 0 1 1.714 4.633l-.77.66a.9.9 0 0 0-.31.674v.533a.75.75 0 0 1-1.5 0v-.533c0-.697.304-1.359.833-1.812l.771-.66a1.134 1.134 0 0 0-.738-1.995zM12 17a1 1 0 1 0 0-2a1 1 0 0 0 0 2"
24
+ />
25
+ <path
26
+ fill="currentColor"
27
+ d="M3.25 12a8.75 8.75 0 1 1 17.5 0a8.75 8.75 0 0 1-17.5 0M12 4.75a7.25 7.25 0 1 0 0 14.5a7.25 7.25 0 0 0 0-14.5"
14
28
  />
15
29
  </IconBase>
@@ -8,8 +8,18 @@
8
8
  const title = $derived(props.title ?? "");
9
9
  </script>
10
10
 
11
- <IconBase {...props} mode="solid" {ariaLabel} {title} viewBox="0 0 1024 1024">
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
12
21
  <path
13
- d="M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496"
22
+ fill="currentColor"
23
+ d="M17.127 6.873a1.25 1.25 0 0 1 0 1.768L13.767 12l3.36 3.359a1.25 1.25 0 1 1-1.768 1.768L12 13.767l-3.359 3.36a1.25 1.25 0 1 1-1.768-1.768L10.233 12l-3.36-3.359a1.25 1.25 0 0 1 1.768-1.768L12 10.233l3.359-3.36a1.25 1.25 0 0 1 1.768 0"
14
24
  />
15
25
  </IconBase>
@@ -0,0 +1,25 @@
1
+ <!-- src/lib/icons/Copy.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ const props: IconProps = $props();
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Copy");
8
+ const title = $derived(props.title ?? "");
9
+ </script>
10
+
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
21
+ <path
22
+ fill="currentColor"
23
+ d="M13.569 4.25h.225c1.118 0 1.83 0 2.435.162a4.75 4.75 0 0 1 3.36 3.359c.161.605.161 1.317.161 2.435v1.624c0 .535 0 .98-.03 1.345c-.03.38-.098.736-.27 1.073a2.75 2.75 0 0 1-1.201 1.202c-.338.172-.694.24-1.074.27c-.365.03-.81.03-1.344.03h-1.662c-.534 0-.98 0-1.344-.03c-.38-.03-.736-.098-1.073-.27a2.75 2.75 0 0 1-1.202-1.201c-.172-.338-.24-.694-.27-1.074c-.03-.365-.03-.81-.03-1.345V7.57c0-.524 0-.929.094-1.28a2.75 2.75 0 0 1 1.944-1.945c.352-.095.757-.094 1.281-.094m.098 1.5c-.669 0-.856.006-.99.043a1.25 1.25 0 0 0-.884.883c-.037.135-.043.322-.043.99V11.8c0 .572 0 .957.025 1.252c.023.288.065.425.111.516c.12.235.311.426.547.546c.09.046.227.088.515.111c.295.024.68.025 1.252.025h1.6c.572 0 .957 0 1.252-.025c.288-.023.425-.065.515-.111a1.25 1.25 0 0 0 .547-.546c.046-.091.088-.228.111-.515c.024-.296.025-.68.025-1.253v-1.467c0-.446 0-.798-.006-1.083H16.5a1.75 1.75 0 0 1-1.75-1.75V5.756a62 62 0 0 0-1.083-.006M16.25 6v1.5c0 .138.112.25.25.25H18A3.26 3.26 0 0 0 16.25 6M8.496 8.25H8.5a.75.75 0 0 1 0 1.5c-.25 0-.727 0-1.19.026a7 7 0 0 0-.622.058a2 2 0 0 0-.255.052a1.25 1.25 0 0 0-.547.547c-.046.09-.088.227-.111.515c-.024.295-.025.68-.025 1.252v3.6c0 .572 0 .957.025 1.252c.023.288.065.425.111.515c.12.236.311.427.547.547c.09.046.227.088.514.111c.296.024.68.025 1.253.025h1.6c.572 0 .957 0 1.252-.025c.288-.023.425-.065.516-.111a1.25 1.25 0 0 0 .546-.547c.06-.119.098-.262.118-.39A2 2 0 0 0 12.25 17v-.004a.75.75 0 0 1 1.5.005H13h.75v.044l-.005.087a4 4 0 0 1-.031.279c-.035.219-.106.53-.264.838a2.75 2.75 0 0 1-1.201 1.202c-.338.172-.694.24-1.074.27c-.365.03-.81.03-1.345.03H8.17c-.535 0-.98 0-1.345-.03c-.38-.03-.736-.098-1.073-.27A2.75 2.75 0 0 1 4.55 18.25c-.172-.338-.24-.694-.27-1.074c-.03-.365-.03-.81-.03-1.345v-3.66c0-.535 0-.98.03-1.345c.03-.38.098-.736.27-1.073A2.75 2.75 0 0 1 5.752 8.55c.224-.115.502-.168.716-.2c.239-.035.505-.057.759-.072c.507-.028 1.019-.028 1.27-.028m3.754 8.745V17z"
24
+ />
25
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Copy: import("svelte").Component<IconProps, {}, "">;
3
+ type Copy = ReturnType<typeof Copy>;
4
+ export default Copy;
@@ -0,0 +1,25 @@
1
+ <!-- src/lib/icons/CSV.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ const props: IconProps = $props();
7
+ const ariaLabel = $derived(props.ariaLabel ?? "CSV");
8
+ const title = $derived(props.title ?? "");
9
+ </script>
10
+
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
21
+ <path
22
+ fill="currentColor"
23
+ d="M5.75 15H8q.325 0 .538-.213t.212-.537t-.213-.537T8 13.5H6.25v-3H8q.325 0 .538-.213t.212-.537t-.213-.537T8 9H5.75q-.425 0-.712.288T4.75 10v4q0 .425.288.713T5.75 15m4.65 0h2.25q.425 0 .713-.288T13.65 14v-1.5q0-.425-.288-.788t-.712-.362h-1.5v-.85h1.75q.325 0 .538-.212t.212-.538t-.213-.537T12.9 9h-2.25q-.425 0-.712.288T9.65 10v1.5q0 .425.288.763t.712.337h1.5v.9H10.4q-.325 0-.537.213t-.213.537t.213.538t.537.212m6.6-2.55l-.85-2.925q-.075-.225-.262-.375T15.45 9q-.35 0-.562.287t-.113.638l1.325 4.55q.075.225.263.375t.437.15h.4q.25 0 .438-.15t.262-.375l1.325-4.55q.1-.35-.113-.638T18.55 9q-.25 0-.437.15t-.263.375zM4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20z"
24
+ />
25
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Csv: import("svelte").Component<IconProps, {}, "">;
3
+ type Csv = ReturnType<typeof Csv>;
4
+ export default Csv;
@@ -1,38 +1,45 @@
1
- <!-- src/lib/icons/DocumentClose.svelte -->
1
+ <!-- src/lib/icons/DeleteDocument.svelte -->
2
2
  <script lang="ts">
3
3
  import IconBase from "../IconBase.svelte";
4
4
  import type { IconProps } from "../types";
5
5
 
6
6
  const props: IconProps = $props();
7
- const ariaLabel = $derived(props.ariaLabel ?? "Document close");
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Delete Document");
8
8
  const title = $derived(props.title ?? "");
9
-
10
- // Evita colisiones de <mask> si hay múltiples instancias
11
- const maskId = $state(
12
- `bz-doc-close-${Math.random().toString(36).slice(2, 9)}`
13
- );
14
9
  </script>
15
10
 
16
- <IconBase {...props} mode="solid" {ariaLabel} {title} viewBox="0 0 48 48">
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
17
21
  <defs>
18
- <mask id={maskId}>
19
- <g fill="none" stroke-linecap="round" stroke-width="4">
22
+ <mask id="delete-document-mask">
23
+ <g fill="none" stroke-linecap="round" stroke-width="2">
20
24
  <path
21
25
  stroke="#fff"
22
26
  stroke-linejoin="round"
23
- d="M8 15V6a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2v36a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-9"
27
+ d="M4 7.5V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-4.5"
24
28
  />
25
- <path stroke="#fff" d="M31 15h3m-6 8h6m-6 8h6" />
29
+ <path stroke="#fff" d="M15.5 7.5h1.5m-3 4h3m-3 4h3" />
26
30
  <path
27
31
  fill="#fff"
28
32
  stroke="#fff"
29
33
  stroke-linejoin="round"
30
- d="M4 15h18v18H4z"
34
+ d="M2 7.5h9v9H2z"
31
35
  />
32
- <path stroke="#000" stroke-linejoin="round" d="m10 21 6 6m0-6-6 6" />
36
+ <path stroke="#000" stroke-linejoin="round" d="m5 10.5l3 3m0-3l-3 3" />
33
37
  </g>
34
38
  </mask>
35
39
  </defs>
36
-
37
- <path fill="currentColor" d="M0 0h48v48H0z" mask={`url(#${maskId})`} />
40
+ <path
41
+ fill="currentColor"
42
+ d="M0 0h24v24H0z"
43
+ mask="url(#delete-document-mask)"
44
+ />
38
45
  </IconBase>
@@ -0,0 +1,25 @@
1
+ <!-- src/lib/icons/FacebookAlt.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ const props: IconProps = $props();
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Facebook Alt");
8
+ const title = $derived(props.title ?? "");
9
+ </script>
10
+
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
21
+ <path
22
+ fill="currentColor"
23
+ d="M13.458 21.696c4.693-.704 8.292-4.753 8.292-9.642c0-5.385-4.365-9.75-9.75-9.75s-9.75 4.365-9.75 9.75c0 4.89 3.599 8.938 8.292 9.642v-6.798h-2.05a.486.486 0 0 1-.486-.486v-1.843c0-.269.218-.486.486-.486h2.05l-.072-1.943c0-.942.175-2.471 1.342-3.307c.816-.583 1.423-.693 2.397-.693c.845 0 1.426.084 1.81.14l.188.025a.193.193 0 0 1 .168.192v2.04c0 .113-.095.2-.205.194h-.038c-.114.004-.71.029-1.216.029c-.89 0-1.458.406-1.458 1.755v1.568h2.192c.3 0 .529.27.48.566l-.28 1.843a.486.486 0 0 1-.479.406h-1.913z"
24
+ />
25
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Facebook: import("svelte").Component<IconProps, {}, "">;
3
+ type Facebook = ReturnType<typeof Facebook>;
4
+ export default Facebook;
@@ -0,0 +1,25 @@
1
+ <!-- src/lib/icons/Heart.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ const props: IconProps = $props();
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Heart");
8
+ const title = $derived(props.title ?? "");
9
+ </script>
10
+
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
21
+ <path
22
+ fill="currentColor"
23
+ d="M12.404 6.145c-.23.2-.583.2-.812 0c-1.782-1.55-4.43-1.608-6.249.329c-3.984 5.045 1.8 9.497 5.615 12.195a1.8 1.8 0 0 0 2.08 0c3.843-2.711 9.6-7.15 5.615-12.195c-1.818-1.937-4.468-1.879-6.25-.329"
24
+ />
25
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Favorites: import("svelte").Component<IconProps, {}, "">;
3
+ type Favorites = ReturnType<typeof Favorites>;
4
+ export default Favorites;
@@ -8,21 +8,18 @@
8
8
  const title = $derived(props.title ?? "");
9
9
  </script>
10
10
 
11
- <IconBase {...props} mode="solid" {ariaLabel} {title} viewBox="0 0 48 48">
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
12
21
  <path
13
- fill="#ffc107"
14
- d="M43.611 20.083H42V20H24v8h11.303c-1.649 4.657-6.08 8-11.303 8c-6.627 0-12-5.373-12-12s5.373-12 12-12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4C12.955 4 4 12.955 4 24s8.955 20 20 20s20-8.955 20-20c0-1.341-.138-2.65-.389-3.917"
15
- />
16
- <path
17
- fill="#ff3d00"
18
- d="m6.306 14.691 6.571 4.819C14.655 15.108 18.961 12 24 12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4 16.318 4 9.656 8.337 6.306 14.691"
19
- />
20
- <path
21
- fill="#4caf50"
22
- d="M24 44c5.166 0 9.86-1.977 13.409-5.192l-6.19-5.238A11.9 11.9 0 0 1 24 36c-5.202 0-9.619-3.317-11.283-7.946l-6.522 5.025C9.505 39.556 16.227 44 24 44"
23
- />
24
- <path
25
- fill="#1976d2"
26
- d="M43.611 20.083H42V20H24v8h11.303a12.04 12.04 0 0 1-4.087 5.571l.003-.002 6.19 5.238C36.971 39.205 44 34 44 24c0-1.341-.138-2.65-.389-3.917"
22
+ fill="currentColor"
23
+ d="M20.855 10.361a.2.2 0 0 0-.194-.161H12.2a.2.2 0 0 0-.2.2v3.2c0 .11.09.2.2.2h4.886A5.398 5.398 0 0 1 6.6 12A5.4 5.4 0 0 1 12 6.6a5.37 5.37 0 0 1 3.44 1.245a.205.205 0 0 0 .276-.01l2.266-2.267a.197.197 0 0 0-.007-.286A8.95 8.95 0 0 0 12 3a9 9 0 1 0 9 9c0-.547-.051-1.113-.145-1.639"
27
24
  />
28
25
  </IconBase>
@@ -1,15 +1,29 @@
1
- <!-- src/lib/icons/Lock.svelte -->
1
+ <!-- src/lib/icons/Unlock.svelte -->
2
2
  <script lang="ts">
3
3
  import IconBase from "../IconBase.svelte";
4
4
  import type { IconProps } from "../types";
5
5
 
6
6
  const props: IconProps = $props();
7
- const ariaLabel = $derived(props.ariaLabel ?? "Lock");
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Unlock");
8
8
  const title = $derived(props.title ?? "");
9
9
  </script>
10
10
 
11
- <IconBase {...props} mode="solid" {ariaLabel} {title} viewBox="0 0 24 24">
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
12
21
  <path
13
- d="M12 2C9.243 2 7 4.243 7 7v2H6c-1.103 0-2 .897-2 2v9c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-9c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5M9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v2H9zm9.002 13H13v-2.278c.595-.347 1-.985 1-1.722c0-1.103-.897-2-2-2s-2 .897-2 2c0 .736.405 1.375 1 1.722V20H6v-9h12z"
22
+ fill="currentColor"
23
+ d="M10.25 14.75a1.75 1.75 0 1 1 2.5 1.582V17a.75.75 0 0 1-1.5 0v-.668a1.75 1.75 0 0 1-1-1.582"
24
+ />
25
+ <path
26
+ fill="currentColor"
27
+ d="M7.25 7a4.75 4.75 0 0 1 9.5 0v2.356c.34.058.654.15.953.303a3.75 3.75 0 0 1 1.638 1.638c.227.445.321.925.366 1.471c.043.531.043 1.187.043 2v1.464c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043H9.768c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2v-1.464c0-.813 0-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75 3.75 0 0 1 1.639-1.64a3.3 3.3 0 0 1 .952-.302zm8 0a3.25 3.25 0 0 0-6.5 0v2.254q.463-.005 1.018-.004h4.464q.556-.001 1.018.004zm-7.36 3.788c-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038 1.056-.038 1.909v1.4c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037 1.057.038 1.909.038h4.4c.853 0 1.447 0 1.91-.038c.453-.038.714-.107.912-.207c.423-.216.767-.56.983-.983c.1-.198.17-.459.207-.913c.037-.462.038-1.057.038-1.909v-1.4c0-.853 0-1.447-.038-1.91c-.038-.453-.107-.714-.207-.912a2.25 2.25 0 0 0-.983-.983c-.198-.1-.459-.17-.913-.207c-.462-.037-1.057-.038-1.909-.038H9.8c-.852 0-1.447 0-1.91.038"
14
28
  />
15
29
  </IconBase>
@@ -1,18 +1,29 @@
1
- <!-- src/lib/icons/LockOpen.svelte -->
1
+ <!-- src/lib/icons/UnlockAlt.svelte -->
2
2
  <script lang="ts">
3
3
  import IconBase from "../IconBase.svelte";
4
4
  import type { IconProps } from "../types";
5
5
 
6
6
  const props: IconProps = $props();
7
- const ariaLabel = $derived(props.ariaLabel ?? "LockOpen");
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Unlock Alt");
8
8
  const title = $derived(props.title ?? "");
9
9
  </script>
10
10
 
11
- <IconBase {...props} mode="solid" {ariaLabel} {title} viewBox="0 0 24 24">
12
- <!-- Lock Open -->
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
13
21
  <path
14
- d="M17 8V7c0-2.757-2.243-5-5-5S7 4.243 7 7v3H6c-1.103 0-2 .897-2 2v8c0
15
- 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-8c0-1.103-.897-2-2-2H9V7
16
- c0-1.654 1.346-3 3-3s3 1.346 3 3v1zm1 4l.002 8H6v-8z"
22
+ fill="currentColor"
23
+ d="M10.25 14.75a1.75 1.75 0 1 1 2.5 1.582V17a.75.75 0 0 1-1.5 0v-.668a1.75 1.75 0 0 1-1-1.582"
24
+ />
25
+ <path
26
+ fill="currentColor"
27
+ d="M7.25 7a4.75 4.75 0 0 1 9.5 0a.75.75 0 0 1-1.5 0a3.25 3.25 0 0 0-6.5 0v2.254q.463-.005 1.018-.004h4.464c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.638c.226.445.32.925.365 1.471c.043.531.043 1.187.043 2v1.464c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043H9.768c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2v-1.464c0-.813 0-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75 3.75 0 0 1 1.639-1.64a3.3 3.3 0 0 1 .952-.302zm.64 3.788c-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038 1.056-.038 1.909v1.4c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037 1.057.038 1.909.038h4.4c.853 0 1.447 0 1.91-.038c.453-.038.714-.107.912-.207c.423-.216.767-.56.983-.983c.1-.198.17-.459.207-.913c.037-.462.038-1.057.038-1.909v-1.4c0-.853 0-1.447-.038-1.91c-.038-.453-.107-.714-.207-.912a2.25 2.25 0 0 0-.983-.983c-.198-.1-.459-.17-.913-.207c-.462-.037-1.057-.038-1.909-.038H9.8c-.852 0-1.447 0-1.91.038"
17
28
  />
18
29
  </IconBase>
@@ -4,12 +4,27 @@
4
4
  import type { IconProps } from "../types";
5
5
 
6
6
  const props: IconProps = $props();
7
- const ariaLabel = $derived(props.ariaLabel ?? "logout");
7
+ const ariaLabel = $derived(props.ariaLabel ?? "Logout");
8
8
  const title = $derived(props.title ?? "");
9
9
  </script>
10
10
 
11
- <IconBase {...props} mode="solid" {ariaLabel} {title} viewBox="0 0 24 24">
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
12
21
  <path
13
- d="m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5M4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z"
22
+ fill="currentColor"
23
+ d="M13.53 8.47a.75.75 0 0 0-1.06 0l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 1 0 1.06-1.06l-1.72-1.72H20a.75.75 0 0 0 0-1.5h-8.19l1.72-1.72a.75.75 0 0 0 0-1.06"
24
+ opacity="0.5"
25
+ />
26
+ <path
27
+ fill="currentColor"
28
+ d="M9.768 3.25h2.464c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.226.444.32.924.365 1.47c.043.531.043 1.187.043 2V9a.75.75 0 0 1-1.5 0v-.2c0-.852 0-1.447-.038-1.91c-.038-.453-.107-.714-.207-.911a2.25 2.25 0 0 0-.983-.984c-.198-.1-.459-.17-.913-.207c-.462-.037-1.056-.038-1.909-.038H9.8c-.852 0-1.447 0-1.91.038c-.453.037-.714.107-.911.207a2.25 2.25 0 0 0-.984.984c-.1.197-.17.458-.207.912c-.037.462-.038 1.057-.038 1.909v6.4c0 .852 0 1.447.038 1.91c.037.453.107.714.207.912c.216.423.56.767.984.983c.197.1.458.17.912.207c.462.037 1.057.038 1.909.038h2.4c.853 0 1.447 0 1.91-.038c.453-.038.714-.107.912-.207c.423-.216.767-.56.983-.983c.1-.198.17-.459.207-.913c.037-.462.038-1.057.038-1.909V15a.75.75 0 0 1 1.5 0v.232c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043H9.768c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V8.768c0-.813 0-1.469.043-2c.045-.546.14-1.026.366-1.47a3.75 3.75 0 0 1 1.639-1.64c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043"
14
29
  />
15
30
  </IconBase>
@@ -0,0 +1,24 @@
1
+ <script lang="ts">
2
+ import IconBase from "../IconBase.svelte";
3
+ import type { IconProps } from "../types";
4
+
5
+ const props: IconProps = $props();
6
+ const ariaLabel = $derived(props.ariaLabel ?? "Phone");
7
+ const title = $derived(props.title ?? "");
8
+ </script>
9
+
10
+ <IconBase
11
+ {...props}
12
+ mode="outline"
13
+ {ariaLabel}
14
+ {title}
15
+ viewBox="0 0 24 24"
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ strokeWidth={props.strokeWidth ?? 2}
19
+ >
20
+ <path
21
+ fill="currentColor"
22
+ d="M6.5 11.5v-1h1v1zm10 3.5h1q.625 0 1.063-.437T19 13.5v-.75q0-.325-.213-.537T18.25 12t-.537.213t-.213.537v.75h-1v-3h1.75q.325 0 .538-.213T19 9.75t-.213-.537T18.25 9H16.5q-.625 0-1.062.438T15 10.5v3q0 .625.438 1.063T16.5 15m-10-2H8q.425 0 .713-.288T9 12v-2q0-.425-.288-.712T8 9H5.5q-.2 0-.35.15T5 9.5v4.75q0 .325.213.538T5.75 15t.538-.213t.212-.537zm5-.4l.8 1.95q.1.2.288.325T13 15h.25q.325 0 .538-.213T14 14.25v-4.5q0-.325-.213-.537T13.25 9t-.537.213t-.213.537v1.6l-.8-1.9q-.1-.2-.288-.325T11 9h-.25q-.325 0-.537.213T10 9.75v4.5q0 .325.213.538t.537.212t.538-.213t.212-.537zM4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm0-2V6z"
23
+ />
24
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Png: import("svelte").Component<IconProps, {}, "">;
3
+ type Png = ReturnType<typeof Png>;
4
+ export default Png;
@@ -0,0 +1,25 @@
1
+ <!-- src/lib/icons/PowerPoint.svelte -->
2
+ <script lang="ts">
3
+ import IconBase from "../IconBase.svelte";
4
+ import type { IconProps } from "../types";
5
+
6
+ const props: IconProps = $props();
7
+ const ariaLabel = $derived(props.ariaLabel ?? "PowerPoint");
8
+ const title = $derived(props.title ?? "");
9
+ </script>
10
+
11
+ <IconBase
12
+ {...props}
13
+ mode="outline"
14
+ {ariaLabel}
15
+ {title}
16
+ viewBox="0 0 24 24"
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ strokeWidth={props.strokeWidth ?? 2}
20
+ >
21
+ <path
22
+ fill="currentColor"
23
+ d="M13.25 3.25q1.21 0 2.33.31q1.12.32 2.09.89q.97.55 1.77 1.36q.79.8 1.36 1.77q.58.97.89 2.09T22 12t-.31 2.33t-.89 2.09q-.57.97-1.36 1.77q-.8.81-1.77 1.36q-.97.58-2.09.89t-2.33.31q-1.07 0-2.1-.25q-1.03-.26-1.95-.74q-.92-.49-1.7-1.18q-.81-.7-1.43-1.58H2.83q-.33 0-.59-.24Q2 16.5 2 16.17V7.83q0-.33.24-.58Q2.5 7 2.83 7h3.24q.62-.88 1.43-1.58q.78-.7 1.7-1.18q.93-.48 1.95-.74q1.03-.25 2.1-.25m.63 1.28v6.84h6.84q-.12-1.37-.69-2.56T18.55 6.7q-.91-.91-2.12-1.48q-1.2-.57-2.55-.69M9.5 10.84q0-.57-.2-.97q-.19-.41-.52-.66q-.33-.26-.78-.37q-.45-.12-1-.12H4.37v6.55h1.54V13h1.03q.48 0 .93-.16q.46-.14.82-.41q.36-.26.58-.67q.23-.4.23-.92m3.75 8.66q.98 0 1.89-.24q.9-.26 1.71-.68q.81-.45 1.48-1.08q.67-.61 1.17-1.37q.5-.77.83-1.66q.31-.89.39-1.85h-8.08V4.53q-1.45.12-2.73.76T7.67 7h3.5q.33 0 .59.25q.24.25.24.58v8.34q0 .33-.24.59q-.26.24-.59.24h-3.5q.53.6 1.17 1.06q.66.44 1.35.78q.72.33 1.49.49q.77.17 1.57.17M6.85 10q.47 0 .76.19q.28.19.28.7q0 .22-.1.36t-.26.25q-.16.07-.35.1q-.18.04-.38.04h-.89V10z"
24
+ />
25
+ </IconBase>
@@ -0,0 +1,4 @@
1
+ import type { IconProps } from "../types";
2
+ declare const Powerpoint: import("svelte").Component<IconProps, {}, "">;
3
+ type Powerpoint = ReturnType<typeof Powerpoint>;
4
+ export default Powerpoint;