gd-bs 6.6.99 → 6.7.1

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 (152) hide show
  1. package/build/bs.js +1 -1
  2. package/build/components/dropdown/index.js +3 -3
  3. package/build/components/inputGroup/index.js +2 -0
  4. package/build/icons/iconTypes.js +2015 -1987
  5. package/build/icons/index.js +2071 -1987
  6. package/build/icons/svgs/anthropic.d.ts +1 -0
  7. package/build/icons/svgs/anthropic.js +8 -0
  8. package/build/icons/svgs/appleMusic.d.ts +1 -0
  9. package/build/icons/svgs/appleMusic.js +8 -0
  10. package/build/icons/svgs/batteryLow.d.ts +1 -0
  11. package/build/icons/svgs/batteryLow.js +8 -0
  12. package/build/icons/svgs/beaker.d.ts +1 -0
  13. package/build/icons/svgs/beaker.js +8 -0
  14. package/build/icons/svgs/beakerFill.d.ts +1 -0
  15. package/build/icons/svgs/beakerFill.js +8 -0
  16. package/build/icons/svgs/bluesky.d.ts +1 -0
  17. package/build/icons/svgs/bluesky.js +8 -0
  18. package/build/icons/svgs/calendar3EventFill.js +1 -1
  19. package/build/icons/svgs/calendar3RangeFill.js +1 -1
  20. package/build/icons/svgs/calendar3WeekFill.js +1 -1
  21. package/build/icons/svgs/claude.d.ts +1 -0
  22. package/build/icons/svgs/claude.js +8 -0
  23. package/build/icons/svgs/css.d.ts +1 -0
  24. package/build/icons/svgs/css.js +8 -0
  25. package/build/icons/svgs/flask.d.ts +1 -0
  26. package/build/icons/svgs/flask.js +8 -0
  27. package/build/icons/svgs/flaskFill.d.ts +1 -0
  28. package/build/icons/svgs/flaskFill.js +8 -0
  29. package/build/icons/svgs/flaskFlorence.d.ts +1 -0
  30. package/build/icons/svgs/flaskFlorence.js +8 -0
  31. package/build/icons/svgs/flaskFlorenceFill.d.ts +1 -0
  32. package/build/icons/svgs/flaskFlorenceFill.js +8 -0
  33. package/build/icons/svgs/forkKnife.d.ts +1 -0
  34. package/build/icons/svgs/forkKnife.js +8 -0
  35. package/build/icons/svgs/globeAmericasFill.d.ts +1 -0
  36. package/build/icons/svgs/globeAmericasFill.js +8 -0
  37. package/build/icons/svgs/globeAsiaAustraliaFill.d.ts +1 -0
  38. package/build/icons/svgs/globeAsiaAustraliaFill.js +8 -0
  39. package/build/icons/svgs/globeCentralSouthAsiaFill.d.ts +1 -0
  40. package/build/icons/svgs/globeCentralSouthAsiaFill.js +8 -0
  41. package/build/icons/svgs/globeEuropeAfricaFill.d.ts +1 -0
  42. package/build/icons/svgs/globeEuropeAfricaFill.js +8 -0
  43. package/build/icons/svgs/index.d.ts +56 -0
  44. package/build/icons/svgs/index.js +28 -0
  45. package/build/icons/svgs/javascript.d.ts +1 -0
  46. package/build/icons/svgs/javascript.js +8 -0
  47. package/build/icons/svgs/leaf.d.ts +1 -0
  48. package/build/icons/svgs/leaf.js +8 -0
  49. package/build/icons/svgs/leafFill.d.ts +1 -0
  50. package/build/icons/svgs/leafFill.js +8 -0
  51. package/build/icons/svgs/lock.js +1 -1
  52. package/build/icons/svgs/lockFill.js +1 -1
  53. package/build/icons/svgs/measuringCup.d.ts +1 -0
  54. package/build/icons/svgs/measuringCup.js +8 -0
  55. package/build/icons/svgs/measuringCupFill.d.ts +1 -0
  56. package/build/icons/svgs/measuringCupFill.js +8 -0
  57. package/build/icons/svgs/meta.js +1 -1
  58. package/build/icons/svgs/openai.d.ts +1 -0
  59. package/build/icons/svgs/openai.js +8 -0
  60. package/build/icons/svgs/perplexity.d.ts +1 -0
  61. package/build/icons/svgs/perplexity.js +8 -0
  62. package/build/icons/svgs/tux.d.ts +1 -0
  63. package/build/icons/svgs/tux.js +8 -0
  64. package/build/icons/svgs/typescript.d.ts +1 -0
  65. package/build/icons/svgs/typescript.js +8 -0
  66. package/build/icons/svgs/unlock.js +1 -1
  67. package/build/icons/svgs/unlock2.d.ts +1 -0
  68. package/build/icons/svgs/unlock2.js +8 -0
  69. package/build/icons/svgs/unlock2Fill.d.ts +1 -0
  70. package/build/icons/svgs/unlock2Fill.js +8 -0
  71. package/build/icons/svgs/unlockFill.js +1 -1
  72. package/dist/gd-bs-icons.js +1 -1
  73. package/dist/gd-bs-icons.js.LICENSE.txt +362 -246
  74. package/dist/gd-bs-icons.min.js +1 -1
  75. package/dist/gd-bs.d.ts +6 -0
  76. package/dist/gd-bs.js +1 -1
  77. package/dist/gd-bs.js.LICENSE.txt +216 -212
  78. package/dist/gd-bs.min.js +1 -1
  79. package/package.json +18 -18
  80. package/src/components/dropdown/index.ts +3 -3
  81. package/src/components/inputGroup/index.ts +4 -0
  82. package/src/components/inputGroup/types.d.ts +6 -0
  83. package/src/icons/iconTypes.ts +2015 -1987
  84. package/src/icons/index.d.ts +56 -0
  85. package/src/icons/index.ts +2071 -1987
  86. package/src/icons/svgs/anthropic.d.ts +1 -0
  87. package/src/icons/svgs/anthropic.ts +4 -0
  88. package/src/icons/svgs/appleMusic.d.ts +1 -0
  89. package/src/icons/svgs/appleMusic.ts +4 -0
  90. package/src/icons/svgs/batteryLow.d.ts +1 -0
  91. package/src/icons/svgs/batteryLow.ts +4 -0
  92. package/src/icons/svgs/beaker.d.ts +1 -0
  93. package/src/icons/svgs/beaker.ts +4 -0
  94. package/src/icons/svgs/beakerFill.d.ts +1 -0
  95. package/src/icons/svgs/beakerFill.ts +4 -0
  96. package/src/icons/svgs/bluesky.d.ts +1 -0
  97. package/src/icons/svgs/bluesky.ts +4 -0
  98. package/src/icons/svgs/calendar3EventFill.ts +1 -1
  99. package/src/icons/svgs/calendar3RangeFill.ts +1 -1
  100. package/src/icons/svgs/calendar3WeekFill.ts +1 -1
  101. package/src/icons/svgs/claude.d.ts +1 -0
  102. package/src/icons/svgs/claude.ts +4 -0
  103. package/src/icons/svgs/css.d.ts +1 -0
  104. package/src/icons/svgs/css.ts +4 -0
  105. package/src/icons/svgs/flask.d.ts +1 -0
  106. package/src/icons/svgs/flask.ts +4 -0
  107. package/src/icons/svgs/flaskFill.d.ts +1 -0
  108. package/src/icons/svgs/flaskFill.ts +4 -0
  109. package/src/icons/svgs/flaskFlorence.d.ts +1 -0
  110. package/src/icons/svgs/flaskFlorence.ts +4 -0
  111. package/src/icons/svgs/flaskFlorenceFill.d.ts +1 -0
  112. package/src/icons/svgs/flaskFlorenceFill.ts +4 -0
  113. package/src/icons/svgs/forkKnife.d.ts +1 -0
  114. package/src/icons/svgs/forkKnife.ts +4 -0
  115. package/src/icons/svgs/globeAmericasFill.d.ts +1 -0
  116. package/src/icons/svgs/globeAmericasFill.ts +4 -0
  117. package/src/icons/svgs/globeAsiaAustraliaFill.d.ts +1 -0
  118. package/src/icons/svgs/globeAsiaAustraliaFill.ts +4 -0
  119. package/src/icons/svgs/globeCentralSouthAsiaFill.d.ts +1 -0
  120. package/src/icons/svgs/globeCentralSouthAsiaFill.ts +4 -0
  121. package/src/icons/svgs/globeEuropeAfricaFill.d.ts +1 -0
  122. package/src/icons/svgs/globeEuropeAfricaFill.ts +4 -0
  123. package/src/icons/svgs/index.d.ts +56 -0
  124. package/src/icons/svgs/index.ts +28 -0
  125. package/src/icons/svgs/javascript.d.ts +1 -0
  126. package/src/icons/svgs/javascript.ts +4 -0
  127. package/src/icons/svgs/leaf.d.ts +1 -0
  128. package/src/icons/svgs/leaf.ts +4 -0
  129. package/src/icons/svgs/leafFill.d.ts +1 -0
  130. package/src/icons/svgs/leafFill.ts +4 -0
  131. package/src/icons/svgs/lock.ts +1 -1
  132. package/src/icons/svgs/lockFill.ts +1 -1
  133. package/src/icons/svgs/measuringCup.d.ts +1 -0
  134. package/src/icons/svgs/measuringCup.ts +4 -0
  135. package/src/icons/svgs/measuringCupFill.d.ts +1 -0
  136. package/src/icons/svgs/measuringCupFill.ts +4 -0
  137. package/src/icons/svgs/meta.ts +1 -1
  138. package/src/icons/svgs/openai.d.ts +1 -0
  139. package/src/icons/svgs/openai.ts +4 -0
  140. package/src/icons/svgs/perplexity.d.ts +1 -0
  141. package/src/icons/svgs/perplexity.ts +4 -0
  142. package/src/icons/svgs/tux.d.ts +1 -0
  143. package/src/icons/svgs/tux.ts +4 -0
  144. package/src/icons/svgs/typescript.d.ts +1 -0
  145. package/src/icons/svgs/typescript.ts +4 -0
  146. package/src/icons/svgs/unlock.ts +1 -1
  147. package/src/icons/svgs/unlock2.d.ts +1 -0
  148. package/src/icons/svgs/unlock2.ts +4 -0
  149. package/src/icons/svgs/unlock2Fill.d.ts +1 -0
  150. package/src/icons/svgs/unlock2Fill.ts +4 -0
  151. package/src/icons/svgs/unlockFill.ts +1 -1
  152. package/src/styles/_floating-ui.scss +64 -0
@@ -0,0 +1 @@
1
+ export const anthropic: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function anthropic(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-anthropic' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M9.218 2h2.402L16 12.987h-2.402zM4.379 2h2.512l4.38 10.987H8.82l-.895-2.308h-4.58l-.896 2.307H0L4.38 2.001zm2.755 6.64L5.635 4.777 4.137 8.64z'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const appleMusic: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function appleMusic(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-apple-music' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='m10.995 0 .573.001q.241 0 .483.007c.35.01.705.03 1.051.093.352.063.68.166.999.329a3.36 3.36 0 0 1 1.47 1.468c.162.32.265.648.328 1 .063.347.084.7.093 1.051q.007.241.007.483l.001.573v5.99l-.001.573q0 .241-.008.483c-.01.35-.03.704-.092 1.05a3.5 3.5 0 0 1-.33 1 3.36 3.36 0 0 1-1.468 1.468 3.5 3.5 0 0 1-1 .33 7 7 0 0 1-1.05.092q-.241.007-.483.008l-.573.001h-5.99l-.573-.001q-.241 0-.483-.008a7 7 0 0 1-1.052-.092 3.6 3.6 0 0 1-.998-.33 3.36 3.36 0 0 1-1.47-1.468 3.6 3.6 0 0 1-.328-1 7 7 0 0 1-.093-1.05Q.002 11.81 0 11.568V5.005l.001-.573q0-.241.007-.483c.01-.35.03-.704.093-1.05a3.6 3.6 0 0 1 .329-1A3.36 3.36 0 0 1 1.9.431 3.5 3.5 0 0 1 2.896.1 7 7 0 0 1 3.95.008Q4.19.002 4.432 0h.573zm-.107 2.518-4.756.959H6.13a.66.66 0 0 0-.296.133.5.5 0 0 0-.16.31c-.004.027-.01.08-.01.16v5.952c0 .14-.012.275-.106.39-.095.115-.21.15-.347.177l-.31.063c-.393.08-.65.133-.881.223a1.4 1.4 0 0 0-.519.333 1.25 1.25 0 0 0-.332.995c.031.297.166.582.395.792.156.142.35.25.578.296.236.047.49.031.858-.043.196-.04.38-.102.555-.205a1.4 1.4 0 0 0 .438-.405 1.5 1.5 0 0 0 .233-.55c.042-.202.052-.386.052-.588V6.347c0-.276.08-.35.302-.404.024-.005 3.954-.797 4.138-.833.257-.049.378.025.378.294v3.524c0 .14-.001.28-.096.396-.094.115-.211.15-.348.178l-.31.062c-.393.08-.649.133-.88.223a1.4 1.4 0 0 0-.52.334 1.26 1.26 0 0 0-.34.994c.03.297.174.582.404.792a1.2 1.2 0 0 0 .577.294c.237.048.49.03.858-.044.197-.04.381-.098.556-.202a1.4 1.4 0 0 0 .438-.405q.173-.252.233-.549a2.7 2.7 0 0 0 .044-.589V2.865c0-.273-.143-.443-.4-.42-.04.003-.383.064-.424.073'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const batteryLow: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function batteryLow(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-battery-low' viewBox='0 0 16 16'> <path d='M2 6h2v4H2z'/> <path d='M2 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm10 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm4 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const beaker: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function beaker(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-beaker' viewBox='0 0 16 16'> <path d='M9.5 3a.5.5 0 0 0 0 1H13V3zm2 2a.5.5 0 0 0 0 1H13V5zm-2 2a.5.5 0 0 0 0 1H13V7zm2 2a.5.5 0 0 0 0 1H13V9zm-2 2a.5.5 0 0 0 0 1H13v-1zm2 2a.5.5 0 0 0 0 1H13v-1z'/> <path d='M.5 0a.5.5 0 0 0-.354.854l.122.12A2.5 2.5 0 0 1 1 2.744V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2.743a2.5 2.5 0 0 1 .732-1.768l.122-.121A.5.5 0 0 0 15.5 0zM2 2.743A3.5 3.5 0 0 0 1.535 1h12.93A3.5 3.5 0 0 0 14 2.743V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const beakerFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function beakerFill(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-beaker-fill' viewBox='0 0 16 16'> <path d='M15.575.006a.5.5 0 0 1 .327.79l-.048.058-.122.12A2.5 2.5 0 0 0 15 2.743V14a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2.742a2.5 2.5 0 0 0-.566-1.584L.268.975.146.854A.5.5 0 0 1 .5 0h15zM11.5 13a.5.5 0 1 0 0 1H13v-1zm-2-2a.5.5 0 0 0 0 1H13v-1zm2-2a.5.5 0 1 0 0 1H13V9zm-2-2a.5.5 0 1 0 0 1H13V7zm2-2a.5.5 0 1 0 0 1H13V5zm-2-2a.5.5 0 1 0 0 1H13V3z'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const bluesky: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function bluesky(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-bluesky' viewBox='0 0 16 16'> <path d='M3.468 1.948C5.303 3.325 7.276 6.118 8 7.616c.725-1.498 2.698-4.29 4.532-5.668C13.855.955 16 .186 16 2.632c0 .489-.28 4.105-.444 4.692-.572 2.04-2.653 2.561-4.504 2.246 3.236.551 4.06 2.375 2.281 4.2-3.376 3.464-4.852-.87-5.23-1.98-.07-.204-.103-.3-.103-.218 0-.081-.033.014-.102.218-.379 1.11-1.855 5.444-5.231 1.98-1.778-1.825-.955-3.65 2.28-4.2-1.85.315-3.932-.205-4.503-2.246C.28 6.737 0 3.12 0 2.632 0 .186 2.145.955 3.468 1.948'/> </svg>`, height, width, className);
4
+ }
@@ -1,4 +1,4 @@
1
1
  import { generateIcon } from "../generate";
2
2
  export function calendar3EventFill(height?:number, width?:number, className?:string) {
3
- return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-calendar3-event-fill' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0'/> </svg>`, height, width, className);
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-calendar3-event-fill' viewBox='0 0 16 16'> <path d='M16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3h16zm-3-9a1 1 0 1 0 0 2 1 1 0 0 0 0-2m1-5a2 2 0 0 1 2 2H0a2 2 0 0 1 2-2z'/> </svg>`, height, width, className);
4
4
  }
@@ -1,4 +1,4 @@
1
1
  import { generateIcon } from "../generate";
2
2
  export function calendar3RangeFill(height?:number, width?:number, className?:string) {
3
- return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-calendar3-range-fill' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2zM0 8V3h16v2h-6a1 1 0 1 0 0 2h6v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-4h6a1 1 0 1 0 0-2z'/> </svg>`, height, width, className);
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-calendar3-range-fill' viewBox='0 0 16 16'> <path d='M16 5h-6a1 1 0 0 0 0 2h6v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-4h6a1 1 0 0 0 0-2H0V3h16zm-2-5a2 2 0 0 1 2 2H0a2 2 0 0 1 2-2z'/> </svg>`, height, width, className);
4
4
  }
@@ -1,4 +1,4 @@
1
1
  import { generateIcon } from "../generate";
2
2
  export function calendar3WeekFill(height?:number, width?:number, className?:string) {
3
- return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-calendar3-week-fill' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0M5 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0m5-2a1 1 0 1 1 0-2 1 1 0 0 1 0 2M2 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0'/> </svg>`, height, width, className);
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-calendar3-week-fill' viewBox='0 0 16 16'> <path d='M16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3h16zM3 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2m3 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2m4-3a1 1 0 1 0 0 2 1 1 0 0 0 0-2m3 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2m1-5a2 2 0 0 1 2 2H0a2 2 0 0 1 2-2z'/> </svg>`, height, width, className);
4
4
  }
@@ -0,0 +1 @@
1
+ export const claude: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function claude(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-claude' viewBox='0 0 16 16'> <path d='m3.127 10.604 3.135-1.76.053-.153-.053-.085H6.11l-.525-.032-1.791-.048-1.554-.065-1.505-.08-.38-.081L0 7.832l.036-.234.32-.214.455.04 1.009.069 1.513.105 1.097.064 1.626.17h.259l.036-.105-.089-.065-.068-.064-1.566-1.062-1.695-1.121-.887-.646-.48-.327-.243-.306-.104-.67.435-.48.585.04.15.04.593.456 1.267.981 1.654 1.218.242.202.097-.068.012-.049-.109-.181-.9-1.626-.96-1.655-.428-.686-.113-.411a2 2 0 0 1-.068-.484l.496-.674L4.446 0l.662.089.279.242.411.94.666 1.48 1.033 2.014.302.597.162.553.06.17h.105v-.097l.085-1.134.157-1.392.154-1.792.052-.504.25-.605.497-.327.387.186.319.456-.045.294-.19 1.23-.37 1.93-.243 1.29h.142l.161-.16.654-.868 1.097-1.372.484-.545.565-.601.363-.287h.686l.505.751-.226.775-.707.895-.585.759-.839 1.13-.524.904.048.072.125-.012 1.897-.403 1.024-.186 1.223-.21.553.258.06.263-.218.536-1.307.323-1.533.307-2.284.54-.028.02.032.04 1.029.098.44.024h1.077l2.005.15.525.346.315.424-.053.323-.807.411-3.631-.863-.872-.218h-.12v.073l.726.71 1.331 1.202 1.667 1.55.084.383-.214.302-.226-.032-1.464-1.101-.565-.497-1.28-1.077h-.084v.113l.295.432 1.557 2.34.08.718-.112.234-.404.141-.444-.08-.911-1.28-.94-1.44-.759-1.291-.093.053-.448 4.821-.21.246-.484.186-.403-.307-.214-.496.214-.98.258-1.28.21-1.016.19-1.263.112-.42-.008-.028-.092.012-.953 1.307-1.448 1.957-1.146 1.227-.274.109-.477-.247.045-.44.266-.39 1.586-2.018.956-1.25.617-.723-.004-.105h-.036l-4.212 2.736-.75.096-.324-.302.04-.496.154-.162 1.267-.871z'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const css: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function css(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-css' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V0zM4.59 7.498q-.908 0-1.455.508-.547.507-.547 1.484v3.106q0 .986.527 1.484t1.406.498q.576 0 1.016-.224.45-.225.703-.674.255-.45.254-1.114v-.185h-1.22v.176q0 .449-.186.683t-.527.235q-.372-.01-.557-.264-.186-.255-.186-.752V9.686q0-.547.166-.811.177-.264.577-.264.321 0 .517.225.195.224.195.693v.205h1.23V9.52q0-.674-.243-1.124a1.55 1.55 0 0 0-.664-.673q-.42-.225-1.006-.225m4.214-.01q-.586 0-1.006.244a1.67 1.67 0 0 0-.635.674 2.1 2.1 0 0 0-.225.996q0 .753.293 1.182.304.42.967.732l.469.215q.44.186.625.43.186.244.186.635 0 .478-.166.703-.157.224-.528.224-.36 0-.547-.244-.185-.243-.205-.752H6.87q.02.996.498 1.524.479.527 1.387.527t1.416-.518.508-1.484q0-.81-.332-1.289-.333-.479-1.045-.79l-.45-.196q-.39-.166-.556-.381-.165-.214-.166-.576 0-.4.166-.596.175-.195.508-.195.36 0 .508.234.156.234.175.703h1.123q-.03-.976-.498-1.484-.468-.518-1.308-.518m4.057 0q-.585 0-1.006.244a1.67 1.67 0 0 0-.634.674 2.1 2.1 0 0 0-.225.996q0 .753.293 1.182.303.42.967.732l.469.215q.438.186.625.43.185.244.185.635 0 .478-.166.703-.156.224-.527.224-.361.001-.547-.244-.186-.243-.205-.752h-1.162q.02.996.498 1.524.479.527 1.386.527.909 0 1.417-.518.507-.517.507-1.484 0-.81-.332-1.289t-1.045-.79l-.449-.196q-.39-.166-.556-.381-.166-.214-.166-.576 0-.4.165-.596.177-.195.508-.195.361 0 .508.234.156.234.176.703h1.123q-.03-.976-.498-1.484-.47-.518-1.309-.518'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const flask: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function flask(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-flask' viewBox='0 0 16 16'> <path d='M4.5 0a.5.5 0 0 0 0 1H5v5.36L.503 13.717A1.5 1.5 0 0 0 1.783 16h12.434a1.5 1.5 0 0 0 1.28-2.282L11 6.359V1h.5a.5.5 0 0 0 0-1zM10 2H9a.5.5 0 0 0 0 1h1v1H9a.5.5 0 0 0 0 1h1v1H9a.5.5 0 0 0 0 1h1.22l.61 1H10a.5.5 0 1 0 0 1h1.442l.611 1H11a.5.5 0 1 0 0 1h1.664l.611 1H12a.5.5 0 1 0 0 1h1.886l.758 1.24a.5.5 0 0 1-.427.76H1.783a.5.5 0 0 1-.427-.76l4.57-7.48A.5.5 0 0 0 6 6.5V1h4z'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const flaskFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function flaskFill(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-flask-fill' viewBox='0 0 16 16'> <path d='M11.5 0a.5.5 0 0 1 0 1H11v5.358l4.497 7.36c.099.162.16.332.192.503l.013.063.008.083q.006.053.007.107l-.003.09q-.001.047-.005.095-.006.053-.017.106l-.016.079q-.012.049-.028.096l-.028.086a1.5 1.5 0 0 1-.17.322 1.5 1.5 0 0 1-.395.394q-.04.028-.082.054-.045.026-.095.049l-.073.035-.09.033q-.05.02-.103.034-.04.01-.08.017-.053.012-.108.021l-.006.002-.202.013H1.783l-.214-.015a1.503 1.503 0 0 1-1.066-2.268L5 6.359V1h-.5a.499.499 0 0 1-.354-.854A.5.5 0 0 1 4.5 0zm.5 12a.5.5 0 0 0 0 1h1.885l-.61-1zm-1-2a.5.5 0 0 0 0 1h1.664l-.612-1zm-1-2a.5.5 0 0 0 0 1h1.441l-.61-1zM9 6a.5.5 0 0 0 0 1h1.22l-.147-.24A.5.5 0 0 1 10 6.5V6zm0-2a.5.5 0 0 0 0 1h1V4zm0-2a.5.5 0 0 0 0 1h1V2z'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const flaskFlorence: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function flaskFlorence(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-flask-florence' viewBox='0 0 16 16'> <path d='M5.5 0a.5.5 0 0 0 0 1H6v5.416a5 5 0 1 0 4 0V1h.5a.5.5 0 0 0 0-1zM9 2h-.5a.5.5 0 0 0 0 1H9v1h-.5a.5.5 0 0 0 0 1H9v1h-.5a.5.5 0 0 0 0 1h.564a.5.5 0 0 0 .27.227A4.002 4.002 0 0 1 8 15a4 4 0 0 1-1.333-7.773.5.5 0 0 0 .333-.47V1h2z'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const flaskFlorenceFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function flaskFlorenceFill(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-flask-florence-fill' viewBox='0 0 16 16'> <path d='m10.5 0 .1.01a.5.5 0 0 1-.1.99H10v5.417c.517.226.986.538 1.394.916l.043.038.14.14a6 6 0 0 1 .303.34l.101.128q.045.06.088.122a5 5 0 0 1 .26.4l.066.12a5 5 0 0 1 .16.32q.029.062.053.124.035.08.067.163.115.3.19.62l.024.111a5 5 0 0 1 .096.68Q13 10.82 13 11l-.007.257A5 5 0 0 1 8 16l-.257-.007A5 5 0 0 1 6 6.417V1h-.5a.5.5 0 0 1 0-1zM8 6a.5.5 0 0 0 0 1h1.065A.5.5 0 0 1 9 6.756V6zm0-2a.5.5 0 0 0 0 1h1V4zm0-2a.5.5 0 0 0 0 1h1V2z'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const forkKnife: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function forkKnife(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-fork-knife' viewBox='0 0 16 16'> <path d='M13 .5c0-.276-.226-.506-.498-.465-1.703.257-2.94 2.012-3 8.462a.5.5 0 0 0 .498.5c.56.01 1 .13 1 1.003v5.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5zM4.25 0a.25.25 0 0 1 .25.25v5.122a.128.128 0 0 0 .256.006l.233-5.14A.25.25 0 0 1 5.24 0h.522a.25.25 0 0 1 .25.238l.233 5.14a.128.128 0 0 0 .256-.006V.25A.25.25 0 0 1 6.75 0h.29a.5.5 0 0 1 .498.458l.423 5.07a1.69 1.69 0 0 1-1.059 1.711l-.053.022a.92.92 0 0 0-.58.884L6.47 15a.971.971 0 1 1-1.942 0l.202-6.855a.92.92 0 0 0-.58-.884l-.053-.022a1.69 1.69 0 0 1-1.059-1.712L3.462.458A.5.5 0 0 1 3.96 0z'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const globeAmericasFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function globeAmericasFill(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-globe-americas-fill' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='m8 0 .412.01A7.97 7.97 0 0 1 13.29 2a8.04 8.04 0 0 1 2.548 4.382 8 8 0 1 1-15.674 0 8 8 0 0 1 1.361-3.078A8 8 0 0 1 2.711 2 7.96 7.96 0 0 1 8 0m0 1a7 7 0 0 0-5.958 3.324C2.497 6.192 6.669 7.827 6.5 8c-.5.5-1.034.884-1 1.5.07 1.248 2.259.774 2.5 2 .202 1.032-1.051 3 0 3 1.5-.5 3.798-3.186 4-5 .138-1.242-2-2-3.5-2.5-.828-.276-1.055.648-1.5.5S4.5 5.5 5.5 5s1 0 1.5.5c1 .5.5-1 1-1.5.838-.838 3.16-1.394 3.605-2.001A6.97 6.97 0 0 0 8 1'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const globeAsiaAustraliaFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function globeAsiaAustraliaFill(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-globe-asia-australia-fill' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m3.041 9a1 1 0 0 0-.946.674l-.172.499a1 1 0 0 1-.403.515l-.803.517a1 1 0 0 0-.458.84v.455a1 1 0 0 0 1 1h.257c.192 0 .38.055.542.16l.762.491a1 1 0 0 0 .282.123A7 7 0 0 0 14.82 9.57a1 1 0 0 0-.085-.061l-.315-.204a1 1 0 0 0-.977-.06l-.169.082a1 1 0 0 1-.742.051l-1.02-.33A1 1 0 0 0 11.205 9zm-5.832 2.655a.302.302 0 1 0-.298.52l.762.325.48.232A.386.386 0 1 0 6.321 12h-.417a.7.7 0 0 1-.418-.139zM8 1a7 7 0 0 0-6.387 9.864l.754-1.285a1 1 0 0 1 1.546-.225l1.074 1.005a.986.986 0 0 0 1.36-.011l.038-.037a.88.88 0 0 0 .26-.754c-.075-.549.37-1.035.92-1.1.728-.086 1.587-.324 1.728-.957.086-.386-.115-.83-.361-1.2-.208-.312 0-.8.374-.8.122 0 .24-.055.318-.15l.393-.474c.196-.237.49-.368.797-.403.554-.065 1.407-.277 1.582-.973.185-.731-.986-.944-.998-1.62A7 7 0 0 0 8 1m.524 8.963a.413.413 0 1 0-.783-.183v.028a.46.46 0 0 1-.137.326l-.113.107a.36.36 0 0 0 .5.518l.193-.187a.6.6 0 0 0 .12-.166zm3.374-4.444c-.252-.244-.681-.139-.931.107-.256.251-.578.406-.918.585-.338.177-.264.625.101.735a.48.48 0 0 0 .345-.027l1.278-.617a.484.484 0 0 0 .125-.783'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const globeCentralSouthAsiaFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function globeCentralSouthAsiaFill(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-globe-central-south-asia-fill' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m0 1a7 7 0 0 0-3.115.73.48.48 0 0 0 .137.292.488.488 0 0 1-.126.78l-.292.145a.7.7 0 0 0-.187.136l-.48.48a1 1 0 0 1-1.023.242l-.02-.007a1 1 0 0 0-.461-.041A6.97 6.97 0 0 0 1 8a6.96 6.96 0 0 0 .883 3.403l.86-.213c.444-.112.757-.512.757-.971v-.184a1 1 0 0 1 .445-.832l.04-.026a1 1 0 0 0 .153-1.54L3.12 6.622a.415.415 0 0 1 .542-.624l1.09.817a.5.5 0 0 0 .523.047A.5.5 0 0 1 6 7.31v.455a.8.8 0 0 0 .13.432l.796 1.193a1 1 0 0 1 .116.238l.73 2.19a1 1 0 0 0 .949.683h.058a1 1 0 0 0 .949-.684l.73-2.189q.042-.127.116-.238l.791-1.187A.45.45 0 0 1 11.743 8c.16 0 .306.083.392.218.557.875 1.63 2.282 2.365 2.282l.04-.003A7 7 0 0 0 8 1'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const globeEuropeAfricaFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function globeEuropeAfricaFill(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-globe-europe-africa-fill' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m0 1a6.97 6.97 0 0 0-4.335 1.505l-.285.641a.847.847 0 0 0 1.48.816l.244-.368a.81.81 0 0 1 1.035-.275.81.81 0 0 0 .722 0l.262-.13a1 1 0 0 1 .775-.05l.984.34q.118.04.243.054c.784.093.855.377.694.801a.84.84 0 0 1-1.035.487l-.01-.003C8.273 4.663 7.747 4.5 6 4.5 4.8 4.5 3.5 5.62 3.5 7c0 3 1.935 1.89 3 3 1.146 1.194-1 4 2 4 1.75 0 3-3.5 3-4.5 0-.704 1.5-1 1-2.5-.097-.291-.396-.568-.642-.756-.173-.133-.206-.396-.051-.55a.334.334 0 0 1 .42-.043l1.085.724a.276.276 0 0 0 .348-.035c.15-.15.414-.083.488.117.16.428.445 1.046.847 1.354A7 7 0 0 0 8 1'/> </svg>`, height, width, className);
4
+ }
@@ -124,10 +124,14 @@ export const amd: (height?:number, width?:number, className?:string) => HTMLElem
124
124
  export const android: (height?:number, width?:number, className?:string) => HTMLElement;
125
125
  // android2.svg
126
126
  export const android2: (height?:number, width?:number, className?:string) => HTMLElement;
127
+ // anthropic.svg
128
+ export const anthropic: (height?:number, width?:number, className?:string) => HTMLElement;
127
129
  // app-indicator.svg
128
130
  export const appIndicator: (height?:number, width?:number, className?:string) => HTMLElement;
129
131
  // app.svg
130
132
  export const app: (height?:number, width?:number, className?:string) => HTMLElement;
133
+ // apple-music.svg
134
+ export const appleMusic: (height?:number, width?:number, className?:string) => HTMLElement;
131
135
  // apple.svg
132
136
  export const apple: (height?:number, width?:number, className?:string) => HTMLElement;
133
137
  // archive-fill.svg
@@ -434,8 +438,14 @@ export const batteryCharging: (height?:number, width?:number, className?:string)
434
438
  export const batteryFull: (height?:number, width?:number, className?:string) => HTMLElement;
435
439
  // battery-half.svg
436
440
  export const batteryHalf: (height?:number, width?:number, className?:string) => HTMLElement;
441
+ // battery-low.svg
442
+ export const batteryLow: (height?:number, width?:number, className?:string) => HTMLElement;
437
443
  // battery.svg
438
444
  export const battery: (height?:number, width?:number, className?:string) => HTMLElement;
445
+ // beaker-fill.svg
446
+ export const beakerFill: (height?:number, width?:number, className?:string) => HTMLElement;
447
+ // beaker.svg
448
+ export const beaker: (height?:number, width?:number, className?:string) => HTMLElement;
439
449
  // behance.svg
440
450
  export const behance: (height?:number, width?:number, className?:string) => HTMLElement;
441
451
  // bell-fill.svg
@@ -462,6 +472,8 @@ export const binoculars: (height?:number, width?:number, className?:string) => H
462
472
  export const blockquoteLeft: (height?:number, width?:number, className?:string) => HTMLElement;
463
473
  // blockquote-right.svg
464
474
  export const blockquoteRight: (height?:number, width?:number, className?:string) => HTMLElement;
475
+ // bluesky.svg
476
+ export const bluesky: (height?:number, width?:number, className?:string) => HTMLElement;
465
477
  // bluetooth.svg
466
478
  export const bluetooth: (height?:number, width?:number, className?:string) => HTMLElement;
467
479
  // body-text.svg
@@ -1108,6 +1120,8 @@ export const circleHalf: (height?:number, width?:number, className?:string) => H
1108
1120
  export const circleSquare: (height?:number, width?:number, className?:string) => HTMLElement;
1109
1121
  // circle.svg
1110
1122
  export const circle: (height?:number, width?:number, className?:string) => HTMLElement;
1123
+ // claude.svg
1124
+ export const claude: (height?:number, width?:number, className?:string) => HTMLElement;
1111
1125
  // clipboard-check-fill.svg
1112
1126
  export const clipboardCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
1113
1127
  // clipboard-check.svg
@@ -1334,6 +1348,8 @@ export const crop: (height?:number, width?:number, className?:string) => HTMLEle
1334
1348
  export const crosshair: (height?:number, width?:number, className?:string) => HTMLElement;
1335
1349
  // crosshair2.svg
1336
1350
  export const crosshair2: (height?:number, width?:number, className?:string) => HTMLElement;
1351
+ // css.svg
1352
+ export const css: (height?:number, width?:number, className?:string) => HTMLElement;
1337
1353
  // cup-fill.svg
1338
1354
  export const cupFill: (height?:number, width?:number, className?:string) => HTMLElement;
1339
1355
  // cup-hot-fill.svg
@@ -2136,6 +2152,14 @@ export const fire: (height?:number, width?:number, className?:string) => HTMLEle
2136
2152
  export const flagFill: (height?:number, width?:number, className?:string) => HTMLElement;
2137
2153
  // flag.svg
2138
2154
  export const flag: (height?:number, width?:number, className?:string) => HTMLElement;
2155
+ // flask-fill.svg
2156
+ export const flaskFill: (height?:number, width?:number, className?:string) => HTMLElement;
2157
+ // flask-florence-fill.svg
2158
+ export const flaskFlorenceFill: (height?:number, width?:number, className?:string) => HTMLElement;
2159
+ // flask-florence.svg
2160
+ export const flaskFlorence: (height?:number, width?:number, className?:string) => HTMLElement;
2161
+ // flask.svg
2162
+ export const flask: (height?:number, width?:number, className?:string) => HTMLElement;
2139
2163
  // floppy-fill.svg
2140
2164
  export const floppyFill: (height?:number, width?:number, className?:string) => HTMLElement;
2141
2165
  // floppy.svg
@@ -2172,6 +2196,8 @@ export const folder2Open: (height?:number, width?:number, className?:string) =>
2172
2196
  export const folder2: (height?:number, width?:number, className?:string) => HTMLElement;
2173
2197
  // fonts.svg
2174
2198
  export const fonts: (height?:number, width?:number, className?:string) => HTMLElement;
2199
+ // fork-knife.svg
2200
+ export const forkKnife: (height?:number, width?:number, className?:string) => HTMLElement;
2175
2201
  // forward-fill.svg
2176
2202
  export const forwardFill: (height?:number, width?:number, className?:string) => HTMLElement;
2177
2203
  // forward.svg
@@ -2232,12 +2258,20 @@ export const git: (height?:number, width?:number, className?:string) => HTMLElem
2232
2258
  export const github: (height?:number, width?:number, className?:string) => HTMLElement;
2233
2259
  // gitlab.svg
2234
2260
  export const gitlab: (height?:number, width?:number, className?:string) => HTMLElement;
2261
+ // globe-americas-fill.svg
2262
+ export const globeAmericasFill: (height?:number, width?:number, className?:string) => HTMLElement;
2235
2263
  // globe-americas.svg
2236
2264
  export const globeAmericas: (height?:number, width?:number, className?:string) => HTMLElement;
2265
+ // globe-asia-australia-fill.svg
2266
+ export const globeAsiaAustraliaFill: (height?:number, width?:number, className?:string) => HTMLElement;
2237
2267
  // globe-asia-australia.svg
2238
2268
  export const globeAsiaAustralia: (height?:number, width?:number, className?:string) => HTMLElement;
2269
+ // globe-central-south-asia-fill.svg
2270
+ export const globeCentralSouthAsiaFill: (height?:number, width?:number, className?:string) => HTMLElement;
2239
2271
  // globe-central-south-asia.svg
2240
2272
  export const globeCentralSouthAsia: (height?:number, width?:number, className?:string) => HTMLElement;
2273
+ // globe-europe-africa-fill.svg
2274
+ export const globeEuropeAfricaFill: (height?:number, width?:number, className?:string) => HTMLElement;
2241
2275
  // globe-europe-africa.svg
2242
2276
  export const globeEuropeAfrica: (height?:number, width?:number, className?:string) => HTMLElement;
2243
2277
  // globe.svg
@@ -2490,6 +2524,8 @@ export const inputCursor: (height?:number, width?:number, className?:string) =>
2490
2524
  export const instagram: (height?:number, width?:number, className?:string) => HTMLElement;
2491
2525
  // intersect.svg
2492
2526
  export const intersect: (height?:number, width?:number, className?:string) => HTMLElement;
2527
+ // javascript.svg
2528
+ export const javascript: (height?:number, width?:number, className?:string) => HTMLElement;
2493
2529
  // journal-album.svg
2494
2530
  export const journalAlbum: (height?:number, width?:number, className?:string) => HTMLElement;
2495
2531
  // journal-arrow-down.svg
@@ -2582,6 +2618,10 @@ export const layoutTextWindow: (height?:number, width?:number, className?:string
2582
2618
  export const layoutThreeColumns: (height?:number, width?:number, className?:string) => HTMLElement;
2583
2619
  // layout-wtf.svg
2584
2620
  export const layoutWtf: (height?:number, width?:number, className?:string) => HTMLElement;
2621
+ // leaf-fill.svg
2622
+ export const leafFill: (height?:number, width?:number, className?:string) => HTMLElement;
2623
+ // leaf.svg
2624
+ export const leaf: (height?:number, width?:number, className?:string) => HTMLElement;
2585
2625
  // life-preserver.svg
2586
2626
  export const lifePreserver: (height?:number, width?:number, className?:string) => HTMLElement;
2587
2627
  // lightbulb-fill.svg
@@ -2666,6 +2706,10 @@ export const markerTip: (height?:number, width?:number, className?:string) => HT
2666
2706
  export const mask: (height?:number, width?:number, className?:string) => HTMLElement;
2667
2707
  // mastodon.svg
2668
2708
  export const mastodon: (height?:number, width?:number, className?:string) => HTMLElement;
2709
+ // measuring-cup-fill.svg
2710
+ export const measuringCupFill: (height?:number, width?:number, className?:string) => HTMLElement;
2711
+ // measuring-cup.svg
2712
+ export const measuringCup: (height?:number, width?:number, className?:string) => HTMLElement;
2669
2713
  // medium.svg
2670
2714
  export const medium: (height?:number, width?:number, className?:string) => HTMLElement;
2671
2715
  // megaphone-fill.svg
@@ -2784,6 +2828,8 @@ export const octagonFill: (height?:number, width?:number, className?:string) =>
2784
2828
  export const octagonHalf: (height?:number, width?:number, className?:string) => HTMLElement;
2785
2829
  // octagon.svg
2786
2830
  export const octagon: (height?:number, width?:number, className?:string) => HTMLElement;
2831
+ // openai.svg
2832
+ export const openai: (height?:number, width?:number, className?:string) => HTMLElement;
2787
2833
  // opencollective.svg
2788
2834
  export const opencollective: (height?:number, width?:number, className?:string) => HTMLElement;
2789
2835
  // optical-audio-fill.svg
@@ -2896,6 +2942,8 @@ export const peopleFill: (height?:number, width?:number, className?:string) => H
2896
2942
  export const people: (height?:number, width?:number, className?:string) => HTMLElement;
2897
2943
  // percent.svg
2898
2944
  export const percent: (height?:number, width?:number, className?:string) => HTMLElement;
2945
+ // perplexity.svg
2946
+ export const perplexity: (height?:number, width?:number, className?:string) => HTMLElement;
2899
2947
  // person-add.svg
2900
2948
  export const personAdd: (height?:number, width?:number, className?:string) => HTMLElement;
2901
2949
  // person-arms-up.svg
@@ -3870,6 +3918,8 @@ export const truckFront: (height?:number, width?:number, className?:string) => H
3870
3918
  export const truck: (height?:number, width?:number, className?:string) => HTMLElement;
3871
3919
  // tsunami.svg
3872
3920
  export const tsunami: (height?:number, width?:number, className?:string) => HTMLElement;
3921
+ // tux.svg
3922
+ export const tux: (height?:number, width?:number, className?:string) => HTMLElement;
3873
3923
  // tv-fill.svg
3874
3924
  export const tvFill: (height?:number, width?:number, className?:string) => HTMLElement;
3875
3925
  // tv.svg
@@ -3902,6 +3952,8 @@ export const typeStrikethrough: (height?:number, width?:number, className?:strin
3902
3952
  export const typeUnderline: (height?:number, width?:number, className?:string) => HTMLElement;
3903
3953
  // type.svg
3904
3954
  export const type: (height?:number, width?:number, className?:string) => HTMLElement;
3955
+ // typescript.svg
3956
+ export const typescript: (height?:number, width?:number, className?:string) => HTMLElement;
3905
3957
  // ubuntu.svg
3906
3958
  export const ubuntu: (height?:number, width?:number, className?:string) => HTMLElement;
3907
3959
  // ui-checks-grid.svg
@@ -3930,6 +3982,10 @@ export const universalAccess: (height?:number, width?:number, className?:string)
3930
3982
  export const unlockFill: (height?:number, width?:number, className?:string) => HTMLElement;
3931
3983
  // unlock.svg
3932
3984
  export const unlock: (height?:number, width?:number, className?:string) => HTMLElement;
3985
+ // unlock2-fill.svg
3986
+ export const unlock2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
3987
+ // unlock2.svg
3988
+ export const unlock2: (height?:number, width?:number, className?:string) => HTMLElement;
3933
3989
  // upc-scan.svg
3934
3990
  export const upcScan: (height?:number, width?:number, className?:string) => HTMLElement;
3935
3991
  // upc.svg
@@ -61,8 +61,10 @@ export * from "./amazon";
61
61
  export * from "./amd";
62
62
  export * from "./android";
63
63
  export * from "./android2";
64
+ export * from "./anthropic";
64
65
  export * from "./appIndicator";
65
66
  export * from "./app";
67
+ export * from "./appleMusic";
66
68
  export * from "./apple";
67
69
  export * from "./archiveFill";
68
70
  export * from "./archive";
@@ -216,7 +218,10 @@ export * from "./basket3";
216
218
  export * from "./batteryCharging";
217
219
  export * from "./batteryFull";
218
220
  export * from "./batteryHalf";
221
+ export * from "./batteryLow";
219
222
  export * from "./battery";
223
+ export * from "./beakerFill";
224
+ export * from "./beaker";
220
225
  export * from "./behance";
221
226
  export * from "./bellFill";
222
227
  export * from "./bellSlashFill";
@@ -230,6 +235,7 @@ export * from "./binocularsFill";
230
235
  export * from "./binoculars";
231
236
  export * from "./blockquoteLeft";
232
237
  export * from "./blockquoteRight";
238
+ export * from "./bluesky";
233
239
  export * from "./bluetooth";
234
240
  export * from "./bodyText";
235
241
  export * from "./bookFill";
@@ -553,6 +559,7 @@ export * from "./circleFill";
553
559
  export * from "./circleHalf";
554
560
  export * from "./circleSquare";
555
561
  export * from "./circle";
562
+ export * from "./claude";
556
563
  export * from "./clipboardCheckFill";
557
564
  export * from "./clipboardCheck";
558
565
  export * from "./clipboardDataFill";
@@ -666,6 +673,7 @@ export * from "./creditCard";
666
673
  export * from "./crop";
667
674
  export * from "./crosshair";
668
675
  export * from "./crosshair2";
676
+ export * from "./css";
669
677
  export * from "./cupFill";
670
678
  export * from "./cupHotFill";
671
679
  export * from "./cupHot";
@@ -1067,6 +1075,10 @@ export * from "./fingerprint";
1067
1075
  export * from "./fire";
1068
1076
  export * from "./flagFill";
1069
1077
  export * from "./flag";
1078
+ export * from "./flaskFill";
1079
+ export * from "./flaskFlorenceFill";
1080
+ export * from "./flaskFlorence";
1081
+ export * from "./flask";
1070
1082
  export * from "./floppyFill";
1071
1083
  export * from "./floppy";
1072
1084
  export * from "./floppy2Fill";
@@ -1085,6 +1097,7 @@ export * from "./folder";
1085
1097
  export * from "./folder2Open";
1086
1098
  export * from "./folder2";
1087
1099
  export * from "./fonts";
1100
+ export * from "./forkKnife";
1088
1101
  export * from "./forwardFill";
1089
1102
  export * from "./forward";
1090
1103
  export * from "./front";
@@ -1115,9 +1128,13 @@ export * from "./gift";
1115
1128
  export * from "./git";
1116
1129
  export * from "./github";
1117
1130
  export * from "./gitlab";
1131
+ export * from "./globeAmericasFill";
1118
1132
  export * from "./globeAmericas";
1133
+ export * from "./globeAsiaAustraliaFill";
1119
1134
  export * from "./globeAsiaAustralia";
1135
+ export * from "./globeCentralSouthAsiaFill";
1120
1136
  export * from "./globeCentralSouthAsia";
1137
+ export * from "./globeEuropeAfricaFill";
1121
1138
  export * from "./globeEuropeAfrica";
1122
1139
  export * from "./globe";
1123
1140
  export * from "./globe2";
@@ -1244,6 +1261,7 @@ export * from "./inputCursorText";
1244
1261
  export * from "./inputCursor";
1245
1262
  export * from "./instagram";
1246
1263
  export * from "./intersect";
1264
+ export * from "./javascript";
1247
1265
  export * from "./journalAlbum";
1248
1266
  export * from "./journalArrowDown";
1249
1267
  export * from "./journalArrowUp";
@@ -1290,6 +1308,8 @@ export * from "./layoutTextWindowReverse";
1290
1308
  export * from "./layoutTextWindow";
1291
1309
  export * from "./layoutThreeColumns";
1292
1310
  export * from "./layoutWtf";
1311
+ export * from "./leafFill";
1312
+ export * from "./leaf";
1293
1313
  export * from "./lifePreserver";
1294
1314
  export * from "./lightbulbFill";
1295
1315
  export * from "./lightbulbOffFill";
@@ -1332,6 +1352,8 @@ export * from "./markdown";
1332
1352
  export * from "./markerTip";
1333
1353
  export * from "./mask";
1334
1354
  export * from "./mastodon";
1355
+ export * from "./measuringCupFill";
1356
+ export * from "./measuringCup";
1335
1357
  export * from "./medium";
1336
1358
  export * from "./megaphoneFill";
1337
1359
  export * from "./megaphone";
@@ -1391,6 +1413,7 @@ export * from "./nvme";
1391
1413
  export * from "./octagonFill";
1392
1414
  export * from "./octagonHalf";
1393
1415
  export * from "./octagon";
1416
+ export * from "./openai";
1394
1417
  export * from "./opencollective";
1395
1418
  export * from "./opticalAudioFill";
1396
1419
  export * from "./opticalAudio";
@@ -1447,6 +1470,7 @@ export * from "./pentagon";
1447
1470
  export * from "./peopleFill";
1448
1471
  export * from "./people";
1449
1472
  export * from "./percent";
1473
+ export * from "./perplexity";
1450
1474
  export * from "./personAdd";
1451
1475
  export * from "./personArmsUp";
1452
1476
  export * from "./personBadgeFill";
@@ -1934,6 +1958,7 @@ export * from "./truckFrontFill";
1934
1958
  export * from "./truckFront";
1935
1959
  export * from "./truck";
1936
1960
  export * from "./tsunami";
1961
+ export * from "./tux";
1937
1962
  export * from "./tvFill";
1938
1963
  export * from "./tv";
1939
1964
  export * from "./twitch";
@@ -1950,6 +1975,7 @@ export * from "./typeItalic";
1950
1975
  export * from "./typeStrikethrough";
1951
1976
  export * from "./typeUnderline";
1952
1977
  export * from "./type";
1978
+ export * from "./typescript";
1953
1979
  export * from "./ubuntu";
1954
1980
  export * from "./uiChecksGrid";
1955
1981
  export * from "./uiChecks";
@@ -1964,6 +1990,8 @@ export * from "./universalAccessCircle";
1964
1990
  export * from "./universalAccess";
1965
1991
  export * from "./unlockFill";
1966
1992
  export * from "./unlock";
1993
+ export * from "./unlock2Fill";
1994
+ export * from "./unlock2";
1967
1995
  export * from "./upcScan";
1968
1996
  export * from "./upc";
1969
1997
  export * from "./upload";
@@ -0,0 +1 @@
1
+ export const javascript: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function javascript(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-javascript' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zM9.053 7.596v3.127l-.007 1.752q0 .498-.186.752t-.556.263q-.342 0-.528-.234-.185-.234-.185-.684v-.175H6.37v.185q0 .665.253 1.113.255.45.703.674.44.225 1.016.225.88 0 1.406-.498.527-.498.527-1.485l.007-1.752V7.596zm3.808-.108q-.585 0-1.006.244a1.67 1.67 0 0 0-.634.674 2.1 2.1 0 0 0-.225.996q0 .753.293 1.182.303.42.967.732l.469.215q.438.186.625.43.185.244.185.635 0 .478-.166.703-.156.224-.527.224-.361.001-.547-.244-.186-.243-.205-.752h-1.162q.02.996.498 1.524.479.527 1.386.527.909 0 1.417-.518.507-.517.507-1.484 0-.81-.332-1.289t-1.045-.79l-.449-.196q-.39-.166-.556-.381-.166-.214-.166-.576 0-.4.165-.596.177-.195.508-.195.361 0 .508.234.156.234.176.703h1.123q-.03-.976-.498-1.484-.47-.518-1.309-.518'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const leaf: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function leaf(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-leaf' viewBox='0 0 16 16'> <path d='M1.4 1.7c.216.289.65.84 1.725 1.274 1.093.44 2.884.774 5.834.528l.37-.023c1.823-.06 3.117.598 3.956 1.579C14.16 6.082 14.5 7.41 14.5 8.5c0 .58-.032 1.285-.229 1.997q.198.248.382.54c.756 1.2 1.19 2.563 1.348 3.966a1 1 0 0 1-1.98.198c-.13-.97-.397-1.913-.868-2.77C12.173 13.386 10.565 14 8 14c-1.854 0-3.32-.544-4.45-1.435-1.125-.887-1.89-2.095-2.391-3.383C.16 6.62.16 3.646.509 1.902L.73.806zm-.05 1.39c-.146 1.609-.008 3.809.74 5.728.457 1.17 1.13 2.213 2.079 2.961.942.744 2.185 1.22 3.83 1.221 2.588 0 3.91-.66 4.609-1.445-1.789-2.46-4.121-1.213-6.342-2.68-.74-.488-1.735-1.323-1.844-2.308-.023-.214.237-.274.38-.112 1.4 1.6 3.573 1.757 5.59 2.045 1.227.215 2.21.526 3.033 1.158.058-.39.075-.782.075-1.158 0-.91-.288-1.988-.975-2.792-.626-.732-1.622-1.281-3.167-1.229l-.316.02c-3.05.253-5.01-.08-6.291-.598a5.3 5.3 0 0 1-1.4-.811'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const leafFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function leafFill(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-leaf-fill' viewBox='0 0 16 16'> <path d='M1.4 1.7c.217.289.65.84 1.725 1.274 1.093.44 2.885.774 5.834.528 2.02-.168 3.431.51 4.326 1.556C14.161 6.082 14.5 7.41 14.5 8.5q0 .344-.027.734C13.387 8.252 11.877 7.76 10.39 7.5c-2.016-.288-4.188-.445-5.59-2.045-.142-.162-.402-.102-.379.112.108.985 1.104 1.82 1.844 2.308 2.37 1.566 5.772-.118 7.6 3.071.505.8 1.374 2.7 1.75 4.292.07.298-.066.611-.354.715a.7.7 0 0 1-.161.042 1 1 0 0 1-1.08-.794c-.13-.97-.396-1.913-.868-2.77C12.173 13.386 10.565 14 8 14c-1.854 0-3.32-.544-4.45-1.435-1.124-.887-1.889-2.095-2.39-3.383-1-2.562-1-5.536-.65-7.28L.73.806z'/> </svg>`, height, width, className);
4
+ }
@@ -1,4 +1,4 @@
1
1
  import { generateIcon } from "../generate";
2
2
  export function lock(height?:number, width?:number, className?:string) {
3
- return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-lock' viewBox='0 0 16 16'> <path d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2M5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1'/> </svg>`, height, width, className);
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-lock' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4M4.5 7A1.5 1.5 0 0 0 3 8.5v5A1.5 1.5 0 0 0 4.5 15h7a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7zM8 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3'/> </svg>`, height, width, className);
4
4
  }
@@ -1,4 +1,4 @@
1
1
  import { generateIcon } from "../generate";
2
2
  export function lockFill(height?:number, width?:number, className?:string) {
3
- return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-lock-fill' viewBox='0 0 16 16'> <path d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2'/> </svg>`, height, width, className);
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-lock-fill' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4m0 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3'/> </svg>`, height, width, className);
4
4
  }
@@ -0,0 +1 @@
1
+ export const measuringCup: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function measuringCup(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-measuring-cup' viewBox='0 0 16 16'> <path d='M.038.309A.5.5 0 0 1 .5 0H14a2 2 0 0 1 2 2v5.959a1.041 1.041 0 0 1-2.069.17l-.849-5.094A.041.041 0 0 0 13 3.04V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3.743a2.5 2.5 0 0 0-.732-1.768L.146.854A.5.5 0 0 1 .038.309M1.708 1l.267.268A3.5 3.5 0 0 1 3 3.743V14a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V3.041a1.041 1.041 0 0 1 2.069-.17l.849 5.094A.041.041 0 0 0 15 7.96V2a1 1 0 0 0-1-1zM4 3h3.5a.5.5 0 1 1 0 1H4zm0 2h1.5a.5.5 0 1 1 0 1H4zm0 2h3.5a.5.5 0 1 1 0 1H4zm0 2h1.5a.5.5 0 1 1 0 1H4zm0 2h3.5a.5.5 0 0 1 0 1H4zm0 2h1.5a.5.5 0 0 1 0 1H4z'/> </svg>`, height, width, className);
4
+ }
@@ -0,0 +1 @@
1
+ export const measuringCupFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,4 @@
1
+ import { generateIcon } from "../generate";
2
+ export function measuringCupFill(height?:number, width?:number, className?:string) {
3
+ return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-measuring-cup-fill' viewBox='0 0 16 16'> <path d='M14 0a2 2 0 0 1 2 2v5.959a1.041 1.041 0 0 1-2.049.264l-.02-.093-.849-5.096a.041.041 0 0 0-.082.007V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3.742a2.5 2.5 0 0 0-.732-1.767L.146.854A.5.5 0 0 1 .5 0zM4 13v1h1.5a.5.5 0 0 0 0-1zm0-2v1h3.5a.5.5 0 0 0 0-1zm0-2v1h1.5a.5.5 0 0 0 0-1zm0-2v1h3.5a.5.5 0 0 0 0-1zm0-2v1h1.5a.5.5 0 0 0 0-1zm0-2v1h3.5a.5.5 0 0 0 0-1z'/> </svg>`, height, width, className);
4
+ }