@thesvg/icons 3.0.14 → 3.0.16

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 (71) hide show
  1. package/dist/claude-code.cjs +1 -1
  2. package/dist/claude-code.js +1 -1
  3. package/dist/cline.cjs +1 -1
  4. package/dist/cline.js +1 -1
  5. package/dist/conceptboard.cjs +59 -0
  6. package/dist/conceptboard.d.ts +17 -0
  7. package/dist/conceptboard.js +47 -0
  8. package/dist/deepmind.cjs +1 -1
  9. package/dist/deepmind.js +1 -1
  10. package/dist/elevenlabs.cjs +1 -1
  11. package/dist/elevenlabs.js +1 -1
  12. package/dist/frequencia-invisivel.cjs +87 -0
  13. package/dist/frequencia-invisivel.d.ts +17 -0
  14. package/dist/frequencia-invisivel.js +75 -0
  15. package/dist/index.cjs +26 -0
  16. package/dist/index.d.ts +13 -0
  17. package/dist/index.js +13 -0
  18. package/dist/jaco.cjs +53 -0
  19. package/dist/jaco.d.ts +17 -0
  20. package/dist/jaco.js +41 -0
  21. package/dist/jaguar-legacy.cjs +153 -0
  22. package/dist/jaguar-legacy.d.ts +17 -0
  23. package/dist/jaguar-legacy.js +141 -0
  24. package/dist/jaguar.cjs +55 -0
  25. package/dist/jaguar.d.ts +17 -0
  26. package/dist/jaguar.js +43 -0
  27. package/dist/jobicy.cjs +39 -0
  28. package/dist/jobicy.d.ts +17 -0
  29. package/dist/jobicy.js +27 -0
  30. package/dist/kde-connect.cjs +29 -0
  31. package/dist/kde-connect.d.ts +17 -0
  32. package/dist/kde-connect.js +17 -0
  33. package/dist/kde-discover.cjs +109 -0
  34. package/dist/kde-discover.d.ts +17 -0
  35. package/dist/kde-discover.js +97 -0
  36. package/dist/kfc-legacy.cjs +30 -0
  37. package/dist/kfc-legacy.d.ts +17 -0
  38. package/dist/kfc-legacy.js +18 -0
  39. package/dist/kfc.cjs +156 -7
  40. package/dist/kfc.js +156 -7
  41. package/dist/langchain.cjs +1 -1
  42. package/dist/langchain.js +1 -1
  43. package/dist/llamaindex.cjs +1 -1
  44. package/dist/llamaindex.js +1 -1
  45. package/dist/luma.cjs +1 -1
  46. package/dist/luma.js +1 -1
  47. package/dist/midjourney.cjs +1 -1
  48. package/dist/midjourney.js +1 -1
  49. package/dist/mondelez-international.cjs +148 -0
  50. package/dist/mondelez-international.d.ts +17 -0
  51. package/dist/mondelez-international.js +136 -0
  52. package/dist/pika.cjs +1 -1
  53. package/dist/pika.js +1 -1
  54. package/dist/runway.cjs +1 -1
  55. package/dist/runway.js +1 -1
  56. package/dist/suno.cjs +1 -1
  57. package/dist/suno.js +1 -1
  58. package/dist/thesvg-legacy.cjs +54 -0
  59. package/dist/thesvg-legacy.d.ts +17 -0
  60. package/dist/thesvg-legacy.js +42 -0
  61. package/dist/thesvg.cjs +11 -39
  62. package/dist/thesvg.js +11 -39
  63. package/dist/trek.cjs +29 -0
  64. package/dist/trek.d.ts +17 -0
  65. package/dist/trek.js +17 -0
  66. package/dist/udio.cjs +1 -1
  67. package/dist/udio.js +1 -1
  68. package/dist/vidiq.cjs +29 -0
  69. package/dist/vidiq.d.ts +17 -0
  70. package/dist/vidiq.js +17 -0
  71. package/package.json +1 -1
package/dist/thesvg.cjs CHANGED
@@ -9,46 +9,18 @@ exports.title = "theSVG";
9
9
  exports.hex = "F97316";
10
10
  exports.categories = ["Design", "Devtool"];
11
11
  exports.aliases = ["The SVG", "thesvg.org"];
12
- exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
13
- <rect width="512" height="512" rx="108" fill="#09090B"/>
14
- <rect x="184" y="84" width="220" height="220" rx="40" fill="#C2410C"/>
15
- <rect x="148" y="120" width="220" height="220" rx="40" fill="#EA580C"/>
16
- <rect x="112" y="156" width="220" height="220" rx="40" fill="#F97316"/>
17
- <path d="M188 248 L168 266 L188 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
18
- <path d="M256 248 L276 266 L256 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
19
- <line x1="232" y1="242" x2="212" y2="290" stroke="#FFF7ED" stroke-width="4" stroke-linecap="round" opacity="0.5"/>
20
- </svg>`;
12
+ exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#0a0a0a" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7 L17 7 L17 17 L7 17 Z" fill="#f97316" stroke="none"/><path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/></svg>`;
21
13
  exports.variants = {
22
- "default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
23
- <rect width="512" height="512" rx="108" fill="#09090B"/>
24
- <rect x="184" y="84" width="220" height="220" rx="40" fill="#C2410C"/>
25
- <rect x="148" y="120" width="220" height="220" rx="40" fill="#EA580C"/>
26
- <rect x="112" y="156" width="220" height="220" rx="40" fill="#F97316"/>
27
- <path d="M188 248 L168 266 L188 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
28
- <path d="M256 248 L276 266 L256 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
29
- <line x1="232" y1="242" x2="212" y2="290" stroke="#FFF7ED" stroke-width="4" stroke-linecap="round" opacity="0.5"/>
30
- </svg>`,
31
- "light": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
32
- <!-- theSVG Logo - Transparent background -->
33
- <rect x="184" y="84" width="220" height="220" rx="40" fill="#C2410C"/>
34
- <rect x="148" y="120" width="220" height="220" rx="40" fill="#EA580C"/>
35
- <rect x="112" y="156" width="220" height="220" rx="40" fill="#F97316"/>
36
- <path d="M188 248 L168 266 L188 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
37
- <path d="M256 248 L276 266 L256 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
38
- <line x1="232" y1="242" x2="212" y2="290" stroke="#FFF7ED" stroke-width="4" stroke-linecap="round" opacity="0.5"/>
39
- </svg>`,
40
- "wordmark": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 56" fill="none">
41
- <!-- theSVG Logo Wordmark (horizontal) -->
42
- <!-- Icon -->
43
- <rect width="56" height="56" rx="12" fill="#09090B"/>
44
- <rect x="20" y="9" width="24" height="24" rx="4.5" fill="#7C2D12"/>
45
- <rect x="16.1" y="13" width="24" height="24" rx="4.5" fill="#C2410C"/>
46
- <rect x="12.2" y="17" width="24" height="24" rx="4.5" fill="#F97316"/>
47
- <path d="M20.5 27.2 L18.3 28.8 L20.5 30.4" stroke="#FED7AA" stroke-width="0.7" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
48
- <path d="M27.9 27.2 L30.1 28.8 L27.9 30.4" stroke="#FED7AA" stroke-width="0.7" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
49
- <line x1="25.3" y1="26.7" x2="23.1" y2="30.9" stroke="#FED7AA" stroke-width="0.45" stroke-linecap="round" opacity="0.5"/>
50
- <!-- Wordmark text -->
51
- <text x="72" y="39" font-family="-apple-system,BlinkMacSystemFont,'Inter',sans-serif" font-size="28" font-weight="600" letter-spacing="-0.5" fill="white">theSVG</text>
14
+ "default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#0a0a0a" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7 L17 7 L17 17 L7 17 Z" fill="#f97316" stroke="none"/><path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/></svg>`,
15
+ "light": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#0a0a0a" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7 L17 7 L17 17 L7 17 Z" fill="#f97316" stroke="none"/><path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/></svg>`,
16
+ "dark": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7 L17 7 L17 17 L7 17 Z" fill="#f97316" stroke="none"/><path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/></svg>`,
17
+ "mono": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/></svg>`,
18
+ "wordmark": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 196 56" fill="none">
19
+ <svg x="6" y="6" width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#0a0a0a" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round">
20
+ <path d="M7 7 L17 7 L17 17 L7 17 Z" fill="#f97316" stroke="none"/>
21
+ <path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/>
22
+ </svg>
23
+ <text x="62" y="38" font-family="-apple-system,BlinkMacSystemFont,'Inter',sans-serif" font-size="28" font-weight="700" letter-spacing="-0.5" fill="#0a0a0a">the<tspan fill="#f97316">SVG</tspan></text>
52
24
  </svg>`
53
25
  };
54
26
  exports.license = "MIT";
package/dist/thesvg.js CHANGED
@@ -6,46 +6,18 @@ export const title = "theSVG";
6
6
  export const hex = "F97316";
7
7
  export const categories = ["Design", "Devtool"];
8
8
  export const aliases = ["The SVG", "thesvg.org"];
9
- export const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
10
- <rect width="512" height="512" rx="108" fill="#09090B"/>
11
- <rect x="184" y="84" width="220" height="220" rx="40" fill="#C2410C"/>
12
- <rect x="148" y="120" width="220" height="220" rx="40" fill="#EA580C"/>
13
- <rect x="112" y="156" width="220" height="220" rx="40" fill="#F97316"/>
14
- <path d="M188 248 L168 266 L188 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
15
- <path d="M256 248 L276 266 L256 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
16
- <line x1="232" y1="242" x2="212" y2="290" stroke="#FFF7ED" stroke-width="4" stroke-linecap="round" opacity="0.5"/>
17
- </svg>`;
9
+ export const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#0a0a0a" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7 L17 7 L17 17 L7 17 Z" fill="#f97316" stroke="none"/><path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/></svg>`;
18
10
  export const variants = {
19
- "default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
20
- <rect width="512" height="512" rx="108" fill="#09090B"/>
21
- <rect x="184" y="84" width="220" height="220" rx="40" fill="#C2410C"/>
22
- <rect x="148" y="120" width="220" height="220" rx="40" fill="#EA580C"/>
23
- <rect x="112" y="156" width="220" height="220" rx="40" fill="#F97316"/>
24
- <path d="M188 248 L168 266 L188 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
25
- <path d="M256 248 L276 266 L256 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
26
- <line x1="232" y1="242" x2="212" y2="290" stroke="#FFF7ED" stroke-width="4" stroke-linecap="round" opacity="0.5"/>
27
- </svg>`,
28
- "light": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
29
- <!-- theSVG Logo - Transparent background -->
30
- <rect x="184" y="84" width="220" height="220" rx="40" fill="#C2410C"/>
31
- <rect x="148" y="120" width="220" height="220" rx="40" fill="#EA580C"/>
32
- <rect x="112" y="156" width="220" height="220" rx="40" fill="#F97316"/>
33
- <path d="M188 248 L168 266 L188 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
34
- <path d="M256 248 L276 266 L256 284" stroke="#FFF7ED" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
35
- <line x1="232" y1="242" x2="212" y2="290" stroke="#FFF7ED" stroke-width="4" stroke-linecap="round" opacity="0.5"/>
36
- </svg>`,
37
- "wordmark": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 56" fill="none">
38
- <!-- theSVG Logo Wordmark (horizontal) -->
39
- <!-- Icon -->
40
- <rect width="56" height="56" rx="12" fill="#09090B"/>
41
- <rect x="20" y="9" width="24" height="24" rx="4.5" fill="#7C2D12"/>
42
- <rect x="16.1" y="13" width="24" height="24" rx="4.5" fill="#C2410C"/>
43
- <rect x="12.2" y="17" width="24" height="24" rx="4.5" fill="#F97316"/>
44
- <path d="M20.5 27.2 L18.3 28.8 L20.5 30.4" stroke="#FED7AA" stroke-width="0.7" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
45
- <path d="M27.9 27.2 L30.1 28.8 L27.9 30.4" stroke="#FED7AA" stroke-width="0.7" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
46
- <line x1="25.3" y1="26.7" x2="23.1" y2="30.9" stroke="#FED7AA" stroke-width="0.45" stroke-linecap="round" opacity="0.5"/>
47
- <!-- Wordmark text -->
48
- <text x="72" y="39" font-family="-apple-system,BlinkMacSystemFont,'Inter',sans-serif" font-size="28" font-weight="600" letter-spacing="-0.5" fill="white">theSVG</text>
11
+ "default": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#0a0a0a" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7 L17 7 L17 17 L7 17 Z" fill="#f97316" stroke="none"/><path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/></svg>`,
12
+ "light": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#0a0a0a" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7 L17 7 L17 17 L7 17 Z" fill="#f97316" stroke="none"/><path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/></svg>`,
13
+ "dark": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M7 7 L17 7 L17 17 L7 17 Z" fill="#f97316" stroke="none"/><path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/></svg>`,
14
+ "mono": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/></svg>`,
15
+ "wordmark": `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 196 56" fill="none">
16
+ <svg x="6" y="6" width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#0a0a0a" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round">
17
+ <path d="M7 7 L17 7 L17 17 L7 17 Z" fill="#f97316" stroke="none"/>
18
+ <path d="M3 5 A2 2 0 0 1 5 3 L15 3 A2 2 0 0 1 17 5 L17 7 L19 7 A2 2 0 0 1 21 9 L21 19 A2 2 0 0 1 19 21 L9 21 A2 2 0 0 1 7 19 L7 17 L5 17 A2 2 0 0 1 3 15 Z"/>
19
+ </svg>
20
+ <text x="62" y="38" font-family="-apple-system,BlinkMacSystemFont,'Inter',sans-serif" font-size="28" font-weight="700" letter-spacing="-0.5" fill="#0a0a0a">the<tspan fill="#f97316">SVG</tspan></text>
49
21
  </svg>`
50
22
  };
51
23
  export const license = "MIT";
package/dist/trek.cjs ADDED
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ // @thesvg/icons -TREK
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ exports.slug = "trek";
8
+ exports.title = "TREK";
9
+ exports.hex = "000000";
10
+ exports.categories = ["Platform"];
11
+ exports.aliases = [];
12
+ exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="210" zoomAndPan="magnify" viewBox="0 0 158 60" height="80" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g/><clipPath id="6fc2d66244"><path d="M 68 0.015625 L 156 0.015625 L 156 59.984375 L 68 59.984375 Z M 68 0.015625 " clip-rule="nonzero"/></clipPath><clipPath id="8c24476fd5"><rect x="0" width="88" y="0" height="60"/></clipPath><clipPath id="7dc59fcfd9"><path d="M 5 3.246094 L 55.925781 3.246094 L 55.925781 56.464844 L 5 56.464844 Z M 5 3.246094 " clip-rule="nonzero"/></clipPath><clipPath id="ee56d74713"><path d="M 34.234375 28.171875 L 11.484375 28.171875 C 10.601562 28.171875 9.960938 27.328125 10.199219 26.480469 L 16.445312 4.21875 C 16.609375 3.644531 17.132812 3.246094 17.730469 3.246094 L 40.480469 3.246094 C 41.363281 3.246094 42.003906 4.089844 41.761719 4.9375 L 35.515625 27.199219 C 35.355469 27.773438 34.832031 28.171875 34.234375 28.171875 Z M 19.457031 44.972656 L 22.671875 33.511719 C 22.910156 32.664062 22.273438 31.820312 21.390625 31.820312 L 9.695312 31.820312 C 9.097656 31.820312 8.574219 32.21875 8.414062 32.792969 L 5.195312 44.253906 C 4.957031 45.105469 5.597656 45.945312 6.480469 45.945312 L 18.175781 45.945312 C 18.773438 45.945312 19.296875 45.550781 19.457031 44.972656 Z M 25.375 32.792969 L 19.128906 55.054688 C 18.890625 55.902344 19.53125 56.746094 20.410156 56.746094 L 43.164062 56.746094 C 43.761719 56.746094 44.285156 56.347656 44.445312 55.773438 L 50.691406 33.511719 C 50.929688 32.664062 50.292969 31.820312 49.410156 31.820312 L 26.65625 31.820312 C 26.0625 31.820312 25.535156 32.21875 25.375 32.792969 Z M 41.4375 15.019531 L 38.21875 26.480469 C 37.980469 27.328125 38.621094 28.171875 39.503906 28.171875 L 51.199219 28.171875 C 51.792969 28.171875 52.320312 27.773438 52.480469 27.199219 L 55.695312 15.738281 C 55.933594 14.886719 55.296875 14.046875 54.414062 14.046875 L 42.71875 14.046875 C 42.121094 14.046875 41.597656 14.441406 41.4375 15.019531 Z M 41.4375 15.019531 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#6fc2d66244)"><g transform="matrix(1, 0, 0, 1, 68, -0.000000000000011803)"><g clip-path="url(#8c24476fd5)"><g fill="currentColor" fill-opacity="1"><g transform="translate(0.529693, 47.457212)"><g><path d="M 12.296875 0 C 9.929688 0 8.082031 -0.671875 6.75 -2.015625 C 5.414062 -3.367188 4.75 -5.195312 4.75 -7.5 L 4.75 -31.890625 L 12.546875 -31.890625 L 12.546875 -7.953125 C 12.546875 -7.546875 12.6875 -7.203125 12.96875 -6.921875 C 13.25 -6.640625 13.59375 -6.5 14 -6.5 L 19.59375 -6.5 L 19.59375 0 Z M 0.546875 -19.296875 L 0.546875 -25.640625 L 19.59375 -25.640625 L 19.59375 -19.296875 Z M 0.546875 -19.296875 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(18.521498, 47.457212)"><g><path d="M 2.703125 0 L 2.703125 -18.09375 C 2.703125 -20.425781 3.367188 -22.257812 4.703125 -23.59375 C 6.035156 -24.925781 7.882812 -25.59375 10.25 -25.59375 L 17.6875 -25.59375 L 17.6875 -19.296875 L 12.140625 -19.296875 C 11.679688 -19.296875 11.285156 -19.132812 10.953125 -18.8125 C 10.617188 -18.5 10.453125 -18.09375 10.453125 -17.59375 L 10.453125 0 Z M 2.703125 0 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(33.31475, 47.457212)"><g><path d="M 16.296875 0 C 13.398438 0 10.847656 -0.539062 8.640625 -1.625 C 6.441406 -2.707031 4.734375 -4.207031 3.515625 -6.125 C 2.304688 -8.039062 1.703125 -10.265625 1.703125 -12.796875 C 1.703125 -15.597656 2.285156 -18 3.453125 -20 C 4.617188 -22 6.175781 -23.535156 8.125 -24.609375 C 10.070312 -25.691406 12.226562 -26.234375 14.59375 -26.234375 C 17.289062 -26.234375 19.546875 -25.664062 21.359375 -24.53125 C 23.179688 -23.40625 24.554688 -21.867188 25.484375 -19.921875 C 26.421875 -17.972656 26.890625 -15.75 26.890625 -13.25 C 26.890625 -12.8125 26.863281 -12.300781 26.8125 -11.71875 C 26.757812 -11.132812 26.703125 -10.675781 26.640625 -10.34375 L 9.84375 -10.34375 C 10.039062 -9.476562 10.421875 -8.742188 10.984375 -8.140625 C 11.554688 -7.546875 12.273438 -7.101562 13.140625 -6.8125 C 14.015625 -6.53125 14.984375 -6.390625 16.046875 -6.390625 L 23.890625 -6.390625 L 23.890625 0 Z M 9.640625 -15.1875 L 19.390625 -15.1875 C 19.328125 -15.726562 19.226562 -16.25 19.09375 -16.75 C 18.957031 -17.25 18.75 -17.6875 18.46875 -18.0625 C 18.1875 -18.445312 17.859375 -18.78125 17.484375 -19.0625 C 17.117188 -19.351562 16.695312 -19.582031 16.21875 -19.75 C 15.738281 -19.914062 15.195312 -20 14.59375 -20 C 13.832031 -20 13.148438 -19.863281 12.546875 -19.59375 C 11.941406 -19.320312 11.441406 -18.960938 11.046875 -18.515625 C 10.648438 -18.066406 10.34375 -17.550781 10.125 -16.96875 C 9.90625 -16.382812 9.742188 -15.789062 9.640625 -15.1875 Z M 9.640625 -15.1875 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(58.353373, 47.457212)"><g><path d="M 2.90625 0 L 2.90625 -36.484375 L 10.640625 -36.484375 L 10.640625 -15.9375 L 14.046875 -15.9375 L 19.890625 -25.640625 L 28.546875 -25.640625 L 21.640625 -14.953125 C 23.640625 -14.117188 25.195312 -12.84375 26.3125 -11.125 C 27.425781 -9.40625 27.984375 -7.394531 27.984375 -5.09375 L 27.984375 0 L 20.1875 0 L 20.1875 -5.09375 C 20.1875 -6.03125 19.960938 -6.875 19.515625 -7.625 C 19.066406 -8.375 18.472656 -8.960938 17.734375 -9.390625 C 17.003906 -9.828125 16.175781 -10.046875 15.25 -10.046875 L 10.640625 -10.046875 L 10.640625 0 Z M 2.90625 0 "/></g></g></g></g></g></g><g clip-path="url(#7dc59fcfd9)"><g clip-path="url(#ee56d74713)"><path fill="currentColor" d="M 4.957031 3.246094 L 4.957031 56.464844 L 55.925781 56.464844 L 55.925781 3.246094 Z M 4.957031 3.246094 " fill-opacity="1" fill-rule="nonzero"/></g></g></svg>`;
13
+ exports.variants = {
14
+ "default": `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="210" zoomAndPan="magnify" viewBox="0 0 158 60" height="80" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g/><clipPath id="6fc2d66244"><path d="M 68 0.015625 L 156 0.015625 L 156 59.984375 L 68 59.984375 Z M 68 0.015625 " clip-rule="nonzero"/></clipPath><clipPath id="8c24476fd5"><rect x="0" width="88" y="0" height="60"/></clipPath><clipPath id="7dc59fcfd9"><path d="M 5 3.246094 L 55.925781 3.246094 L 55.925781 56.464844 L 5 56.464844 Z M 5 3.246094 " clip-rule="nonzero"/></clipPath><clipPath id="ee56d74713"><path d="M 34.234375 28.171875 L 11.484375 28.171875 C 10.601562 28.171875 9.960938 27.328125 10.199219 26.480469 L 16.445312 4.21875 C 16.609375 3.644531 17.132812 3.246094 17.730469 3.246094 L 40.480469 3.246094 C 41.363281 3.246094 42.003906 4.089844 41.761719 4.9375 L 35.515625 27.199219 C 35.355469 27.773438 34.832031 28.171875 34.234375 28.171875 Z M 19.457031 44.972656 L 22.671875 33.511719 C 22.910156 32.664062 22.273438 31.820312 21.390625 31.820312 L 9.695312 31.820312 C 9.097656 31.820312 8.574219 32.21875 8.414062 32.792969 L 5.195312 44.253906 C 4.957031 45.105469 5.597656 45.945312 6.480469 45.945312 L 18.175781 45.945312 C 18.773438 45.945312 19.296875 45.550781 19.457031 44.972656 Z M 25.375 32.792969 L 19.128906 55.054688 C 18.890625 55.902344 19.53125 56.746094 20.410156 56.746094 L 43.164062 56.746094 C 43.761719 56.746094 44.285156 56.347656 44.445312 55.773438 L 50.691406 33.511719 C 50.929688 32.664062 50.292969 31.820312 49.410156 31.820312 L 26.65625 31.820312 C 26.0625 31.820312 25.535156 32.21875 25.375 32.792969 Z M 41.4375 15.019531 L 38.21875 26.480469 C 37.980469 27.328125 38.621094 28.171875 39.503906 28.171875 L 51.199219 28.171875 C 51.792969 28.171875 52.320312 27.773438 52.480469 27.199219 L 55.695312 15.738281 C 55.933594 14.886719 55.296875 14.046875 54.414062 14.046875 L 42.71875 14.046875 C 42.121094 14.046875 41.597656 14.441406 41.4375 15.019531 Z M 41.4375 15.019531 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#6fc2d66244)"><g transform="matrix(1, 0, 0, 1, 68, -0.000000000000011803)"><g clip-path="url(#8c24476fd5)"><g fill="currentColor" fill-opacity="1"><g transform="translate(0.529693, 47.457212)"><g><path d="M 12.296875 0 C 9.929688 0 8.082031 -0.671875 6.75 -2.015625 C 5.414062 -3.367188 4.75 -5.195312 4.75 -7.5 L 4.75 -31.890625 L 12.546875 -31.890625 L 12.546875 -7.953125 C 12.546875 -7.546875 12.6875 -7.203125 12.96875 -6.921875 C 13.25 -6.640625 13.59375 -6.5 14 -6.5 L 19.59375 -6.5 L 19.59375 0 Z M 0.546875 -19.296875 L 0.546875 -25.640625 L 19.59375 -25.640625 L 19.59375 -19.296875 Z M 0.546875 -19.296875 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(18.521498, 47.457212)"><g><path d="M 2.703125 0 L 2.703125 -18.09375 C 2.703125 -20.425781 3.367188 -22.257812 4.703125 -23.59375 C 6.035156 -24.925781 7.882812 -25.59375 10.25 -25.59375 L 17.6875 -25.59375 L 17.6875 -19.296875 L 12.140625 -19.296875 C 11.679688 -19.296875 11.285156 -19.132812 10.953125 -18.8125 C 10.617188 -18.5 10.453125 -18.09375 10.453125 -17.59375 L 10.453125 0 Z M 2.703125 0 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(33.31475, 47.457212)"><g><path d="M 16.296875 0 C 13.398438 0 10.847656 -0.539062 8.640625 -1.625 C 6.441406 -2.707031 4.734375 -4.207031 3.515625 -6.125 C 2.304688 -8.039062 1.703125 -10.265625 1.703125 -12.796875 C 1.703125 -15.597656 2.285156 -18 3.453125 -20 C 4.617188 -22 6.175781 -23.535156 8.125 -24.609375 C 10.070312 -25.691406 12.226562 -26.234375 14.59375 -26.234375 C 17.289062 -26.234375 19.546875 -25.664062 21.359375 -24.53125 C 23.179688 -23.40625 24.554688 -21.867188 25.484375 -19.921875 C 26.421875 -17.972656 26.890625 -15.75 26.890625 -13.25 C 26.890625 -12.8125 26.863281 -12.300781 26.8125 -11.71875 C 26.757812 -11.132812 26.703125 -10.675781 26.640625 -10.34375 L 9.84375 -10.34375 C 10.039062 -9.476562 10.421875 -8.742188 10.984375 -8.140625 C 11.554688 -7.546875 12.273438 -7.101562 13.140625 -6.8125 C 14.015625 -6.53125 14.984375 -6.390625 16.046875 -6.390625 L 23.890625 -6.390625 L 23.890625 0 Z M 9.640625 -15.1875 L 19.390625 -15.1875 C 19.328125 -15.726562 19.226562 -16.25 19.09375 -16.75 C 18.957031 -17.25 18.75 -17.6875 18.46875 -18.0625 C 18.1875 -18.445312 17.859375 -18.78125 17.484375 -19.0625 C 17.117188 -19.351562 16.695312 -19.582031 16.21875 -19.75 C 15.738281 -19.914062 15.195312 -20 14.59375 -20 C 13.832031 -20 13.148438 -19.863281 12.546875 -19.59375 C 11.941406 -19.320312 11.441406 -18.960938 11.046875 -18.515625 C 10.648438 -18.066406 10.34375 -17.550781 10.125 -16.96875 C 9.90625 -16.382812 9.742188 -15.789062 9.640625 -15.1875 Z M 9.640625 -15.1875 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(58.353373, 47.457212)"><g><path d="M 2.90625 0 L 2.90625 -36.484375 L 10.640625 -36.484375 L 10.640625 -15.9375 L 14.046875 -15.9375 L 19.890625 -25.640625 L 28.546875 -25.640625 L 21.640625 -14.953125 C 23.640625 -14.117188 25.195312 -12.84375 26.3125 -11.125 C 27.425781 -9.40625 27.984375 -7.394531 27.984375 -5.09375 L 27.984375 0 L 20.1875 0 L 20.1875 -5.09375 C 20.1875 -6.03125 19.960938 -6.875 19.515625 -7.625 C 19.066406 -8.375 18.472656 -8.960938 17.734375 -9.390625 C 17.003906 -9.828125 16.175781 -10.046875 15.25 -10.046875 L 10.640625 -10.046875 L 10.640625 0 Z M 2.90625 0 "/></g></g></g></g></g></g><g clip-path="url(#7dc59fcfd9)"><g clip-path="url(#ee56d74713)"><path fill="currentColor" d="M 4.957031 3.246094 L 4.957031 56.464844 L 55.925781 56.464844 L 55.925781 3.246094 Z M 4.957031 3.246094 " fill-opacity="1" fill-rule="nonzero"/></g></g></svg>`
15
+ };
16
+ exports.license = "Trademark";
17
+ exports.url = "https://github.com/mauriceboe/TREK";
18
+
19
+ exports.default = {
20
+ slug: exports.slug,
21
+ title: exports.title,
22
+ hex: exports.hex,
23
+ categories: exports.categories,
24
+ aliases: exports.aliases,
25
+ svg: exports.svg,
26
+ variants: exports.variants,
27
+ license: exports.license,
28
+ url: exports.url,
29
+ };
package/dist/trek.d.ts ADDED
@@ -0,0 +1,17 @@
1
+ // @thesvg/icons - TREK
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { IconModule } from "./index.js";
5
+
6
+ export declare const slug: string;
7
+ export declare const title: string;
8
+ export declare const hex: string;
9
+ export declare const categories: string[];
10
+ export declare const aliases: string[];
11
+ export declare const svg: string;
12
+ export declare const variants: Record<string, string>;
13
+ export declare const license: string;
14
+ export declare const url: string;
15
+
16
+ declare const trek: IconModule;
17
+ export default trek;
package/dist/trek.js ADDED
@@ -0,0 +1,17 @@
1
+ // @thesvg/icons - TREK
2
+ // Auto-generated. Do not edit.
3
+
4
+ export const slug = "trek";
5
+ export const title = "TREK";
6
+ export const hex = "000000";
7
+ export const categories = ["Platform"];
8
+ export const aliases = [];
9
+ export const svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="210" zoomAndPan="magnify" viewBox="0 0 158 60" height="80" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g/><clipPath id="6fc2d66244"><path d="M 68 0.015625 L 156 0.015625 L 156 59.984375 L 68 59.984375 Z M 68 0.015625 " clip-rule="nonzero"/></clipPath><clipPath id="8c24476fd5"><rect x="0" width="88" y="0" height="60"/></clipPath><clipPath id="7dc59fcfd9"><path d="M 5 3.246094 L 55.925781 3.246094 L 55.925781 56.464844 L 5 56.464844 Z M 5 3.246094 " clip-rule="nonzero"/></clipPath><clipPath id="ee56d74713"><path d="M 34.234375 28.171875 L 11.484375 28.171875 C 10.601562 28.171875 9.960938 27.328125 10.199219 26.480469 L 16.445312 4.21875 C 16.609375 3.644531 17.132812 3.246094 17.730469 3.246094 L 40.480469 3.246094 C 41.363281 3.246094 42.003906 4.089844 41.761719 4.9375 L 35.515625 27.199219 C 35.355469 27.773438 34.832031 28.171875 34.234375 28.171875 Z M 19.457031 44.972656 L 22.671875 33.511719 C 22.910156 32.664062 22.273438 31.820312 21.390625 31.820312 L 9.695312 31.820312 C 9.097656 31.820312 8.574219 32.21875 8.414062 32.792969 L 5.195312 44.253906 C 4.957031 45.105469 5.597656 45.945312 6.480469 45.945312 L 18.175781 45.945312 C 18.773438 45.945312 19.296875 45.550781 19.457031 44.972656 Z M 25.375 32.792969 L 19.128906 55.054688 C 18.890625 55.902344 19.53125 56.746094 20.410156 56.746094 L 43.164062 56.746094 C 43.761719 56.746094 44.285156 56.347656 44.445312 55.773438 L 50.691406 33.511719 C 50.929688 32.664062 50.292969 31.820312 49.410156 31.820312 L 26.65625 31.820312 C 26.0625 31.820312 25.535156 32.21875 25.375 32.792969 Z M 41.4375 15.019531 L 38.21875 26.480469 C 37.980469 27.328125 38.621094 28.171875 39.503906 28.171875 L 51.199219 28.171875 C 51.792969 28.171875 52.320312 27.773438 52.480469 27.199219 L 55.695312 15.738281 C 55.933594 14.886719 55.296875 14.046875 54.414062 14.046875 L 42.71875 14.046875 C 42.121094 14.046875 41.597656 14.441406 41.4375 15.019531 Z M 41.4375 15.019531 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#6fc2d66244)"><g transform="matrix(1, 0, 0, 1, 68, -0.000000000000011803)"><g clip-path="url(#8c24476fd5)"><g fill="currentColor" fill-opacity="1"><g transform="translate(0.529693, 47.457212)"><g><path d="M 12.296875 0 C 9.929688 0 8.082031 -0.671875 6.75 -2.015625 C 5.414062 -3.367188 4.75 -5.195312 4.75 -7.5 L 4.75 -31.890625 L 12.546875 -31.890625 L 12.546875 -7.953125 C 12.546875 -7.546875 12.6875 -7.203125 12.96875 -6.921875 C 13.25 -6.640625 13.59375 -6.5 14 -6.5 L 19.59375 -6.5 L 19.59375 0 Z M 0.546875 -19.296875 L 0.546875 -25.640625 L 19.59375 -25.640625 L 19.59375 -19.296875 Z M 0.546875 -19.296875 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(18.521498, 47.457212)"><g><path d="M 2.703125 0 L 2.703125 -18.09375 C 2.703125 -20.425781 3.367188 -22.257812 4.703125 -23.59375 C 6.035156 -24.925781 7.882812 -25.59375 10.25 -25.59375 L 17.6875 -25.59375 L 17.6875 -19.296875 L 12.140625 -19.296875 C 11.679688 -19.296875 11.285156 -19.132812 10.953125 -18.8125 C 10.617188 -18.5 10.453125 -18.09375 10.453125 -17.59375 L 10.453125 0 Z M 2.703125 0 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(33.31475, 47.457212)"><g><path d="M 16.296875 0 C 13.398438 0 10.847656 -0.539062 8.640625 -1.625 C 6.441406 -2.707031 4.734375 -4.207031 3.515625 -6.125 C 2.304688 -8.039062 1.703125 -10.265625 1.703125 -12.796875 C 1.703125 -15.597656 2.285156 -18 3.453125 -20 C 4.617188 -22 6.175781 -23.535156 8.125 -24.609375 C 10.070312 -25.691406 12.226562 -26.234375 14.59375 -26.234375 C 17.289062 -26.234375 19.546875 -25.664062 21.359375 -24.53125 C 23.179688 -23.40625 24.554688 -21.867188 25.484375 -19.921875 C 26.421875 -17.972656 26.890625 -15.75 26.890625 -13.25 C 26.890625 -12.8125 26.863281 -12.300781 26.8125 -11.71875 C 26.757812 -11.132812 26.703125 -10.675781 26.640625 -10.34375 L 9.84375 -10.34375 C 10.039062 -9.476562 10.421875 -8.742188 10.984375 -8.140625 C 11.554688 -7.546875 12.273438 -7.101562 13.140625 -6.8125 C 14.015625 -6.53125 14.984375 -6.390625 16.046875 -6.390625 L 23.890625 -6.390625 L 23.890625 0 Z M 9.640625 -15.1875 L 19.390625 -15.1875 C 19.328125 -15.726562 19.226562 -16.25 19.09375 -16.75 C 18.957031 -17.25 18.75 -17.6875 18.46875 -18.0625 C 18.1875 -18.445312 17.859375 -18.78125 17.484375 -19.0625 C 17.117188 -19.351562 16.695312 -19.582031 16.21875 -19.75 C 15.738281 -19.914062 15.195312 -20 14.59375 -20 C 13.832031 -20 13.148438 -19.863281 12.546875 -19.59375 C 11.941406 -19.320312 11.441406 -18.960938 11.046875 -18.515625 C 10.648438 -18.066406 10.34375 -17.550781 10.125 -16.96875 C 9.90625 -16.382812 9.742188 -15.789062 9.640625 -15.1875 Z M 9.640625 -15.1875 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(58.353373, 47.457212)"><g><path d="M 2.90625 0 L 2.90625 -36.484375 L 10.640625 -36.484375 L 10.640625 -15.9375 L 14.046875 -15.9375 L 19.890625 -25.640625 L 28.546875 -25.640625 L 21.640625 -14.953125 C 23.640625 -14.117188 25.195312 -12.84375 26.3125 -11.125 C 27.425781 -9.40625 27.984375 -7.394531 27.984375 -5.09375 L 27.984375 0 L 20.1875 0 L 20.1875 -5.09375 C 20.1875 -6.03125 19.960938 -6.875 19.515625 -7.625 C 19.066406 -8.375 18.472656 -8.960938 17.734375 -9.390625 C 17.003906 -9.828125 16.175781 -10.046875 15.25 -10.046875 L 10.640625 -10.046875 L 10.640625 0 Z M 2.90625 0 "/></g></g></g></g></g></g><g clip-path="url(#7dc59fcfd9)"><g clip-path="url(#ee56d74713)"><path fill="currentColor" d="M 4.957031 3.246094 L 4.957031 56.464844 L 55.925781 56.464844 L 55.925781 3.246094 Z M 4.957031 3.246094 " fill-opacity="1" fill-rule="nonzero"/></g></g></svg>`;
10
+ export const variants = {
11
+ "default": `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="210" zoomAndPan="magnify" viewBox="0 0 158 60" height="80" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g/><clipPath id="6fc2d66244"><path d="M 68 0.015625 L 156 0.015625 L 156 59.984375 L 68 59.984375 Z M 68 0.015625 " clip-rule="nonzero"/></clipPath><clipPath id="8c24476fd5"><rect x="0" width="88" y="0" height="60"/></clipPath><clipPath id="7dc59fcfd9"><path d="M 5 3.246094 L 55.925781 3.246094 L 55.925781 56.464844 L 5 56.464844 Z M 5 3.246094 " clip-rule="nonzero"/></clipPath><clipPath id="ee56d74713"><path d="M 34.234375 28.171875 L 11.484375 28.171875 C 10.601562 28.171875 9.960938 27.328125 10.199219 26.480469 L 16.445312 4.21875 C 16.609375 3.644531 17.132812 3.246094 17.730469 3.246094 L 40.480469 3.246094 C 41.363281 3.246094 42.003906 4.089844 41.761719 4.9375 L 35.515625 27.199219 C 35.355469 27.773438 34.832031 28.171875 34.234375 28.171875 Z M 19.457031 44.972656 L 22.671875 33.511719 C 22.910156 32.664062 22.273438 31.820312 21.390625 31.820312 L 9.695312 31.820312 C 9.097656 31.820312 8.574219 32.21875 8.414062 32.792969 L 5.195312 44.253906 C 4.957031 45.105469 5.597656 45.945312 6.480469 45.945312 L 18.175781 45.945312 C 18.773438 45.945312 19.296875 45.550781 19.457031 44.972656 Z M 25.375 32.792969 L 19.128906 55.054688 C 18.890625 55.902344 19.53125 56.746094 20.410156 56.746094 L 43.164062 56.746094 C 43.761719 56.746094 44.285156 56.347656 44.445312 55.773438 L 50.691406 33.511719 C 50.929688 32.664062 50.292969 31.820312 49.410156 31.820312 L 26.65625 31.820312 C 26.0625 31.820312 25.535156 32.21875 25.375 32.792969 Z M 41.4375 15.019531 L 38.21875 26.480469 C 37.980469 27.328125 38.621094 28.171875 39.503906 28.171875 L 51.199219 28.171875 C 51.792969 28.171875 52.320312 27.773438 52.480469 27.199219 L 55.695312 15.738281 C 55.933594 14.886719 55.296875 14.046875 54.414062 14.046875 L 42.71875 14.046875 C 42.121094 14.046875 41.597656 14.441406 41.4375 15.019531 Z M 41.4375 15.019531 " clip-rule="nonzero"/></clipPath></defs><g clip-path="url(#6fc2d66244)"><g transform="matrix(1, 0, 0, 1, 68, -0.000000000000011803)"><g clip-path="url(#8c24476fd5)"><g fill="currentColor" fill-opacity="1"><g transform="translate(0.529693, 47.457212)"><g><path d="M 12.296875 0 C 9.929688 0 8.082031 -0.671875 6.75 -2.015625 C 5.414062 -3.367188 4.75 -5.195312 4.75 -7.5 L 4.75 -31.890625 L 12.546875 -31.890625 L 12.546875 -7.953125 C 12.546875 -7.546875 12.6875 -7.203125 12.96875 -6.921875 C 13.25 -6.640625 13.59375 -6.5 14 -6.5 L 19.59375 -6.5 L 19.59375 0 Z M 0.546875 -19.296875 L 0.546875 -25.640625 L 19.59375 -25.640625 L 19.59375 -19.296875 Z M 0.546875 -19.296875 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(18.521498, 47.457212)"><g><path d="M 2.703125 0 L 2.703125 -18.09375 C 2.703125 -20.425781 3.367188 -22.257812 4.703125 -23.59375 C 6.035156 -24.925781 7.882812 -25.59375 10.25 -25.59375 L 17.6875 -25.59375 L 17.6875 -19.296875 L 12.140625 -19.296875 C 11.679688 -19.296875 11.285156 -19.132812 10.953125 -18.8125 C 10.617188 -18.5 10.453125 -18.09375 10.453125 -17.59375 L 10.453125 0 Z M 2.703125 0 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(33.31475, 47.457212)"><g><path d="M 16.296875 0 C 13.398438 0 10.847656 -0.539062 8.640625 -1.625 C 6.441406 -2.707031 4.734375 -4.207031 3.515625 -6.125 C 2.304688 -8.039062 1.703125 -10.265625 1.703125 -12.796875 C 1.703125 -15.597656 2.285156 -18 3.453125 -20 C 4.617188 -22 6.175781 -23.535156 8.125 -24.609375 C 10.070312 -25.691406 12.226562 -26.234375 14.59375 -26.234375 C 17.289062 -26.234375 19.546875 -25.664062 21.359375 -24.53125 C 23.179688 -23.40625 24.554688 -21.867188 25.484375 -19.921875 C 26.421875 -17.972656 26.890625 -15.75 26.890625 -13.25 C 26.890625 -12.8125 26.863281 -12.300781 26.8125 -11.71875 C 26.757812 -11.132812 26.703125 -10.675781 26.640625 -10.34375 L 9.84375 -10.34375 C 10.039062 -9.476562 10.421875 -8.742188 10.984375 -8.140625 C 11.554688 -7.546875 12.273438 -7.101562 13.140625 -6.8125 C 14.015625 -6.53125 14.984375 -6.390625 16.046875 -6.390625 L 23.890625 -6.390625 L 23.890625 0 Z M 9.640625 -15.1875 L 19.390625 -15.1875 C 19.328125 -15.726562 19.226562 -16.25 19.09375 -16.75 C 18.957031 -17.25 18.75 -17.6875 18.46875 -18.0625 C 18.1875 -18.445312 17.859375 -18.78125 17.484375 -19.0625 C 17.117188 -19.351562 16.695312 -19.582031 16.21875 -19.75 C 15.738281 -19.914062 15.195312 -20 14.59375 -20 C 13.832031 -20 13.148438 -19.863281 12.546875 -19.59375 C 11.941406 -19.320312 11.441406 -18.960938 11.046875 -18.515625 C 10.648438 -18.066406 10.34375 -17.550781 10.125 -16.96875 C 9.90625 -16.382812 9.742188 -15.789062 9.640625 -15.1875 Z M 9.640625 -15.1875 "/></g></g></g><g fill="currentColor" fill-opacity="1"><g transform="translate(58.353373, 47.457212)"><g><path d="M 2.90625 0 L 2.90625 -36.484375 L 10.640625 -36.484375 L 10.640625 -15.9375 L 14.046875 -15.9375 L 19.890625 -25.640625 L 28.546875 -25.640625 L 21.640625 -14.953125 C 23.640625 -14.117188 25.195312 -12.84375 26.3125 -11.125 C 27.425781 -9.40625 27.984375 -7.394531 27.984375 -5.09375 L 27.984375 0 L 20.1875 0 L 20.1875 -5.09375 C 20.1875 -6.03125 19.960938 -6.875 19.515625 -7.625 C 19.066406 -8.375 18.472656 -8.960938 17.734375 -9.390625 C 17.003906 -9.828125 16.175781 -10.046875 15.25 -10.046875 L 10.640625 -10.046875 L 10.640625 0 Z M 2.90625 0 "/></g></g></g></g></g></g><g clip-path="url(#7dc59fcfd9)"><g clip-path="url(#ee56d74713)"><path fill="currentColor" d="M 4.957031 3.246094 L 4.957031 56.464844 L 55.925781 56.464844 L 55.925781 3.246094 Z M 4.957031 3.246094 " fill-opacity="1" fill-rule="nonzero"/></g></g></svg>`
12
+ };
13
+ export const license = "Trademark";
14
+ export const url = "https://github.com/mauriceboe/TREK";
15
+
16
+ const trek = { slug, title, hex, categories, aliases, svg, variants, license, url };
17
+ export default trek;
package/dist/udio.cjs CHANGED
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.slug = "udio";
8
8
  exports.title = "Udio";
9
9
  exports.hex = "e30a5d";
10
- exports.categories = ["Software", "Platform"];
10
+ exports.categories = ["AI", "Software", "Music", "Media"];
11
11
  exports.aliases = [];
12
12
  exports.svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
13
13
  <title>Udio</title>
package/dist/udio.js CHANGED
@@ -4,7 +4,7 @@
4
4
  export const slug = "udio";
5
5
  export const title = "Udio";
6
6
  export const hex = "e30a5d";
7
- export const categories = ["Software", "Platform"];
7
+ export const categories = ["AI", "Software", "Music", "Media"];
8
8
  export const aliases = [];
9
9
  export const svg = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
10
10
  <title>Udio</title>
package/dist/vidiq.cjs ADDED
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ // @thesvg/icons -VidIQ
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ exports.slug = "vidiq";
8
+ exports.title = "VidIQ";
9
+ exports.hex = "139DFF";
10
+ exports.categories = ["Software"];
11
+ exports.aliases = ["vidIQ"];
12
+ exports.svg = `<svg id="Logo_Files" data-name="Logo Files" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 390.02 131.12"><defs><style>.cls-1{fill:#121521;}.cls-2{fill:#139dff;}</style></defs><g id="Logo"><path class="cls-1" d="M0,41.94H27.33L40.85,86h.28l13.52-44H82l-24.41,71H23.09Z"/><path class="cls-1" d="M85.88,41.86l31.23-.13v71.21H85.88Z"/><path class="cls-2" d="M222.51,1.38h31.23V112.94H222.51Z"/><polygon class="cls-1" points="85.88 1.38 121.77 16.59 85.88 31.8 85.88 1.38"/><path class="cls-2" d="M390,113.83,368.36,92.17c4.72-9,6.67-20.64,6.67-34.73C375,18.62,354,0,318.23,0,281,0,261.55,18.62,261.55,57.44c0,40,17.91,57.44,56.68,57.44,13.83,0,24.62-2.07,32.91-6.11l22.34,22.35ZM291.31,57.44c0-17.68,10.38-27.72,26.92-27.72s27.09,10,26.92,27.72C345,76.52,334.53,85,318.23,85.17,301.58,85.39,291.31,75.12,291.31,57.44Z"/><path class="cls-1" d="M183.5,1.38v46.3h-.45c-5-6-13.11-8.27-23.4-8.27-23.27,0-36.47,14.28-36.47,38.11,0,24.35,11.43,37.81,37,37.81,9.77,0,20.29-3,24.39-9.31h.31v6.92H210.8V1.38ZM165.8,91.64c-7.67.12-12.4-5.17-12.4-14.27s4.78-14.26,12.4-14.26,12.48,5.17,12.4,14.26C178.12,87.19,173.31,91.53,165.8,91.64Z"/></g></svg>`;
13
+ exports.variants = {
14
+ "default": `<svg id="Logo_Files" data-name="Logo Files" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 390.02 131.12"><defs><style>.cls-1{fill:#121521;}.cls-2{fill:#139dff;}</style></defs><g id="Logo"><path class="cls-1" d="M0,41.94H27.33L40.85,86h.28l13.52-44H82l-24.41,71H23.09Z"/><path class="cls-1" d="M85.88,41.86l31.23-.13v71.21H85.88Z"/><path class="cls-2" d="M222.51,1.38h31.23V112.94H222.51Z"/><polygon class="cls-1" points="85.88 1.38 121.77 16.59 85.88 31.8 85.88 1.38"/><path class="cls-2" d="M390,113.83,368.36,92.17c4.72-9,6.67-20.64,6.67-34.73C375,18.62,354,0,318.23,0,281,0,261.55,18.62,261.55,57.44c0,40,17.91,57.44,56.68,57.44,13.83,0,24.62-2.07,32.91-6.11l22.34,22.35ZM291.31,57.44c0-17.68,10.38-27.72,26.92-27.72s27.09,10,26.92,27.72C345,76.52,334.53,85,318.23,85.17,301.58,85.39,291.31,75.12,291.31,57.44Z"/><path class="cls-1" d="M183.5,1.38v46.3h-.45c-5-6-13.11-8.27-23.4-8.27-23.27,0-36.47,14.28-36.47,38.11,0,24.35,11.43,37.81,37,37.81,9.77,0,20.29-3,24.39-9.31h.31v6.92H210.8V1.38ZM165.8,91.64c-7.67.12-12.4-5.17-12.4-14.27s4.78-14.26,12.4-14.26,12.48,5.17,12.4,14.26C178.12,87.19,173.31,91.53,165.8,91.64Z"/></g></svg>`
15
+ };
16
+ exports.license = "Trademark";
17
+ exports.url = "https://vidiq.com";
18
+
19
+ exports.default = {
20
+ slug: exports.slug,
21
+ title: exports.title,
22
+ hex: exports.hex,
23
+ categories: exports.categories,
24
+ aliases: exports.aliases,
25
+ svg: exports.svg,
26
+ variants: exports.variants,
27
+ license: exports.license,
28
+ url: exports.url,
29
+ };
@@ -0,0 +1,17 @@
1
+ // @thesvg/icons - VidIQ
2
+ // Auto-generated. Do not edit.
3
+
4
+ import type { IconModule } from "./index.js";
5
+
6
+ export declare const slug: string;
7
+ export declare const title: string;
8
+ export declare const hex: string;
9
+ export declare const categories: string[];
10
+ export declare const aliases: string[];
11
+ export declare const svg: string;
12
+ export declare const variants: Record<string, string>;
13
+ export declare const license: string;
14
+ export declare const url: string;
15
+
16
+ declare const vidiq: IconModule;
17
+ export default vidiq;
package/dist/vidiq.js ADDED
@@ -0,0 +1,17 @@
1
+ // @thesvg/icons - VidIQ
2
+ // Auto-generated. Do not edit.
3
+
4
+ export const slug = "vidiq";
5
+ export const title = "VidIQ";
6
+ export const hex = "139DFF";
7
+ export const categories = ["Software"];
8
+ export const aliases = ["vidIQ"];
9
+ export const svg = `<svg id="Logo_Files" data-name="Logo Files" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 390.02 131.12"><defs><style>.cls-1{fill:#121521;}.cls-2{fill:#139dff;}</style></defs><g id="Logo"><path class="cls-1" d="M0,41.94H27.33L40.85,86h.28l13.52-44H82l-24.41,71H23.09Z"/><path class="cls-1" d="M85.88,41.86l31.23-.13v71.21H85.88Z"/><path class="cls-2" d="M222.51,1.38h31.23V112.94H222.51Z"/><polygon class="cls-1" points="85.88 1.38 121.77 16.59 85.88 31.8 85.88 1.38"/><path class="cls-2" d="M390,113.83,368.36,92.17c4.72-9,6.67-20.64,6.67-34.73C375,18.62,354,0,318.23,0,281,0,261.55,18.62,261.55,57.44c0,40,17.91,57.44,56.68,57.44,13.83,0,24.62-2.07,32.91-6.11l22.34,22.35ZM291.31,57.44c0-17.68,10.38-27.72,26.92-27.72s27.09,10,26.92,27.72C345,76.52,334.53,85,318.23,85.17,301.58,85.39,291.31,75.12,291.31,57.44Z"/><path class="cls-1" d="M183.5,1.38v46.3h-.45c-5-6-13.11-8.27-23.4-8.27-23.27,0-36.47,14.28-36.47,38.11,0,24.35,11.43,37.81,37,37.81,9.77,0,20.29-3,24.39-9.31h.31v6.92H210.8V1.38ZM165.8,91.64c-7.67.12-12.4-5.17-12.4-14.27s4.78-14.26,12.4-14.26,12.48,5.17,12.4,14.26C178.12,87.19,173.31,91.53,165.8,91.64Z"/></g></svg>`;
10
+ export const variants = {
11
+ "default": `<svg id="Logo_Files" data-name="Logo Files" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 390.02 131.12"><defs><style>.cls-1{fill:#121521;}.cls-2{fill:#139dff;}</style></defs><g id="Logo"><path class="cls-1" d="M0,41.94H27.33L40.85,86h.28l13.52-44H82l-24.41,71H23.09Z"/><path class="cls-1" d="M85.88,41.86l31.23-.13v71.21H85.88Z"/><path class="cls-2" d="M222.51,1.38h31.23V112.94H222.51Z"/><polygon class="cls-1" points="85.88 1.38 121.77 16.59 85.88 31.8 85.88 1.38"/><path class="cls-2" d="M390,113.83,368.36,92.17c4.72-9,6.67-20.64,6.67-34.73C375,18.62,354,0,318.23,0,281,0,261.55,18.62,261.55,57.44c0,40,17.91,57.44,56.68,57.44,13.83,0,24.62-2.07,32.91-6.11l22.34,22.35ZM291.31,57.44c0-17.68,10.38-27.72,26.92-27.72s27.09,10,26.92,27.72C345,76.52,334.53,85,318.23,85.17,301.58,85.39,291.31,75.12,291.31,57.44Z"/><path class="cls-1" d="M183.5,1.38v46.3h-.45c-5-6-13.11-8.27-23.4-8.27-23.27,0-36.47,14.28-36.47,38.11,0,24.35,11.43,37.81,37,37.81,9.77,0,20.29-3,24.39-9.31h.31v6.92H210.8V1.38ZM165.8,91.64c-7.67.12-12.4-5.17-12.4-14.27s4.78-14.26,12.4-14.26,12.48,5.17,12.4,14.26C178.12,87.19,173.31,91.53,165.8,91.64Z"/></g></svg>`
12
+ };
13
+ export const license = "Trademark";
14
+ export const url = "https://vidiq.com";
15
+
16
+ const vidiq = { slug, title, hex, categories, aliases, svg, variants, license, url };
17
+ export default vidiq;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/icons",
3
- "version": "3.0.14",
3
+ "version": "3.0.16",
4
4
  "description": "Tree-shakeable SVG icon components and raw SVG strings from thesvg.org - 4,400+ brand icons",
5
5
  "type": "module",
6
6
  "sideEffects": false,