gd-bs 6.6.99 → 6.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/build/bs.js +1 -1
  2. package/build/components/inputGroup/index.js +2 -0
  3. package/build/icons/iconTypes.js +2015 -1987
  4. package/build/icons/index.js +2071 -1987
  5. package/build/icons/svgs/anthropic.d.ts +1 -0
  6. package/build/icons/svgs/anthropic.js +8 -0
  7. package/build/icons/svgs/appleMusic.d.ts +1 -0
  8. package/build/icons/svgs/appleMusic.js +8 -0
  9. package/build/icons/svgs/batteryLow.d.ts +1 -0
  10. package/build/icons/svgs/batteryLow.js +8 -0
  11. package/build/icons/svgs/beaker.d.ts +1 -0
  12. package/build/icons/svgs/beaker.js +8 -0
  13. package/build/icons/svgs/beakerFill.d.ts +1 -0
  14. package/build/icons/svgs/beakerFill.js +8 -0
  15. package/build/icons/svgs/bluesky.d.ts +1 -0
  16. package/build/icons/svgs/bluesky.js +8 -0
  17. package/build/icons/svgs/calendar3EventFill.js +1 -1
  18. package/build/icons/svgs/calendar3RangeFill.js +1 -1
  19. package/build/icons/svgs/calendar3WeekFill.js +1 -1
  20. package/build/icons/svgs/claude.d.ts +1 -0
  21. package/build/icons/svgs/claude.js +8 -0
  22. package/build/icons/svgs/css.d.ts +1 -0
  23. package/build/icons/svgs/css.js +8 -0
  24. package/build/icons/svgs/flask.d.ts +1 -0
  25. package/build/icons/svgs/flask.js +8 -0
  26. package/build/icons/svgs/flaskFill.d.ts +1 -0
  27. package/build/icons/svgs/flaskFill.js +8 -0
  28. package/build/icons/svgs/flaskFlorence.d.ts +1 -0
  29. package/build/icons/svgs/flaskFlorence.js +8 -0
  30. package/build/icons/svgs/flaskFlorenceFill.d.ts +1 -0
  31. package/build/icons/svgs/flaskFlorenceFill.js +8 -0
  32. package/build/icons/svgs/forkKnife.d.ts +1 -0
  33. package/build/icons/svgs/forkKnife.js +8 -0
  34. package/build/icons/svgs/globeAmericasFill.d.ts +1 -0
  35. package/build/icons/svgs/globeAmericasFill.js +8 -0
  36. package/build/icons/svgs/globeAsiaAustraliaFill.d.ts +1 -0
  37. package/build/icons/svgs/globeAsiaAustraliaFill.js +8 -0
  38. package/build/icons/svgs/globeCentralSouthAsiaFill.d.ts +1 -0
  39. package/build/icons/svgs/globeCentralSouthAsiaFill.js +8 -0
  40. package/build/icons/svgs/globeEuropeAfricaFill.d.ts +1 -0
  41. package/build/icons/svgs/globeEuropeAfricaFill.js +8 -0
  42. package/build/icons/svgs/index.d.ts +56 -0
  43. package/build/icons/svgs/index.js +28 -0
  44. package/build/icons/svgs/javascript.d.ts +1 -0
  45. package/build/icons/svgs/javascript.js +8 -0
  46. package/build/icons/svgs/leaf.d.ts +1 -0
  47. package/build/icons/svgs/leaf.js +8 -0
  48. package/build/icons/svgs/leafFill.d.ts +1 -0
  49. package/build/icons/svgs/leafFill.js +8 -0
  50. package/build/icons/svgs/lock.js +1 -1
  51. package/build/icons/svgs/lockFill.js +1 -1
  52. package/build/icons/svgs/measuringCup.d.ts +1 -0
  53. package/build/icons/svgs/measuringCup.js +8 -0
  54. package/build/icons/svgs/measuringCupFill.d.ts +1 -0
  55. package/build/icons/svgs/measuringCupFill.js +8 -0
  56. package/build/icons/svgs/meta.js +1 -1
  57. package/build/icons/svgs/openai.d.ts +1 -0
  58. package/build/icons/svgs/openai.js +8 -0
  59. package/build/icons/svgs/perplexity.d.ts +1 -0
  60. package/build/icons/svgs/perplexity.js +8 -0
  61. package/build/icons/svgs/tux.d.ts +1 -0
  62. package/build/icons/svgs/tux.js +8 -0
  63. package/build/icons/svgs/typescript.d.ts +1 -0
  64. package/build/icons/svgs/typescript.js +8 -0
  65. package/build/icons/svgs/unlock.js +1 -1
  66. package/build/icons/svgs/unlock2.d.ts +1 -0
  67. package/build/icons/svgs/unlock2.js +8 -0
  68. package/build/icons/svgs/unlock2Fill.d.ts +1 -0
  69. package/build/icons/svgs/unlock2Fill.js +8 -0
  70. package/build/icons/svgs/unlockFill.js +1 -1
  71. package/dist/gd-bs-icons.js +1 -1
  72. package/dist/gd-bs-icons.js.LICENSE.txt +362 -246
  73. package/dist/gd-bs-icons.min.js +1 -1
  74. package/dist/gd-bs.d.ts +6 -0
  75. package/dist/gd-bs.js +1 -1
  76. package/dist/gd-bs.js.LICENSE.txt +216 -212
  77. package/dist/gd-bs.min.js +1 -1
  78. package/package.json +18 -18
  79. package/src/components/inputGroup/index.ts +4 -0
  80. package/src/components/inputGroup/types.d.ts +6 -0
  81. package/src/icons/iconTypes.ts +2015 -1987
  82. package/src/icons/index.d.ts +56 -0
  83. package/src/icons/index.ts +2071 -1987
  84. package/src/icons/svgs/anthropic.d.ts +1 -0
  85. package/src/icons/svgs/anthropic.ts +4 -0
  86. package/src/icons/svgs/appleMusic.d.ts +1 -0
  87. package/src/icons/svgs/appleMusic.ts +4 -0
  88. package/src/icons/svgs/batteryLow.d.ts +1 -0
  89. package/src/icons/svgs/batteryLow.ts +4 -0
  90. package/src/icons/svgs/beaker.d.ts +1 -0
  91. package/src/icons/svgs/beaker.ts +4 -0
  92. package/src/icons/svgs/beakerFill.d.ts +1 -0
  93. package/src/icons/svgs/beakerFill.ts +4 -0
  94. package/src/icons/svgs/bluesky.d.ts +1 -0
  95. package/src/icons/svgs/bluesky.ts +4 -0
  96. package/src/icons/svgs/calendar3EventFill.ts +1 -1
  97. package/src/icons/svgs/calendar3RangeFill.ts +1 -1
  98. package/src/icons/svgs/calendar3WeekFill.ts +1 -1
  99. package/src/icons/svgs/claude.d.ts +1 -0
  100. package/src/icons/svgs/claude.ts +4 -0
  101. package/src/icons/svgs/css.d.ts +1 -0
  102. package/src/icons/svgs/css.ts +4 -0
  103. package/src/icons/svgs/flask.d.ts +1 -0
  104. package/src/icons/svgs/flask.ts +4 -0
  105. package/src/icons/svgs/flaskFill.d.ts +1 -0
  106. package/src/icons/svgs/flaskFill.ts +4 -0
  107. package/src/icons/svgs/flaskFlorence.d.ts +1 -0
  108. package/src/icons/svgs/flaskFlorence.ts +4 -0
  109. package/src/icons/svgs/flaskFlorenceFill.d.ts +1 -0
  110. package/src/icons/svgs/flaskFlorenceFill.ts +4 -0
  111. package/src/icons/svgs/forkKnife.d.ts +1 -0
  112. package/src/icons/svgs/forkKnife.ts +4 -0
  113. package/src/icons/svgs/globeAmericasFill.d.ts +1 -0
  114. package/src/icons/svgs/globeAmericasFill.ts +4 -0
  115. package/src/icons/svgs/globeAsiaAustraliaFill.d.ts +1 -0
  116. package/src/icons/svgs/globeAsiaAustraliaFill.ts +4 -0
  117. package/src/icons/svgs/globeCentralSouthAsiaFill.d.ts +1 -0
  118. package/src/icons/svgs/globeCentralSouthAsiaFill.ts +4 -0
  119. package/src/icons/svgs/globeEuropeAfricaFill.d.ts +1 -0
  120. package/src/icons/svgs/globeEuropeAfricaFill.ts +4 -0
  121. package/src/icons/svgs/index.d.ts +56 -0
  122. package/src/icons/svgs/index.ts +28 -0
  123. package/src/icons/svgs/javascript.d.ts +1 -0
  124. package/src/icons/svgs/javascript.ts +4 -0
  125. package/src/icons/svgs/leaf.d.ts +1 -0
  126. package/src/icons/svgs/leaf.ts +4 -0
  127. package/src/icons/svgs/leafFill.d.ts +1 -0
  128. package/src/icons/svgs/leafFill.ts +4 -0
  129. package/src/icons/svgs/lock.ts +1 -1
  130. package/src/icons/svgs/lockFill.ts +1 -1
  131. package/src/icons/svgs/measuringCup.d.ts +1 -0
  132. package/src/icons/svgs/measuringCup.ts +4 -0
  133. package/src/icons/svgs/measuringCupFill.d.ts +1 -0
  134. package/src/icons/svgs/measuringCupFill.ts +4 -0
  135. package/src/icons/svgs/meta.ts +1 -1
  136. package/src/icons/svgs/openai.d.ts +1 -0
  137. package/src/icons/svgs/openai.ts +4 -0
  138. package/src/icons/svgs/perplexity.d.ts +1 -0
  139. package/src/icons/svgs/perplexity.ts +4 -0
  140. package/src/icons/svgs/tux.d.ts +1 -0
  141. package/src/icons/svgs/tux.ts +4 -0
  142. package/src/icons/svgs/typescript.d.ts +1 -0
  143. package/src/icons/svgs/typescript.ts +4 -0
  144. package/src/icons/svgs/unlock.ts +1 -1
  145. package/src/icons/svgs/unlock2.d.ts +1 -0
  146. package/src/icons/svgs/unlock2.ts +4 -0
  147. package/src/icons/svgs/unlock2Fill.d.ts +1 -0
  148. package/src/icons/svgs/unlock2Fill.ts +4 -0
  149. package/src/icons/svgs/unlockFill.ts +1 -1
  150. 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,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.anthropic = void 0;
4
+ var generate_1 = require("../generate");
5
+ function anthropic(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.anthropic = anthropic;
@@ -0,0 +1 @@
1
+ export const appleMusic: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.appleMusic = void 0;
4
+ var generate_1 = require("../generate");
5
+ function appleMusic(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.appleMusic = appleMusic;
@@ -0,0 +1 @@
1
+ export const batteryLow: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.batteryLow = void 0;
4
+ var generate_1 = require("../generate");
5
+ function batteryLow(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.batteryLow = batteryLow;
@@ -0,0 +1 @@
1
+ export const beaker: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.beaker = void 0;
4
+ var generate_1 = require("../generate");
5
+ function beaker(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.beaker = beaker;
@@ -0,0 +1 @@
1
+ export const beakerFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.beakerFill = void 0;
4
+ var generate_1 = require("../generate");
5
+ function beakerFill(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.beakerFill = beakerFill;
@@ -0,0 +1 @@
1
+ export const bluesky: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.bluesky = void 0;
4
+ var generate_1 = require("../generate");
5
+ function bluesky(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.bluesky = bluesky;
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.calendar3EventFill = void 0;
4
4
  var generate_1 = require("../generate");
5
5
  function calendar3EventFill(height, width, className) {
6
- return (0, generate_1.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);
6
+ return (0, generate_1.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);
7
7
  }
8
8
  exports.calendar3EventFill = calendar3EventFill;
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.calendar3RangeFill = void 0;
4
4
  var generate_1 = require("../generate");
5
5
  function calendar3RangeFill(height, width, className) {
6
- return (0, generate_1.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);
6
+ return (0, generate_1.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);
7
7
  }
8
8
  exports.calendar3RangeFill = calendar3RangeFill;
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.calendar3WeekFill = void 0;
4
4
  var generate_1 = require("../generate");
5
5
  function calendar3WeekFill(height, width, className) {
6
- return (0, generate_1.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);
6
+ return (0, generate_1.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);
7
7
  }
8
8
  exports.calendar3WeekFill = calendar3WeekFill;
@@ -0,0 +1 @@
1
+ export const claude: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.claude = void 0;
4
+ var generate_1 = require("../generate");
5
+ function claude(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.claude = claude;
@@ -0,0 +1 @@
1
+ export const css: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.css = void 0;
4
+ var generate_1 = require("../generate");
5
+ function css(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.css = css;
@@ -0,0 +1 @@
1
+ export const flask: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.flask = void 0;
4
+ var generate_1 = require("../generate");
5
+ function flask(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.flask = flask;
@@ -0,0 +1 @@
1
+ export const flaskFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.flaskFill = void 0;
4
+ var generate_1 = require("../generate");
5
+ function flaskFill(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.flaskFill = flaskFill;
@@ -0,0 +1 @@
1
+ export const flaskFlorence: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.flaskFlorence = void 0;
4
+ var generate_1 = require("../generate");
5
+ function flaskFlorence(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.flaskFlorence = flaskFlorence;
@@ -0,0 +1 @@
1
+ export const flaskFlorenceFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.flaskFlorenceFill = void 0;
4
+ var generate_1 = require("../generate");
5
+ function flaskFlorenceFill(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.flaskFlorenceFill = flaskFlorenceFill;
@@ -0,0 +1 @@
1
+ export const forkKnife: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.forkKnife = void 0;
4
+ var generate_1 = require("../generate");
5
+ function forkKnife(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.forkKnife = forkKnife;
@@ -0,0 +1 @@
1
+ export const globeAmericasFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.globeAmericasFill = void 0;
4
+ var generate_1 = require("../generate");
5
+ function globeAmericasFill(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.globeAmericasFill = globeAmericasFill;
@@ -0,0 +1 @@
1
+ export const globeAsiaAustraliaFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.globeAsiaAustraliaFill = void 0;
4
+ var generate_1 = require("../generate");
5
+ function globeAsiaAustraliaFill(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.globeAsiaAustraliaFill = globeAsiaAustraliaFill;
@@ -0,0 +1 @@
1
+ export const globeCentralSouthAsiaFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.globeCentralSouthAsiaFill = void 0;
4
+ var generate_1 = require("../generate");
5
+ function globeCentralSouthAsiaFill(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.globeCentralSouthAsiaFill = globeCentralSouthAsiaFill;
@@ -0,0 +1 @@
1
+ export const globeEuropeAfricaFill: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.globeEuropeAfricaFill = void 0;
4
+ var generate_1 = require("../generate");
5
+ function globeEuropeAfricaFill(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.globeEuropeAfricaFill = globeEuropeAfricaFill;
@@ -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
@@ -77,8 +77,10 @@ __exportStar(require("./amazon"), exports);
77
77
  __exportStar(require("./amd"), exports);
78
78
  __exportStar(require("./android"), exports);
79
79
  __exportStar(require("./android2"), exports);
80
+ __exportStar(require("./anthropic"), exports);
80
81
  __exportStar(require("./appIndicator"), exports);
81
82
  __exportStar(require("./app"), exports);
83
+ __exportStar(require("./appleMusic"), exports);
82
84
  __exportStar(require("./apple"), exports);
83
85
  __exportStar(require("./archiveFill"), exports);
84
86
  __exportStar(require("./archive"), exports);
@@ -232,7 +234,10 @@ __exportStar(require("./basket3"), exports);
232
234
  __exportStar(require("./batteryCharging"), exports);
233
235
  __exportStar(require("./batteryFull"), exports);
234
236
  __exportStar(require("./batteryHalf"), exports);
237
+ __exportStar(require("./batteryLow"), exports);
235
238
  __exportStar(require("./battery"), exports);
239
+ __exportStar(require("./beakerFill"), exports);
240
+ __exportStar(require("./beaker"), exports);
236
241
  __exportStar(require("./behance"), exports);
237
242
  __exportStar(require("./bellFill"), exports);
238
243
  __exportStar(require("./bellSlashFill"), exports);
@@ -246,6 +251,7 @@ __exportStar(require("./binocularsFill"), exports);
246
251
  __exportStar(require("./binoculars"), exports);
247
252
  __exportStar(require("./blockquoteLeft"), exports);
248
253
  __exportStar(require("./blockquoteRight"), exports);
254
+ __exportStar(require("./bluesky"), exports);
249
255
  __exportStar(require("./bluetooth"), exports);
250
256
  __exportStar(require("./bodyText"), exports);
251
257
  __exportStar(require("./bookFill"), exports);
@@ -569,6 +575,7 @@ __exportStar(require("./circleFill"), exports);
569
575
  __exportStar(require("./circleHalf"), exports);
570
576
  __exportStar(require("./circleSquare"), exports);
571
577
  __exportStar(require("./circle"), exports);
578
+ __exportStar(require("./claude"), exports);
572
579
  __exportStar(require("./clipboardCheckFill"), exports);
573
580
  __exportStar(require("./clipboardCheck"), exports);
574
581
  __exportStar(require("./clipboardDataFill"), exports);
@@ -682,6 +689,7 @@ __exportStar(require("./creditCard"), exports);
682
689
  __exportStar(require("./crop"), exports);
683
690
  __exportStar(require("./crosshair"), exports);
684
691
  __exportStar(require("./crosshair2"), exports);
692
+ __exportStar(require("./css"), exports);
685
693
  __exportStar(require("./cupFill"), exports);
686
694
  __exportStar(require("./cupHotFill"), exports);
687
695
  __exportStar(require("./cupHot"), exports);
@@ -1083,6 +1091,10 @@ __exportStar(require("./fingerprint"), exports);
1083
1091
  __exportStar(require("./fire"), exports);
1084
1092
  __exportStar(require("./flagFill"), exports);
1085
1093
  __exportStar(require("./flag"), exports);
1094
+ __exportStar(require("./flaskFill"), exports);
1095
+ __exportStar(require("./flaskFlorenceFill"), exports);
1096
+ __exportStar(require("./flaskFlorence"), exports);
1097
+ __exportStar(require("./flask"), exports);
1086
1098
  __exportStar(require("./floppyFill"), exports);
1087
1099
  __exportStar(require("./floppy"), exports);
1088
1100
  __exportStar(require("./floppy2Fill"), exports);
@@ -1101,6 +1113,7 @@ __exportStar(require("./folder"), exports);
1101
1113
  __exportStar(require("./folder2Open"), exports);
1102
1114
  __exportStar(require("./folder2"), exports);
1103
1115
  __exportStar(require("./fonts"), exports);
1116
+ __exportStar(require("./forkKnife"), exports);
1104
1117
  __exportStar(require("./forwardFill"), exports);
1105
1118
  __exportStar(require("./forward"), exports);
1106
1119
  __exportStar(require("./front"), exports);
@@ -1131,9 +1144,13 @@ __exportStar(require("./gift"), exports);
1131
1144
  __exportStar(require("./git"), exports);
1132
1145
  __exportStar(require("./github"), exports);
1133
1146
  __exportStar(require("./gitlab"), exports);
1147
+ __exportStar(require("./globeAmericasFill"), exports);
1134
1148
  __exportStar(require("./globeAmericas"), exports);
1149
+ __exportStar(require("./globeAsiaAustraliaFill"), exports);
1135
1150
  __exportStar(require("./globeAsiaAustralia"), exports);
1151
+ __exportStar(require("./globeCentralSouthAsiaFill"), exports);
1136
1152
  __exportStar(require("./globeCentralSouthAsia"), exports);
1153
+ __exportStar(require("./globeEuropeAfricaFill"), exports);
1137
1154
  __exportStar(require("./globeEuropeAfrica"), exports);
1138
1155
  __exportStar(require("./globe"), exports);
1139
1156
  __exportStar(require("./globe2"), exports);
@@ -1260,6 +1277,7 @@ __exportStar(require("./inputCursorText"), exports);
1260
1277
  __exportStar(require("./inputCursor"), exports);
1261
1278
  __exportStar(require("./instagram"), exports);
1262
1279
  __exportStar(require("./intersect"), exports);
1280
+ __exportStar(require("./javascript"), exports);
1263
1281
  __exportStar(require("./journalAlbum"), exports);
1264
1282
  __exportStar(require("./journalArrowDown"), exports);
1265
1283
  __exportStar(require("./journalArrowUp"), exports);
@@ -1306,6 +1324,8 @@ __exportStar(require("./layoutTextWindowReverse"), exports);
1306
1324
  __exportStar(require("./layoutTextWindow"), exports);
1307
1325
  __exportStar(require("./layoutThreeColumns"), exports);
1308
1326
  __exportStar(require("./layoutWtf"), exports);
1327
+ __exportStar(require("./leafFill"), exports);
1328
+ __exportStar(require("./leaf"), exports);
1309
1329
  __exportStar(require("./lifePreserver"), exports);
1310
1330
  __exportStar(require("./lightbulbFill"), exports);
1311
1331
  __exportStar(require("./lightbulbOffFill"), exports);
@@ -1348,6 +1368,8 @@ __exportStar(require("./markdown"), exports);
1348
1368
  __exportStar(require("./markerTip"), exports);
1349
1369
  __exportStar(require("./mask"), exports);
1350
1370
  __exportStar(require("./mastodon"), exports);
1371
+ __exportStar(require("./measuringCupFill"), exports);
1372
+ __exportStar(require("./measuringCup"), exports);
1351
1373
  __exportStar(require("./medium"), exports);
1352
1374
  __exportStar(require("./megaphoneFill"), exports);
1353
1375
  __exportStar(require("./megaphone"), exports);
@@ -1407,6 +1429,7 @@ __exportStar(require("./nvme"), exports);
1407
1429
  __exportStar(require("./octagonFill"), exports);
1408
1430
  __exportStar(require("./octagonHalf"), exports);
1409
1431
  __exportStar(require("./octagon"), exports);
1432
+ __exportStar(require("./openai"), exports);
1410
1433
  __exportStar(require("./opencollective"), exports);
1411
1434
  __exportStar(require("./opticalAudioFill"), exports);
1412
1435
  __exportStar(require("./opticalAudio"), exports);
@@ -1463,6 +1486,7 @@ __exportStar(require("./pentagon"), exports);
1463
1486
  __exportStar(require("./peopleFill"), exports);
1464
1487
  __exportStar(require("./people"), exports);
1465
1488
  __exportStar(require("./percent"), exports);
1489
+ __exportStar(require("./perplexity"), exports);
1466
1490
  __exportStar(require("./personAdd"), exports);
1467
1491
  __exportStar(require("./personArmsUp"), exports);
1468
1492
  __exportStar(require("./personBadgeFill"), exports);
@@ -1950,6 +1974,7 @@ __exportStar(require("./truckFrontFill"), exports);
1950
1974
  __exportStar(require("./truckFront"), exports);
1951
1975
  __exportStar(require("./truck"), exports);
1952
1976
  __exportStar(require("./tsunami"), exports);
1977
+ __exportStar(require("./tux"), exports);
1953
1978
  __exportStar(require("./tvFill"), exports);
1954
1979
  __exportStar(require("./tv"), exports);
1955
1980
  __exportStar(require("./twitch"), exports);
@@ -1966,6 +1991,7 @@ __exportStar(require("./typeItalic"), exports);
1966
1991
  __exportStar(require("./typeStrikethrough"), exports);
1967
1992
  __exportStar(require("./typeUnderline"), exports);
1968
1993
  __exportStar(require("./type"), exports);
1994
+ __exportStar(require("./typescript"), exports);
1969
1995
  __exportStar(require("./ubuntu"), exports);
1970
1996
  __exportStar(require("./uiChecksGrid"), exports);
1971
1997
  __exportStar(require("./uiChecks"), exports);
@@ -1980,6 +2006,8 @@ __exportStar(require("./universalAccessCircle"), exports);
1980
2006
  __exportStar(require("./universalAccess"), exports);
1981
2007
  __exportStar(require("./unlockFill"), exports);
1982
2008
  __exportStar(require("./unlock"), exports);
2009
+ __exportStar(require("./unlock2Fill"), exports);
2010
+ __exportStar(require("./unlock2"), exports);
1983
2011
  __exportStar(require("./upcScan"), exports);
1984
2012
  __exportStar(require("./upc"), exports);
1985
2013
  __exportStar(require("./upload"), exports);
@@ -0,0 +1 @@
1
+ export const javascript: (height?:number, width?:number, className?:string) => HTMLElement;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.javascript = void 0;
4
+ var generate_1 = require("../generate");
5
+ function javascript(height, width, className) {
6
+ return (0, generate_1.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);
7
+ }
8
+ exports.javascript = javascript;