@codady/icax 0.0.3 → 0.0.6

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 (312) hide show
  1. package/README.md +600 -0
  2. package/dist/icax.cjs.js +413 -25
  3. package/dist/icax.cjs.min.js +4 -4
  4. package/dist/icax.esm.js +413 -25
  5. package/dist/icax.esm.min.js +4 -4
  6. package/dist/icax.umd.js +413 -25
  7. package/dist/icax.umd.min.js +4 -4
  8. package/package.json +23 -6
  9. package/script-note.js +2 -2
  10. package/src/icax.js +276 -17
  11. package/src/icax.ts +297 -23
  12. package/src/icaxArrowDown.js +3 -0
  13. package/src/icaxArrowDown.ts +14 -0
  14. package/src/icaxArrowDownCircle.js +4 -0
  15. package/src/icaxArrowDownCircle.ts +13 -0
  16. package/src/icaxArrowDownSquare.js +4 -0
  17. package/src/icaxArrowDownSquare.ts +14 -0
  18. package/src/icaxArrowDownSquircle.js +4 -0
  19. package/src/icaxArrowDownSquircle.ts +14 -0
  20. package/src/icaxArrowEnd.js +3 -0
  21. package/src/icaxArrowEnd.ts +12 -0
  22. package/src/icaxArrowEndCircle.js +4 -0
  23. package/src/icaxArrowEndCircle.ts +12 -0
  24. package/src/icaxArrowEndDown.js +3 -0
  25. package/src/icaxArrowEndDown.ts +13 -0
  26. package/src/icaxArrowEndSquare.js +4 -0
  27. package/src/icaxArrowEndSquare.ts +13 -0
  28. package/src/icaxArrowEndSquircle.js +4 -0
  29. package/src/icaxArrowEndSquircle.ts +13 -0
  30. package/src/icaxArrowEndUp.js +3 -0
  31. package/src/icaxArrowEndUp.ts +13 -0
  32. package/src/icaxArrowStart.js +3 -0
  33. package/src/icaxArrowStart.ts +12 -0
  34. package/src/icaxArrowStartCircle.js +4 -0
  35. package/src/icaxArrowStartCircle.ts +12 -0
  36. package/src/icaxArrowStartDown.js +3 -0
  37. package/src/icaxArrowStartDown.ts +12 -0
  38. package/src/icaxArrowStartSquare.js +4 -0
  39. package/src/icaxArrowStartSquare.ts +13 -0
  40. package/src/icaxArrowStartSquircle.js +4 -0
  41. package/src/icaxArrowStartSquircle.ts +13 -0
  42. package/src/icaxArrowStartUp.js +3 -0
  43. package/src/icaxArrowStartUp.ts +13 -0
  44. package/src/icaxArrowUp.js +3 -0
  45. package/src/icaxArrowUp.ts +12 -0
  46. package/src/icaxArrowUpCircle.js +4 -0
  47. package/src/icaxArrowUpCircle.ts +12 -0
  48. package/src/icaxArrowUpSquare.js +4 -0
  49. package/src/icaxArrowUpSquare.ts +14 -0
  50. package/src/icaxArrowUpSquircle.js +4 -0
  51. package/src/icaxArrowUpSquircle.ts +15 -0
  52. package/src/icaxBubble.js +4 -0
  53. package/src/icaxBubble.ts +17 -0
  54. package/src/icaxCheck.js +2 -2
  55. package/src/icaxCheck.ts +5 -3
  56. package/src/icaxCheckCircle.js +4 -0
  57. package/src/icaxCheckCircle.ts +14 -0
  58. package/src/icaxCheckFlower.js +4 -0
  59. package/src/icaxCheckFlower.ts +15 -0
  60. package/src/icaxCheckSquare.js +4 -0
  61. package/src/icaxCheckSquare.ts +14 -0
  62. package/src/icaxCircle.js +3 -2
  63. package/src/icaxCircle.ts +5 -3
  64. package/src/icaxClipboard.js +1 -1
  65. package/src/icaxClipboard.ts +3 -2
  66. package/src/icaxClose.js +2 -2
  67. package/src/icaxClose.ts +3 -3
  68. package/src/icaxCloseCircle.js +4 -0
  69. package/src/icaxCloseCircle.ts +12 -0
  70. package/src/icaxCloseSquare.js +4 -0
  71. package/src/icaxCloseSquare.ts +13 -0
  72. package/src/icaxCode.js +3 -0
  73. package/src/icaxCodeH.js +3 -0
  74. package/src/icaxCodeH.ts +14 -0
  75. package/src/icaxCodeHCircle.js +4 -0
  76. package/src/icaxCodeHCircle.ts +15 -0
  77. package/src/icaxCodeV.js +3 -0
  78. package/src/icaxCodeV.ts +14 -0
  79. package/src/icaxCodeVCircle.js +4 -0
  80. package/src/icaxCodeVCircle.ts +13 -0
  81. package/src/icaxCollapse.js +3 -0
  82. package/src/icaxCollapse.ts +12 -0
  83. package/src/icaxCollapseH.js +3 -0
  84. package/src/icaxCollapseH.ts +13 -0
  85. package/src/icaxCollapseV.js +3 -0
  86. package/src/icaxCollapseV.ts +13 -0
  87. package/src/icaxCompactDown.js +3 -0
  88. package/src/icaxCompactDown.ts +16 -0
  89. package/src/icaxCompactEnd.js +3 -0
  90. package/src/icaxCompactEnd.ts +12 -0
  91. package/src/icaxCompactStart.js +3 -0
  92. package/src/icaxCompactStart.ts +13 -0
  93. package/src/icaxCompactUp.js +3 -0
  94. package/src/icaxCompactUp.ts +16 -0
  95. package/src/icaxCopy.js +1 -1
  96. package/src/icaxCopy.ts +2 -2
  97. package/src/icaxCornerDownEnd.js +3 -0
  98. package/src/icaxCornerDownEnd.ts +13 -0
  99. package/src/icaxCornerDownStart.js +3 -0
  100. package/src/icaxCornerDownStart.ts +13 -0
  101. package/src/icaxCornerEndDown.js +3 -0
  102. package/src/icaxCornerEndDown.ts +14 -0
  103. package/src/icaxCornerEndUp.js +3 -0
  104. package/src/icaxCornerEndUp.ts +14 -0
  105. package/src/icaxCornerStartDown.js +3 -0
  106. package/src/icaxCornerStartDown.ts +14 -0
  107. package/src/icaxCornerStartUp.js +3 -0
  108. package/src/icaxCornerStartUp.ts +14 -0
  109. package/src/icaxCornerUpEnd.js +3 -0
  110. package/src/icaxCornerUpEnd.ts +13 -0
  111. package/src/icaxCornerUpStart.js +3 -0
  112. package/src/icaxCornerUpStart.ts +13 -0
  113. package/src/icaxDivide.js +2 -2
  114. package/src/icaxDivide.ts +3 -3
  115. package/src/icaxDown.js +2 -2
  116. package/src/icaxDown.ts +3 -3
  117. package/src/icaxDownCircle.js +4 -0
  118. package/src/icaxDownCircle.ts +15 -0
  119. package/src/icaxDownSquare.js +4 -0
  120. package/src/icaxDownSquare.ts +12 -0
  121. package/src/icaxDownSquircle.js +4 -0
  122. package/src/icaxDownSquircle.ts +13 -0
  123. package/src/icaxDownload.js +3 -0
  124. package/src/icaxDownload.ts +13 -0
  125. package/src/icaxEnd.js +3 -0
  126. package/src/icaxEnd.ts +11 -0
  127. package/src/icaxEndCircle.js +4 -0
  128. package/src/icaxEndCircle.ts +12 -0
  129. package/src/icaxEndSquare.js +4 -0
  130. package/src/icaxEndSquare.ts +13 -0
  131. package/src/icaxEndSquircle.js +4 -0
  132. package/src/icaxEndSquircle.ts +13 -0
  133. package/src/icaxExpand.js +3 -0
  134. package/src/icaxExpand.ts +13 -0
  135. package/src/icaxExpandH.js +3 -0
  136. package/src/icaxExpandH.ts +14 -0
  137. package/src/icaxExpandV.js +3 -0
  138. package/src/icaxExpandV.ts +13 -0
  139. package/src/icaxFlower.js +4 -0
  140. package/src/icaxFlower.ts +15 -0
  141. package/src/icaxForvward.js +3 -0
  142. package/src/icaxForward.js +3 -0
  143. package/src/icaxForward.ts +16 -0
  144. package/src/icaxInfo.js +3 -0
  145. package/src/icaxInfo.ts +13 -0
  146. package/src/icaxInfoCircle.ts +13 -0
  147. package/src/icaxIssue.js +3 -0
  148. package/src/icaxIssue.ts +13 -0
  149. package/src/icaxIssueCircle.js +4 -0
  150. package/src/icaxIssueCircle.ts +13 -0
  151. package/src/icaxLogin.js +3 -0
  152. package/src/icaxLogin.ts +14 -0
  153. package/src/icaxLogout.js +3 -0
  154. package/src/icaxLogout.ts +14 -0
  155. package/src/icaxLongDown.js +3 -0
  156. package/src/icaxLongDown.ts +13 -0
  157. package/src/icaxLongEnd.js +3 -0
  158. package/src/icaxLongEnd.ts +13 -0
  159. package/src/icaxLongStart.js +3 -0
  160. package/src/icaxLongStart.ts +13 -0
  161. package/src/icaxLongUp.js +3 -0
  162. package/src/icaxLongUp.ts +13 -0
  163. package/src/icaxMinus.js +2 -2
  164. package/src/icaxMinus.ts +3 -3
  165. package/src/icaxMinusCircle.js +4 -0
  166. package/src/icaxMinusCircle.ts +12 -0
  167. package/src/icaxMinusSquare.js +4 -0
  168. package/src/icaxMinusSquare.ts +12 -0
  169. package/src/icaxMute.js +4 -0
  170. package/src/icaxMute.ts +17 -0
  171. package/src/icaxNext.js +3 -0
  172. package/src/icaxNext.ts +16 -0
  173. package/src/icaxPause.js +3 -0
  174. package/src/icaxPause.ts +16 -0
  175. package/src/icaxPauseCircle.js +4 -0
  176. package/src/icaxPauseCircle.ts +14 -0
  177. package/src/icaxPercent.js +2 -2
  178. package/src/icaxPercent.ts +3 -3
  179. package/src/icaxPlay - /345/211/257/346/234/254.js" +3 -0
  180. package/src/icaxPlay.js +3 -0
  181. package/src/icaxPlay.ts +14 -0
  182. package/src/icaxPlayCircle.js +4 -0
  183. package/src/icaxPlayCircle.ts +14 -0
  184. package/src/icaxPlus.js +2 -2
  185. package/src/icaxPlus.ts +3 -3
  186. package/src/icaxPlusCircle.js +4 -0
  187. package/src/icaxPlusCircle.ts +12 -0
  188. package/src/icaxPlusSquare.js +4 -0
  189. package/src/icaxPlusSquare.ts +13 -0
  190. package/src/icaxPrev.js +3 -0
  191. package/src/icaxPrev.ts +16 -0
  192. package/src/icaxRefresh.js +3 -0
  193. package/src/icaxRefresh.ts +13 -0
  194. package/src/icaxRepeat.js +3 -0
  195. package/src/icaxRepeat.ts +16 -0
  196. package/src/icaxRewind.js +3 -0
  197. package/src/icaxRewind.ts +16 -0
  198. package/src/icaxRotateCcw.js +3 -0
  199. package/src/icaxRotateCcw.ts +13 -0
  200. package/src/icaxRotateCw.js +3 -0
  201. package/src/icaxRotateCw.ts +13 -0
  202. package/src/icaxSearch.js +4 -0
  203. package/src/icaxSearch.ts +14 -0
  204. package/src/icaxSearchCircle.js +4 -0
  205. package/src/icaxSearchCircle.ts +15 -0
  206. package/src/icaxSearchSquare.js +4 -0
  207. package/src/icaxSearchSquare.ts +16 -0
  208. package/src/icaxShuffle.js +3 -0
  209. package/src/icaxShuffle.ts +16 -0
  210. package/src/icaxSquare.js +3 -2
  211. package/src/icaxSquare.ts +4 -3
  212. package/src/icaxSquircle.js +4 -0
  213. package/src/icaxSquircle.ts +13 -0
  214. package/src/icaxStart.js +3 -0
  215. package/src/icaxStart.ts +11 -0
  216. package/src/icaxStartCircle.js +4 -0
  217. package/src/icaxStartCircle.ts +12 -0
  218. package/src/icaxStartSqaure.js +4 -0
  219. package/src/icaxStartSqaure.ts +13 -0
  220. package/src/icaxStartSquircle.js +4 -0
  221. package/src/icaxStartSquircle.ts +13 -0
  222. package/src/icaxStopCircle.js +4 -0
  223. package/src/icaxStopCircle.ts +14 -0
  224. package/src/icaxSwapH.js +3 -0
  225. package/src/icaxSwapH.ts +14 -0
  226. package/src/icaxSwapV.js +3 -0
  227. package/src/icaxSwapV.ts +16 -0
  228. package/src/icaxTriangleDown.js +3 -0
  229. package/src/icaxTriangleDown.ts +13 -0
  230. package/src/icaxTriangleDownSquircle.js +4 -0
  231. package/src/icaxTriangleDownSquircle.ts +14 -0
  232. package/src/icaxTriangleEnd.js +3 -0
  233. package/src/icaxTriangleEnd.ts +13 -0
  234. package/src/icaxTriangleEndSquircle.js +4 -0
  235. package/src/icaxTriangleEndSquircle.ts +14 -0
  236. package/src/icaxTriangleStart.js +3 -0
  237. package/src/icaxTriangleStart.ts +13 -0
  238. package/src/icaxTriangleStartSquircle.js +4 -0
  239. package/src/icaxTriangleStartSquircle.ts +14 -0
  240. package/src/icaxTriangleUp.js +3 -0
  241. package/src/icaxTriangleUp.ts +13 -0
  242. package/src/icaxTriangleUpSquircle.js +4 -0
  243. package/src/icaxTriangleUpSquircle.ts +14 -0
  244. package/src/icaxTurnDown.js +3 -0
  245. package/src/icaxTurnDown.ts +13 -0
  246. package/src/icaxTurnEnd.js +3 -0
  247. package/src/icaxTurnEnd.ts +13 -0
  248. package/src/icaxTurnStart.js +3 -0
  249. package/src/icaxTurnStart.ts +13 -0
  250. package/src/icaxTurnUp.js +3 -0
  251. package/src/icaxTurnUp.ts +13 -0
  252. package/src/icaxUp.js +2 -2
  253. package/src/icaxUp.ts +3 -3
  254. package/src/icaxUpCircle.js +5 -0
  255. package/src/icaxUpCircle.ts +13 -0
  256. package/src/icaxUpSquare.js +5 -0
  257. package/src/icaxUpSquare.ts +13 -0
  258. package/src/icaxUpSquircle.js +5 -0
  259. package/src/icaxUpSquircle.ts +14 -0
  260. package/src/icaxUpload.js +3 -0
  261. package/src/icaxUpload.ts +13 -0
  262. package/src/icaxVolume.js +4 -0
  263. package/src/icaxVolume.ts +17 -0
  264. package/src/icaxVolume1.js +4 -0
  265. package/src/icaxVolume1.ts +17 -0
  266. package/src/icaxVolume2.js +4 -0
  267. package/src/icaxVolume2.ts +17 -0
  268. package/src/icaxWarn.js +3 -0
  269. package/src/icaxWarn.ts +13 -0
  270. package/src/icaxWarnCircle.js +3 -0
  271. package/src/icaxWarnCircle.ts +13 -0
  272. package/src/icaxZoomIn.js +4 -0
  273. package/src/icaxZoomIn.ts +14 -0
  274. package/src/icaxZoomOut.js +4 -0
  275. package/src/icaxZoomOut.ts +14 -0
  276. package/src/icaxinfoCircle.js +4 -0
  277. package/src/rtlStyle.js +10 -0
  278. package/src/rtlStyle.ts +10 -0
  279. package/src/shapeBubble.js +2 -0
  280. package/src/shapeBubble.ts +5 -0
  281. package/src/shapeCircle.js +2 -0
  282. package/src/shapeCircle.ts +2 -0
  283. package/src/shapeFlower.js +2 -0
  284. package/src/shapeFlower.ts +5 -0
  285. package/src/shapeSearch.js +2 -0
  286. package/src/shapeSearch.ts +3 -0
  287. package/src/shapeSquare.js +2 -0
  288. package/src/shapeSquare.ts +2 -0
  289. package/src/shapeSquircle.js +2 -0
  290. package/src/shapeSquircle.ts +4 -0
  291. package/src/shapeVolume.js +2 -0
  292. package/src/shapeVolume.ts +7 -0
  293. package/src/wrap.js +7 -6
  294. package/src/wrap.ts +16 -6
  295. package/tsconfig.json +4 -4
  296. package/types/icax.d.ts +3 -1
  297. package/src/icaxClipboard - /345/211/257/346/234/254.js" +0 -3
  298. package/src/icaxClose - /345/211/257/346/234/254.js" +0 -3
  299. package/src/icaxCopy - /345/211/257/346/234/254.js" +0 -3
  300. package/src/icaxDivide - /345/211/257/346/234/254.js" +0 -3
  301. package/src/icaxLeft - /345/211/257/346/234/254.js" +0 -3
  302. package/src/icaxLeft.js +0 -3
  303. package/src/icaxLeft.ts +0 -11
  304. package/src/icaxMinus - /345/211/257/346/234/254.js" +0 -3
  305. package/src/icaxPercent - /345/211/257/346/234/254.js" +0 -3
  306. package/src/icaxPlus - /345/211/257/346/234/254.js" +0 -3
  307. package/src/icaxRight - /345/211/257/346/234/254.js" +0 -3
  308. package/src/icaxRight.js +0 -3
  309. package/src/icaxRight.ts +0 -11
  310. package/src/icaxSquare - /345/211/257/346/234/254.js" +0 -3
  311. package/src/style.js +0 -9
  312. package/src/style.ts +0 -9
package/dist/icax.umd.js CHANGED
@@ -1,10 +1,10 @@
1
1
 
2
2
  /*!
3
- * @since Last modified: 2026-1-7 17:15:20
3
+ * @since Last modified: 2026-1-15 15:18:7
4
4
  * @name Icax event management system.
5
- * @version 0.0.1
5
+ * @version 0.0.6
6
6
  * @author AXUI development team <3217728223@qq.com>
7
- * @description Icax.
7
+ * @description Icax is a lightweight, high-performance SVG icon component system designed for modern web applications.
8
8
  * @see {@link https://icax.axui.cn|Official website}
9
9
  * @see {@link https://github.com/codady/icax/issues|github issues}
10
10
  * @see {@link https://gitee.com/codady/icax/issues|Gitee issues}
@@ -24,7 +24,7 @@
24
24
 
25
25
  const SPACE = ' ';
26
26
 
27
- const trim = (str, placement = '') => {
27
+ const trim = (str, placement = 'compress') => {
28
28
  if (typeof str !== 'string') {
29
29
  console.warn('Expected a string input');
30
30
  return '';
@@ -60,58 +60,446 @@
60
60
  return result.map((k) => trim(k, 'global')).filter(Boolean);
61
61
  };
62
62
 
63
- const style = (name = '') => `
63
+ const rtlStyle = (name = '') => `
64
64
  <style>
65
- :where([dir="rtl"]) .icax-${name},
66
- :where(:dir(rtl)) .icax-${name} {
65
+ :where([dir="rtl"]) .${name},
66
+ :where(:dir(rtl)) .${name} {
67
67
  transform: scaleX(-1);
68
68
  transform-origin: center;
69
69
  }
70
70
  </style>
71
71
  `;
72
72
 
73
+ const toKebabCase = (str, prefix = '', suffix = '') => {
74
+ // Convert camelCase to kebab-case
75
+ const kebabStr = str.replace(/([A-Z])/g, "-$1").toLowerCase();
76
+ // Return the final string with optional prefix and suffix
77
+ return `${prefix}${kebabStr}${suffix}`;
78
+ };
79
+
73
80
  const wrap = (content, fun, isRtl = false, options) => {
74
- const size = options?.size || '1em', color = options?.color || 'currentColor', thickness = options?.thickness || 2, classes = options?.classes ? parseClasses(options.classes).join(' ') : '',
81
+ const size = options?.size || '1em', color = options?.color || 'currentColor', thickness = options?.thickness || 2, linecap = options?.linecap || 'round', linejoin = options?.linejoin || 'round', classes = options?.classes ? parseClasses(options.classes).join(' ') : '',
75
82
  // 得到 "icax-left"
76
- origName = fun.name.replace(/([A-Z])/g, "-$1").toLowerCase();
83
+ origName = toKebabCase(fun.name);
77
84
  return `<svg xmlns="http://www.w3.org/2000/svg" width="${size}" height="${size}" viewBox="0 0 24 24" fill="none" stroke="${color}"
78
- stroke-width="${thickness}" stroke-linecap="round" stroke-linejoin="round" class="${origName} ${classes}">
79
- ${isRtl ? style(origName.split('-')[1]) : ''}
85
+ stroke-width="${thickness}" stroke-linecap="${linecap}" stroke-linejoin="${linejoin}" class="${origName} ${classes}">
86
+ ${isRtl ? rtlStyle(origName) : ''}
80
87
  ${content}
81
88
  </svg>`;
82
89
  };
83
90
 
84
- const icaxCheck = (options) => wrap(`<polyline points="20 6 9 17 4 12"></polyline>`, icaxCheck, false, options);
91
+ const icaxCheck = (options) => wrap(`<polyline points="20 6 9 17 4 12"/>`, icaxCheck, false, options);
92
+
93
+ const shapeCircle = `<circle cx="12" cy="12" r="10"/>`;
94
+
95
+ const icaxCheckCircle = (options) => wrap(`${shapeCircle}<polyline points="8,12 11,15 17,9 "/>`, icaxCheckCircle, false, options);
96
+
97
+ const shapeSquare = `<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>`;
85
98
 
86
- const icaxCircle = (options) => wrap(`<circle cx="12" cy="12" r="10"></circle>`, icaxCircle, false, options);
99
+ const icaxCheckSquare = (options) => wrap(`${shapeSquare}<polyline points="8,12 11,15 17,9 "/>`, icaxCheckSquare, false, options);
100
+
101
+ const icaxCircle = (options) => wrap(shapeCircle, icaxCircle, false, options);
87
102
 
88
103
  const icaxClipboard = (options) => wrap(`<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>`, icaxClipboard, false, options);
89
104
 
90
- const icaxClose = (options) => wrap(`<line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>`, icaxClose, false, options);
105
+ const icaxClose = (options) => wrap(`<line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/>`, icaxClose, false, options);
106
+
107
+ const icaxCloseCircle = (options) => wrap(`${shapeCircle}<line x1="15" y1="9" x2="9" y2="15"/><line x1="9" y1="9" x2="15" y2="15"/>`, icaxCloseCircle, false, options);
108
+
109
+ const icaxCloseSquare = (options) => wrap(`${shapeSquare}<line x1="9" y1="9" x2="15" y2="15"/><line x1="15" y1="9" x2="9" y2="15"/>`, icaxCloseSquare, false, options);
91
110
 
92
111
  const icaxCopy = (options) => wrap(`<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>`, icaxCopy, false, options);
93
112
 
94
- const icaxDown = (options) => wrap(`<polyline points="6 9 12 15 18 9"></polyline>`, icaxDown, false, options);
113
+ const icaxDown = (options) => wrap(`<polyline points="6 9 12 15 18 9"/>`, icaxDown, false, options);
114
+
115
+ const icaxDownCircle = (options) => wrap(`${shapeCircle}<polyline points="8 10 12 14 16 10"/>`, icaxDownCircle, false, options);
116
+
117
+ const icaxDownSquare = (options) => wrap(`${shapeSquare}<polyline points="8 10 12 14 16 10"/>`, icaxDownSquare, false, options);
118
+
119
+ const icaxStart = (options) => wrap(`<polyline points="15 18 9 12 15 6"/>`, icaxStart, true, options);
120
+
121
+ const icaxStartCircle = (options) => wrap(`${shapeCircle}<polyline points="14,8 10,12 14,16"/>`, icaxStartCircle, true, options);
122
+
123
+ const icaxStartSquare = (options) => wrap(`${shapeSquare}<polyline points="14,8 10,12 14,16"/>`, icaxStartSquare, true, options);
124
+
125
+ const icaxMinus = (options) => wrap(`<line x1="5" y1="12" x2="19" y2="12"/>`, icaxMinus, false, options);
126
+
127
+ const icaxMinusCircle = (options) => wrap(`${shapeCircle}<line x1="8" y1="12" x2="16" y2="12"/>`, icaxMinusCircle, false, options);
128
+
129
+ const icaxMinusSquare = (options) => wrap(`${shapeSquare}<line x1="8" y1="12" x2="16" y2="12"/>`, icaxMinusSquare, false, options);
130
+
131
+ const icaxPlus = (options) => wrap(`<line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/>`, icaxPlus, false, options);
132
+
133
+ const icaxPlusCircle = (options) => wrap(`${shapeCircle}<line x1="12" y1="8" x2="12" y2="16"/><line x1="8" y1="12" x2="16" y2="12"/>`, icaxPlusCircle, false, options);
134
+
135
+ const icaxPlusSquare = (options) => wrap(`${shapeSquare}<line x1="12" y1="8" x2="12" y2="16"/><line x1="8" y1="12" x2="16" y2="12"/>`, icaxPlusSquare, false, options);
136
+
137
+ const icaxEnd = (options) => wrap(`<polyline points="9 18 15 12 9 6"/>`, icaxEnd, true, options);
138
+
139
+ const icaxEndCircle = (options) => wrap(`${shapeCircle}<polyline points="10,16 14,12 10,8"/>`, icaxEndCircle, true, options);
140
+
141
+ const icaxEndSquare = (options) => wrap(`${shapeSquare}<polyline points="10,16 14,12 10,8"/>`, icaxEndSquare, true, options);
142
+
143
+ const icaxSquare = (options) => wrap(shapeSquare, icaxSquare, false, options);
144
+
145
+ const icaxUp = (options) => wrap(`<polyline points="18 15 12 9 6 15"/>`, icaxUp, false, options);
146
+
147
+ const icaxUpCircle = (options) => wrap(`${shapeCircle}<polyline points="8 14 12 10 16 14"/>`, icaxUpCircle, false, options);
148
+
149
+ const icaxUpSquare = (options) => wrap(`${shapeSquare}<polyline points="8 14 12 10 16 14"/>`, icaxUpSquare, false, options);
150
+
151
+ const icaxArrowStart = (options) => wrap(`<line x1="19" y1="12" x2="5" y2="12"/><polyline points="12 19 5 12 12 5"/>`, icaxArrowStart, true, options);
152
+
153
+ const icaxArrowStartCircle = (options) => wrap(`${shapeCircle}<polyline points="12 8 8 12 12 16"/><line x1="16" y1="12" x2="8" y2="12"/>`, icaxArrowStartCircle, true, options);
154
+
155
+ const icaxArrowEndSquare = (options) => wrap(`${shapeSquare}<polyline points="12 16 16 12 12 8"/><line x1="8" y1="12" x2="16" y2="12"/>`, icaxArrowEndSquare, true, options);
156
+
157
+ const icaxArrowEndCircle = (options) => wrap(`${shapeCircle}<polyline points="12 16 16 12 12 8"/><line x1="8" y1="12" x2="16" y2="12"/>`, icaxArrowEndCircle, true, options);
158
+
159
+ const icaxArrowEnd = (options) => wrap(`<line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/>`, icaxArrowEnd, true, options);
160
+
161
+ const icaxArrowStartSquare = (options) => wrap(`${shapeSquare}<polyline points="12 8 8 12 12 16"/><line x1="16" y1="12" x2="8" y2="12"/>`, icaxArrowStartSquare, true, options);
162
+
163
+ const icaxArrowUp = (options) => wrap(`<line x1="12" y1="19" x2="12" y2="5"/><polyline points="5 12 12 5 19 12"/>`, icaxArrowUp, false, options);
164
+
165
+ const icaxArrowDownSquare = (options) => wrap(`${shapeSquare}<polyline points="8 12 12 16 16 12"/><line x1="12" y1="8" x2="12" y2="16"/>`, icaxArrowDownSquare, false, options);
166
+
167
+ const icaxArrowDownCircle = (options) => wrap(`${shapeCircle}<polyline points="8 12 12 16 16 12"/><line x1="12" y1="8" x2="12" y2="16"/>`, icaxArrowDownCircle, true, options);
168
+
169
+ const icaxArrowDown = (options) => wrap(`<line x1="12" y1="5" x2="12" y2="19"/><polyline points="19 12 12 19 5 12"/>`, icaxArrowDown, false, options);
170
+
171
+ const icaxArrowUpSquare = (options) => wrap(`${shapeSquare}<polyline points="16 12 12 8 8 12"/><line x1="12" y1="16" x2="12" y2="8"/>`, icaxArrowUpSquare, false, options);
172
+
173
+ const icaxArrowUpCircle = (options) => wrap(`${shapeCircle}<polyline points="16 12 12 8 8 12"/><line x1="12" y1="16" x2="12" y2="8"/>`, icaxArrowUpCircle, true, options);
174
+
175
+ const icaxArrowEndDown = (options) => wrap(`<line x1="7" y1="7" x2="17" y2="17"/><polyline points="17 7 17 17 7 17"/>`, icaxArrowEndDown, true, options);
176
+
177
+ const icaxArrowEndUp = (options) => wrap(`<line x1="7" y1="17" x2="17" y2="7"/><polyline points="7 7 17 7 17 17"/>`, icaxArrowEndUp, true, options);
178
+
179
+ const icaxArrowStartDown = (options) => wrap(`<line x1="17" y1="7" x2="7" y2="17"/><polyline points="17 17 7 17 7 7"/>`, icaxArrowStartDown, true, options);
180
+
181
+ const icaxArrowStartUp = (options) => wrap(`<line x1="17" y1="17" x2="7" y2="7"/><polyline points="7 17 7 7 17 7"/>`, icaxArrowStartUp, true, options);
182
+
183
+ const icaxCornerStartUp = (options) => wrap(`<polyline points="14 9 9 4 4 9"/><path d="M20 20h-7a4 4 0 0 1-4-4V4"></path>`, icaxCornerStartUp, true, options);
184
+
185
+ const icaxCornerStartDown = (options) => wrap(`<polyline points="14 15 9 20 4 15"/><path d="M20 4h-7a4 4 0 0 0-4 4v12"></path>`, icaxCornerStartDown, true, options);
186
+
187
+ const icaxCornerEndUp = (options) => wrap(`<polyline points="10 9 15 4 20 9"/><path d="M4 20h7a4 4 0 0 0 4-4V4"></path>`, icaxCornerEndUp, true, options);
188
+
189
+ const icaxCornerEndDown = (options) => wrap(`<polyline points="10 15 15 20 20 15"/><path d="M4 4h7a4 4 0 0 1 4 4v12"></path>`, icaxCornerEndDown, true, options);
190
+
191
+ const icaxCornerUpStart = (options) => wrap(`<polyline points="9 14 4 9 9 4"/><path d="M20 20v-7a4 4 0 0 0-4-4H4"></path>`, icaxCornerUpStart, true, options);
192
+
193
+ const icaxCornerUpEnd = (options) => wrap(`<polyline points="15 14 20 9 15 4"/><path d="M4 20v-7a4 4 0 0 1 4-4h12"></path>`, icaxCornerUpEnd, true, options);
194
+
195
+ const icaxCornerDownStart = (options) => wrap(`<polyline points="9 10 4 15 9 20"/><path d="M20 4v7a4 4 0 0 1-4 4H4"></path>`, icaxCornerDownStart, true, options);
196
+
197
+ const icaxCornerDownEnd = (options) => wrap(`<polyline points="15 10 20 15 15 20"/><path d="M4 4v7a4 4 0 0 0 4 4h12"></path>`, icaxCornerDownEnd, true, options);
198
+
199
+ const icaxLogout = (options) => wrap(`<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"/><line x1="21" y1="12" x2="9" y2="12"/>`, icaxLogout, true, options);
200
+
201
+ const icaxLogin = (options) => wrap(`<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"/><line x1="15" y1="12" x2="3" y2="12"/>`, icaxLogin, true, options);
202
+
203
+ const icaxExpand = (options) => wrap(`<polyline points="15 3 21 3 21 9"/><polyline points="9 21 3 21 3 15"/><line x1="21" y1="3" x2="14" y2="10"/><line x1="3" y1="21" x2="10" y2="14"/>`, icaxExpand, true, options);
204
+
205
+ const icaxCollapse = (options) => wrap(`<polyline points="4 14 10 14 10 20"/><polyline points="20 10 14 10 14 4"/><line x1="14" y1="10" x2="21" y2="3"/><line x1="3" y1="21" x2="10" y2="14"/>`, icaxCollapse, true, options);
206
+
207
+ const icaxExpandH = (options) => wrap(`<polyline points="17,16 21,12 17,8"/><line x1="14" y1="12" x2="21" y2="12"/><polyline points="7,16 3,12 7,8"/><line x1="10" y1="12" x2="3" y2="12"/>`, icaxExpandH, false, options);
208
+
209
+ const icaxCollapseH = (options) => wrap(`<polyline points="18,16 14,12 18,8"/><line x1="21" y1="12" x2="14" y2="12"/><polyline points="6,16 10,12 6,8"/><line x1="3" y1="12" x2="10" y2="12"/>`, icaxCollapseH, false, options);
210
+
211
+ const icaxCollapseV = (options) => wrap(`<polyline points="8,18 12,14 16,18"/><line x1="12" y1="21" x2="12" y2="14"/><polyline points="8,6 12,10 16,6"/><line x1="12" y1="3" x2="12" y2="10"/>`, icaxCollapseV, false, options);
212
+
213
+ const icaxExpandV = (options) => wrap(`<polyline points="8,17 12,21 16,17 "/><line x1="12" y1="14" x2="12" y2= "20.744"/><polyline points="8,7 12,3 16,7 "/><line x1="12" y1="10" x2="12" y2= "3"/>`, icaxExpandV, false, options);
214
+
215
+ const icaxWarnCircle = (options) => wrap(`<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line>`, icaxWarnCircle, false, options);
216
+
217
+ const icaxWarn = (options) => wrap(`<line x1="12" y1="3" x2="12" y2="16"/><line x1="12" y1="21" x2="12" y2="21"/>`, icaxWarn, false, options);
218
+
219
+ const icaxInfoCircle = (options) => wrap(`${shapeCircle}<line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12" y2="8"/>`, icaxInfoCircle, false, options);
220
+
221
+ const icaxInfo = (options) => wrap(`<line x1="12" y1="21" x2="12" y2="8"/><line x1="12" y1="3" x2="12" y2="3"/>`, icaxInfo, false, options);
222
+
223
+ const icaxIssue = (options) => wrap(`<path d="M5 9c0,-4 4,-6 7,-6 3,0 7,2 7,6 0,4 -7,6.446 -7,6.5l0 1.5"/><line x1="12" y1="21" x2="12" y2="21"/>`, icaxIssue, false, options);
224
+
225
+ const icaxIssueCircle = (options) => wrap(`${shapeCircle}<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line>`, icaxIssueCircle, false, options);
226
+
227
+ const shapeSearch = `<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>`;
228
+
229
+ const icaxSearch = (options) => wrap(shapeSearch, icaxSearch, false, options);
95
230
 
96
- const icaxLeft = (options) => wrap(`<polyline points="15 18 9 12 15 6"></polyline>`, icaxLeft, true, options);
231
+ const icaxZoomIn = (options) => wrap(`${shapeSearch}<line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line>`, icaxZoomIn, false, options);
97
232
 
98
- const icaxRight = (options) => wrap(`<polyline points="9 18 15 12 9 6"></polyline>`, icaxRight, true, options);
233
+ const icaxZoomOut = (options) => wrap(`${shapeSearch}<line x1="8" y1="11" x2="14" y2="11"></line>`, icaxZoomOut, false, options);
99
234
 
100
- const icaxSquare = (options) => wrap(`<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>`, icaxSquare, false, options);
235
+ const icaxPauseCircle = (options) => wrap(`${shapeCircle}<line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line>`, icaxPauseCircle, false, options);
101
236
 
102
- const icaxUp = (options) => wrap(`<polyline points="18 15 12 9 6 15"></polyline>`, icaxUp, false, options);
237
+ const icaxPause = (options) => wrap(`<line x1="7" y1="21" x2="7" y2="3"/><line x1="17" y1="21" x2="17" y2="3"/>`, icaxPause, false, options);
238
+
239
+ const icaxPlayCircle = (options) => wrap(`${shapeCircle}<polygon points="10 8 16 12 10 16 10 8"></polygon>`, icaxPlayCircle, false, options);
240
+
241
+ const icaxPlay = (options) => wrap(`<polygon points="5 3 19 12 5 21 5 3"></polygon>`, icaxPlay, false, options);
242
+
243
+ const shapeVolume = `<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon>`;
244
+
245
+ const icaxStopCircle = (options) => wrap(`${shapeCircle}<rect x="9" y="9" width="6" height="6"></rect>`, icaxStopCircle, false, options);
246
+
247
+ const icaxPrev = (options) => wrap(`<polygon points="19 20 9 12 19 4 19 20"></polygon><line x1="5" y1="19" x2="5" y2="5"></line>`, icaxPrev, false, options);
248
+
249
+ const icaxNext = (options) => wrap(`<polygon points="5 4 15 12 5 20 5 4"></polygon><line x1="19" y1="5" x2="19" y2="19"></line>`, icaxNext, false, options);
250
+
251
+ const icaxForward = (options) => wrap(`<polygon points="13 19 22 12 13 5 13 19"></polygon><polygon points="2 19 11 12 2 5 2 19"></polygon>`, icaxForward, false, options);
252
+
253
+ const icaxRewind = (options) => wrap(`<polygon points="11 19 2 12 11 5 11 19"></polygon><polygon points="22 19 13 12 22 5 22 19"></polygon>`, icaxRewind, false, options);
254
+
255
+ const icaxMute = (options) => wrap(`${shapeVolume}<line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line>`, icaxMute, false, options);
256
+
257
+ const icaxVolume = (options) => wrap(shapeVolume, icaxVolume, false, options);
258
+
259
+ const icaxVolume1 = (options) => wrap(`${shapeVolume}<path d="M15.54 8.46a5 5 0 0 1 0 7.07"></path>`, icaxVolume1, false, options);
260
+
261
+ const icaxVolume2 = (options) => wrap(`${shapeVolume}<path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path>`, icaxVolume2, false, options);
262
+
263
+ const icaxShuffle = (options) => wrap(`<polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line>`, icaxShuffle, false, options);
264
+
265
+ const icaxRepeat = (options) => wrap(`<polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path>`, icaxRepeat, false, options);
266
+
267
+ const icaxDownload = (options) => wrap(`<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line>`, icaxDownload, false, options);
268
+
269
+ const icaxUpload = (options) => wrap(`<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line>`, icaxUpload, false, options);
270
+
271
+ const icaxTriangleStart = (options) => wrap(`<polygon points="15 17 15 7 9 12 15 17"/>`, icaxTriangleStart, false, options);
272
+
273
+ const icaxTriangleDown = (options) => wrap(`<polygon points="7 9 17 9 12 15 7 9"/>`, icaxTriangleDown, false, options);
274
+
275
+ const icaxTriangleUp = (options) => wrap(`<polygon points="7 15 17 15 12 9 7 15"/>`, icaxTriangleUp, false, options);
276
+
277
+ const icaxTriangleEnd = (options) => wrap(`<polygon points="9 17 9 7 15 12 9 17"/>`, icaxTriangleEnd, false, options);
278
+
279
+ const shapeSquircle = `<path d="M20.41,18.01c-.22,1.23-1.18,2.19-2.41,2.41-1.54.28-3.77.59-6.01.59s-4.47-.31-6.01-.59c-1.23-.22-2.19-1.18-2.41-2.41-.28-1.54-.59-3.77-.59-6.01s.31-4.47.59-6.01c.22-1.23,1.18-2.19,2.41-2.41,1.54-.28,3.77-.59,6.01-.59s4.47.31,6.01.59c1.23.22,2.19,1.18,2.41,2.41.28,1.54.59,3.77.59,6.01s-.31,4.47-.59,6.01Z"/>`;
280
+
281
+ const icaxSquircle = (options) => wrap(shapeSquircle, icaxSquircle, false, options);
282
+
283
+ const icaxStartSquircle = (options) => wrap(`${shapeSquircle}<polyline points="14 15 14 9 10 12 14 15"/>`, icaxStartSquircle, true, options);
284
+
285
+ const icaxEndSquircle = (options) => wrap(`${shapeSquircle}<polyline points="10,16 14,12 10,8"/>`, icaxEndSquircle, true, options);
286
+
287
+ const icaxUpSquircle = (options) => wrap(`${shapeSquircle}<polyline points="8 14 12 10 16 14"/>`, icaxUpSquircle, false, options);
288
+
289
+ const icaxDownSquircle = (options) => wrap(`${shapeSquircle}<polyline points="8 10 12 14 16 10"/>`, icaxDownSquircle, false, options);
290
+
291
+ const icaxTriangleStartSquircle = (options) => wrap(`${shapeSquircle}<polygon points="14 9 14 15 10 12 14 9"//>`, icaxTriangleStartSquircle, false, options);
292
+
293
+ const icaxTriangleEndSquircle = (options) => wrap(`${shapeSquircle}<polygon points="10 15 10 9 14 12 10 15"/>`, icaxTriangleEndSquircle, false, options);
294
+
295
+ const icaxTriangleDownSquircle = (options) => wrap(`${shapeSquircle}<polygon points="15 10 9 10 12 14 15 10"/>`, icaxTriangleDownSquircle, false, options);
296
+
297
+ const icaxTriangleUpSquircle = (options) => wrap(`${shapeSquircle}<polygon points="15 14 9 14 12 10 15 14"/>`, icaxTriangleUpSquircle, false, options);
298
+
299
+ const icaxLongStart = (options) => wrap(`<path d="M6,11L1,6M1,6L6,1M1,6h18"/>`, icaxLongStart, true, options);
300
+
301
+ const icaxLongEnd = (options) => wrap(`<path d="M14,11l5-5M19,6L14,1M19,6H1"/>`, icaxLongEnd, true, options);
302
+
303
+ const icaxLongUp = (options) => wrap(`<path d="M11,6L6,1M6,1L1,6M6,1v18"/>`, icaxLongUp, false, options);
304
+
305
+ const icaxLongDown = (options) => wrap(`<path d="M1,14l5,5M6,19l5-5M6,19V1"/`, icaxLongDown, false, options);
306
+
307
+ const icaxSwapH = (options) => wrap(`<path d="M1,13h0l4,4M1,13h18"/><path d="M19,5h0L15,1M19,5H1"/>`, icaxSwapH, false, options);
308
+
309
+ const icaxSwapV = (options) => wrap(`<path d="M13,19h0l4-4M13,19V1"/><path d="M5,1h0L1,5M5,1v18"/>`, icaxSwapV, false, options);
310
+
311
+ const icaxCompactStart = (options) => wrap(`<polyline points="13 21 10 12 13 3"/>`, icaxCompactStart, true, options);
312
+
313
+ const icaxCompactEnd = (options) => wrap(`<polyline points="11 21 14 12 11 3"/>`, icaxCompactEnd, true, options);
314
+
315
+ const icaxCompactDown = (options) => wrap(`<polyline points="3 11 12 14 21 11"/>`, icaxCompactDown, false, options);
316
+
317
+ const icaxCompactUp = (options) => wrap(`<polyline points="3 13 12 10 21 13"/>`, icaxCompactUp, false, options);
318
+
319
+ const icaxTurnStart = (options) => wrap(`<path d="M8,13L3,8M3,8l5-5M3,8h12c3.31,0,6,2.69,6,6s-2.69,6-6,6H3"/>`, icaxTurnStart, true, options);
320
+
321
+ const icaxTurnEnd = (options) => wrap(`<path d="M16,13l5-5M21,8l-5-5M21,8h-12c-3.31,0-6,2.69-6,6s2.69,6,6,6h12"/>`, icaxTurnEnd, true, options);
322
+
323
+ const icaxTurnUp = (options) => wrap(`<path d="M11,8l5-5M16,3l5,5M16,3v12c0,3.31-2.69,6-6,6s-6-2.69-6-6V3"/>`, icaxTurnUp, true, options);
324
+
325
+ const icaxTurnDown = (options) => wrap(`<path d="M11,16l5,5M16,21l5-5M16,21v-12c0-3.31-2.69-6-6-6s-6,2.69-6,6v12"/>`, icaxTurnDown, true, options);
326
+
327
+ const shapeFlower = `<path d="M22,12c0,1.41-.7,2.66-1.77,3.41.23,1.34-.2,2.7-1.16,3.66-.96.96-2.33,1.39-3.66,1.16-.78,1.11-2.05,1.77-3.41,1.77-1.41,0-2.66-.7-3.41-1.77-1.34.23-2.7-.2-3.66-1.16-.96-.96-1.39-2.33-1.16-3.66-1.11-.78-1.77-2.05-1.77-3.41,0-1.41.7-2.66,1.77-3.41-.23-1.34.2-2.7,1.16-3.66.96-.96,2.33-1.39,3.66-1.16.78-1.11,2.05-1.77,3.41-1.77,1.41,0,2.66.7,3.41,1.77,1.34-.23,2.7.2,3.66,1.16.96.96,1.39,2.33,1.16,3.66,1.11.78,1.77,2.05,1.77,3.41Z"/>`;
328
+
329
+ const icaxFlower = (options) => wrap(shapeFlower, icaxFlower, false, options);
330
+
331
+ const icaxCheckFlower = (options) => wrap(`${shapeFlower}<polyline points="8,12 11,15 17,9 "/>`, icaxCheckFlower, false, options);
332
+
333
+ const icaxSearchCircle = (options) => wrap(`${shapeCircle}<circle cx="12" cy="12" r="4"/><line x1="17" y1="17" x2="15" y2="15"/>`, icaxSearchCircle, false, options);
334
+
335
+ const icaxSearchSquare = (options) => wrap(`${shapeSquare}<circle cx="12" cy="12" r="4"/><line x1="17" y1="17" x2="15" y2="15"/>`, icaxSearchSquare, false, options);
336
+
337
+ const shapeBubble = `<path d="M20.59,5.9c-.25-1.17-1.2-2.05-2.37-2.27-1.54-.29-3.88-.63-6.22-.63s-4.68.35-6.22.63c-1.17.22-2.11,1.1-2.37,2.27-.22.98-.41,2.35-.41,4.1s.19,3.12.41,4.1c.25,1.17,1.2,2.05,2.37,2.27.38.07,1.22.2,1.22.2v4.43s4.05-4,5-4c2.34,0,4.68-.35,6.22-.63,1.17-.22,2.11-1.1,2.37-2.27.22-.98.41-2.35.41-4.1s-.19-3.12-.41-4.1Z"/>`;
338
+
339
+ const icaxBubble = (options) => wrap(shapeBubble, icaxBubble, true, options);
340
+
341
+ const icaxRefresh = (options) => wrap(`<polyline points="23 4 23 10 17 10"/><polyline points="1 20 1 14 7 14"/><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path>`, icaxRefresh, true, options);
342
+
343
+ const icaxRotateCw = (options) => wrap(`<polyline points="23 4 23 10 17 10"/><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path>`, icaxRotateCw, false, options);
344
+
345
+ const icaxRotateCcw = (options) => wrap(`<polyline points="1 4 1 10 7 10"/><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path>`, icaxRotateCcw, false, options);
346
+
347
+ const icaxCodeH = (options) => wrap(`<polyline points="13 13 19 7 13 1"/><polyline points="7 1 1 7 7 13"/>`, icaxCodeH, false, options);
348
+
349
+ const icaxCodeHCircle = (options) => wrap(`${shapeCircle}<polyline class="fil0 str0" points="10,9 7,12 10,15 "/><polyline class="fil0 str0" points="14,9 17,12 14,15 "/>`, icaxCodeHCircle, false, options);
350
+
351
+ const icaxCodeV = (options) => wrap(`<polyline points="13 7 7 1 1 7"/><polyline points="1 13 7 19 13 13"/>`, icaxCodeV, false, options);
352
+
353
+ const icaxCodeVCircle = (options) => wrap(`${shapeCircle}<polyline points="9 14 12 17 15 14"/><polyline points="9 10 12 7 15 10"/>`, icaxCodeVCircle, false, options);
103
354
 
104
355
  const icax = {
105
- left: icaxLeft,
106
- right: icaxRight,
356
+ //基本形状(可复用的)
357
+ shape: {
358
+ circle: shapeCircle,
359
+ square: shapeSquare,
360
+ search: shapeSearch,
361
+ volume: shapeVolume,
362
+ squircle: shapeSquircle,
363
+ flower: shapeFlower,
364
+ bubble: shapeBubble,
365
+ },
366
+ //基本形状
367
+ square: icaxSquare,
368
+ circle: icaxCircle,
369
+ squircle: icaxSquircle,
370
+ flower: icaxFlower,
371
+ //指示箭头
372
+ start: icaxStart,
373
+ startCircle: icaxStartCircle,
374
+ startSquare: icaxStartSquare,
375
+ startSquircle: icaxStartSquircle,
376
+ end: icaxEnd,
377
+ endCircle: icaxEndCircle,
378
+ endSquare: icaxEndSquare,
379
+ endSquircle: icaxEndSquircle,
107
380
  up: icaxUp,
381
+ upCircle: icaxUpCircle,
382
+ upSquare: icaxUpSquare,
383
+ upSquircle: icaxUpSquircle,
108
384
  down: icaxDown,
109
- copy: icaxCopy,
110
- clipboard: icaxClipboard,
385
+ downCircle: icaxDownCircle,
386
+ downSquare: icaxDownSquare,
387
+ downSquircle: icaxDownSquircle,
111
388
  close: icaxClose,
389
+ closeCircle: icaxCloseCircle,
390
+ closeSquare: icaxCloseSquare,
112
391
  check: icaxCheck,
113
- square: icaxSquare,
114
- circle: icaxCircle,
392
+ checkCircle: icaxCheckCircle,
393
+ checkSqaure: icaxCheckSquare,
394
+ checkFlower: icaxCheckFlower,
395
+ minus: icaxMinus,
396
+ minusCircle: icaxMinusCircle,
397
+ minusSquare: icaxMinusSquare,
398
+ plus: icaxPlus,
399
+ plusCircle: icaxPlusCircle,
400
+ plusSquare: icaxPlusSquare,
401
+ arrowStart: icaxArrowStart,
402
+ arrowStartCircle: icaxArrowStartCircle,
403
+ arrowStartSquare: icaxArrowStartSquare,
404
+ arrowEnd: icaxArrowEnd,
405
+ arrowEndCircle: icaxArrowEndCircle,
406
+ arrowEndSquare: icaxArrowEndSquare,
407
+ arrowUp: icaxArrowUp,
408
+ arrowUpCircle: icaxArrowUpCircle,
409
+ arrowUpSquare: icaxArrowUpSquare,
410
+ arrowDown: icaxArrowDown,
411
+ arrowDownCircle: icaxArrowDownCircle,
412
+ arrowDownSquare: icaxArrowDownSquare,
413
+ arrowStartUp: icaxArrowStartUp,
414
+ arrowStartDown: icaxArrowStartDown,
415
+ arrowEndUp: icaxArrowEndUp,
416
+ arrowEndDown: icaxArrowEndDown,
417
+ //
418
+ longStart: icaxLongStart,
419
+ longEnd: icaxLongEnd,
420
+ longUp: icaxLongUp,
421
+ longDown: icaxLongDown,
422
+ swapH: icaxSwapH,
423
+ swapV: icaxSwapV,
424
+ //
425
+ compactStart: icaxCompactStart,
426
+ compactEnd: icaxCompactEnd,
427
+ compactDown: icaxCompactDown,
428
+ compactUp: icaxCompactUp,
429
+ //
430
+ turnStart: icaxTurnStart,
431
+ turnEnd: icaxTurnEnd,
432
+ turnUp: icaxTurnUp,
433
+ turnDown: icaxTurnDown,
434
+ //
435
+ cornerStartUp: icaxCornerStartUp,
436
+ cornerStartDown: icaxCornerStartDown,
437
+ cornerEndUp: icaxCornerEndUp,
438
+ cornerEndDown: icaxCornerEndDown,
439
+ cornerUpStart: icaxCornerUpStart,
440
+ cornerUpEnd: icaxCornerUpEnd,
441
+ cornerDownStart: icaxCornerDownStart,
442
+ cornerDownEnd: icaxCornerDownEnd,
443
+ //
444
+ triangleStart: icaxTriangleStart,
445
+ triangleStartSquircle: icaxTriangleStartSquircle,
446
+ triangleEnd: icaxTriangleEnd,
447
+ triangleEndSquircle: icaxTriangleEndSquircle,
448
+ triangleDown: icaxTriangleDown,
449
+ triangleDownSquircle: icaxTriangleDownSquircle,
450
+ triangleUp: icaxTriangleUp,
451
+ triangleUpSquircle: icaxTriangleUpSquircle,
452
+ //
453
+ rotateCw: icaxRotateCw,
454
+ rotateCcw: icaxRotateCcw,
455
+ refresh: icaxRefresh,
456
+ login: icaxLogin,
457
+ logout: icaxLogout,
458
+ //
459
+ upload: icaxUpload,
460
+ download: icaxDownload,
461
+ //展开和折叠
462
+ expand: icaxExpand,
463
+ expandH: icaxExpandH,
464
+ expandV: icaxExpandV,
465
+ collapse: icaxCollapse,
466
+ collapseH: icaxCollapseH,
467
+ collapseV: icaxCollapseV,
468
+ info: icaxInfo,
469
+ infoCircle: icaxInfoCircle,
470
+ warn: icaxWarn,
471
+ warnCircle: icaxWarnCircle,
472
+ issue: icaxIssue,
473
+ issueCircle: icaxIssueCircle,
474
+ codeH: icaxCodeH,
475
+ codeHCircle: icaxCodeHCircle,
476
+ codeV: icaxCodeV,
477
+ codeVCircle: icaxCodeVCircle,
478
+ search: icaxSearch,
479
+ searchCircle: icaxSearchCircle,
480
+ searchSquare: icaxSearchSquare,
481
+ zommIn: icaxZoomIn,
482
+ zoomOut: icaxZoomOut,
483
+ //bubble
484
+ bubble: icaxBubble,
485
+ //音频播放器
486
+ play: icaxPlay,
487
+ playCircle: icaxPlayCircle,
488
+ pause: icaxPause,
489
+ pauseCircle: icaxPauseCircle,
490
+ stopCircle: icaxStopCircle,
491
+ prev: icaxPrev,
492
+ next: icaxNext,
493
+ forward: icaxForward,
494
+ rewind: icaxRewind,
495
+ mute: icaxMute,
496
+ volume: icaxVolume,
497
+ volume1: icaxVolume1,
498
+ volume2: icaxVolume2,
499
+ repeat: icaxRepeat,
500
+ shuffle: icaxShuffle,
501
+ copy: icaxCopy,
502
+ clipboard: icaxClipboard,
115
503
  };
116
504
 
117
505
  return icax;
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * @since Last modified: 2026-1-7 17:15:20
2
+ * @since Last modified: 2026-1-15 15:18:7
3
3
  * @name Icax event management system.
4
- * @version 0.0.1
4
+ * @version 0.0.6
5
5
  * @author AXUI development team <3217728223@qq.com>
6
- * @description Icax.
6
+ * @description Icax is a lightweight, high-performance SVG icon component system designed for modern web applications.
7
7
  * @see {@link https://icax.axui.cn|Official website}
8
8
  * @see {@link https://github.com/codady/icax/issues|github issues}
9
9
  * @see {@link https://gitee.com/codady/icax/issues|Gitee issues}
@@ -12,4 +12,4 @@
12
12
  * @copyright This software supports the MIT License, allowing free learning and commercial use, but please retain the terms 'Icax', 'Icax' and 'COAX' within the software.
13
13
  * @license MIT license
14
14
  */
15
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).icax=t()}(this,function(){"use strict";const trim=(e,t="")=>{if("string"!=typeof e)return"";switch(t){case"start":return e.trimStart();case"end":return e.trimEnd();case"both":return e.trim();case"global":return e.replace(/[\s\r\n]+/g,"");default:return e.trim().replace(/[\s\r\n]+/g," ")}},wrap=(e,t,r=!1,n)=>{const i=n?.size||"1em",l=n?.color||"currentColor",o=n?.thickness||2,s=n?.classes?(e=>{let t,r=[];return Array.isArray(e)?r=e.filter(e=>e&&"string"==typeof e):(t=(e=trim(e)).includes(",")?",":" ",r=e.split(t)),r.map(e=>trim(e,"global")).filter(Boolean)})(n.classes).join(" "):"",c=t.name.replace(/([A-Z])/g,"-$1").toLowerCase();return`<svg xmlns="http://www.w3.org/2000/svg" width="${i}" height="${i}" viewBox="0 0 24 24" fill="none" stroke="${l}"\n stroke-width="${o}" stroke-linecap="round" stroke-linejoin="round" class="${c} ${s}">\n ${r?((e="")=>`\n <style>\n :where([dir="rtl"]) .icax-${e},\n :where(:dir(rtl)) .icax-${e} {\n transform: scaleX(-1);\n transform-origin: center;\n }\n </style>\n`)(c.split("-")[1]):""}\n ${e}\n </svg>`},icaxCheck=e=>wrap('<polyline points="20 6 9 17 4 12"></polyline>',icaxCheck,!1,e),icaxCircle=e=>wrap('<circle cx="12" cy="12" r="10"></circle>',icaxCircle,!1,e),icaxClipboard=e=>wrap('<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>',icaxClipboard,!1,e),icaxClose=e=>wrap('<line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line>',icaxClose,!1,e),icaxCopy=e=>wrap('<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>',icaxCopy,!1,e),icaxDown=e=>wrap('<polyline points="6 9 12 15 18 9"></polyline>',icaxDown,!1,e),icaxLeft=e=>wrap('<polyline points="15 18 9 12 15 6"></polyline>',icaxLeft,!0,e),icaxRight=e=>wrap('<polyline points="9 18 15 12 9 6"></polyline>',icaxRight,!0,e),icaxSquare=e=>wrap('<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>',icaxSquare,!1,e),icaxUp=e=>wrap('<polyline points="18 15 12 9 6 15"></polyline>',icaxUp,!1,e);return{left:icaxLeft,right:icaxRight,up:icaxUp,down:icaxDown,copy:icaxCopy,clipboard:icaxClipboard,close:icaxClose,check:icaxCheck,square:icaxSquare,circle:icaxCircle}});
15
+ !function(n,l){"object"==typeof exports&&"undefined"!=typeof module?module.exports=l():"function"==typeof define&&define.amd?define(l):(n="undefined"!=typeof globalThis?globalThis:n||self).icax=l()}(this,function(){"use strict";const trim=(n,l="compress")=>{if("string"!=typeof n)return"";switch(l){case"start":return n.trimStart();case"end":return n.trimEnd();case"both":return n.trim();case"global":return n.replace(/[\s\r\n]+/g,"");default:return n.trim().replace(/[\s\r\n]+/g," ")}},wrap=(n,l,e=!1,i)=>{const o=i?.size||"1em",p=i?.color||"currentColor",t=i?.thickness||2,y=i?.linecap||"round",r=i?.linejoin||"round",a=i?.classes?(n=>{let l,e=[];return Array.isArray(n)?e=n.filter(n=>n&&"string"==typeof n):(l=(n=trim(n)).includes(",")?",":" ",e=n.split(l)),e.map(n=>trim(n,"global")).filter(Boolean)})(i.classes).join(" "):"",s=((n,l="",e="")=>`${l}${n.replace(/([A-Z])/g,"-$1").toLowerCase()}${e}`)(l.name);return`<svg xmlns="http://www.w3.org/2000/svg" width="${o}" height="${o}" viewBox="0 0 24 24" fill="none" stroke="${p}"\n stroke-width="${t}" stroke-linecap="${y}" stroke-linejoin="${r}" class="${s} ${a}">\n ${e?((n="")=>`\n <style>\n :where([dir="rtl"]) .${n},\n :where(:dir(rtl)) .${n} {\n transform: scaleX(-1);\n transform-origin: center;\n }\n </style>\n`)(s):""}\n ${n}\n </svg>`},icaxCheck=n=>wrap('<polyline points="20 6 9 17 4 12"/>',icaxCheck,!1,n),n='<circle cx="12" cy="12" r="10"/>',icaxCheckCircle=l=>wrap(`${n}<polyline points="8,12 11,15 17,9 "/>`,icaxCheckCircle,!1,l),l='<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>',icaxCheckSquare=n=>wrap(`${l}<polyline points="8,12 11,15 17,9 "/>`,icaxCheckSquare,!1,n),icaxCircle=l=>wrap(n,icaxCircle,!1,l),icaxClipboard=n=>wrap('<path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect>',icaxClipboard,!1,n),icaxClose=n=>wrap('<line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/>',icaxClose,!1,n),icaxCloseCircle=l=>wrap(`${n}<line x1="15" y1="9" x2="9" y2="15"/><line x1="9" y1="9" x2="15" y2="15"/>`,icaxCloseCircle,!1,l),icaxCloseSquare=n=>wrap(`${l}<line x1="9" y1="9" x2="15" y2="15"/><line x1="15" y1="9" x2="9" y2="15"/>`,icaxCloseSquare,!1,n),icaxCopy=n=>wrap('<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>',icaxCopy,!1,n),icaxDown=n=>wrap('<polyline points="6 9 12 15 18 9"/>',icaxDown,!1,n),icaxDownCircle=l=>wrap(`${n}<polyline points="8 10 12 14 16 10"/>`,icaxDownCircle,!1,l),icaxDownSquare=n=>wrap(`${l}<polyline points="8 10 12 14 16 10"/>`,icaxDownSquare,!1,n),icaxStart=n=>wrap('<polyline points="15 18 9 12 15 6"/>',icaxStart,!0,n),icaxStartCircle=l=>wrap(`${n}<polyline points="14,8 10,12 14,16"/>`,icaxStartCircle,!0,l),icaxStartSquare=n=>wrap(`${l}<polyline points="14,8 10,12 14,16"/>`,icaxStartSquare,!0,n),icaxMinus=n=>wrap('<line x1="5" y1="12" x2="19" y2="12"/>',icaxMinus,!1,n),icaxMinusCircle=l=>wrap(`${n}<line x1="8" y1="12" x2="16" y2="12"/>`,icaxMinusCircle,!1,l),icaxMinusSquare=n=>wrap(`${l}<line x1="8" y1="12" x2="16" y2="12"/>`,icaxMinusSquare,!1,n),icaxPlus=n=>wrap('<line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/>',icaxPlus,!1,n),icaxPlusCircle=l=>wrap(`${n}<line x1="12" y1="8" x2="12" y2="16"/><line x1="8" y1="12" x2="16" y2="12"/>`,icaxPlusCircle,!1,l),icaxPlusSquare=n=>wrap(`${l}<line x1="12" y1="8" x2="12" y2="16"/><line x1="8" y1="12" x2="16" y2="12"/>`,icaxPlusSquare,!1,n),icaxEnd=n=>wrap('<polyline points="9 18 15 12 9 6"/>',icaxEnd,!0,n),icaxEndCircle=l=>wrap(`${n}<polyline points="10,16 14,12 10,8"/>`,icaxEndCircle,!0,l),icaxEndSquare=n=>wrap(`${l}<polyline points="10,16 14,12 10,8"/>`,icaxEndSquare,!0,n),icaxSquare=n=>wrap(l,icaxSquare,!1,n),icaxUp=n=>wrap('<polyline points="18 15 12 9 6 15"/>',icaxUp,!1,n),icaxUpCircle=l=>wrap(`${n}<polyline points="8 14 12 10 16 14"/>`,icaxUpCircle,!1,l),icaxUpSquare=n=>wrap(`${l}<polyline points="8 14 12 10 16 14"/>`,icaxUpSquare,!1,n),icaxArrowStart=n=>wrap('<line x1="19" y1="12" x2="5" y2="12"/><polyline points="12 19 5 12 12 5"/>',icaxArrowStart,!0,n),icaxArrowStartCircle=l=>wrap(`${n}<polyline points="12 8 8 12 12 16"/><line x1="16" y1="12" x2="8" y2="12"/>`,icaxArrowStartCircle,!0,l),icaxArrowEndSquare=n=>wrap(`${l}<polyline points="12 16 16 12 12 8"/><line x1="8" y1="12" x2="16" y2="12"/>`,icaxArrowEndSquare,!0,n),icaxArrowEndCircle=l=>wrap(`${n}<polyline points="12 16 16 12 12 8"/><line x1="8" y1="12" x2="16" y2="12"/>`,icaxArrowEndCircle,!0,l),icaxArrowEnd=n=>wrap('<line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/>',icaxArrowEnd,!0,n),icaxArrowStartSquare=n=>wrap(`${l}<polyline points="12 8 8 12 12 16"/><line x1="16" y1="12" x2="8" y2="12"/>`,icaxArrowStartSquare,!0,n),icaxArrowUp=n=>wrap('<line x1="12" y1="19" x2="12" y2="5"/><polyline points="5 12 12 5 19 12"/>',icaxArrowUp,!1,n),icaxArrowDownSquare=n=>wrap(`${l}<polyline points="8 12 12 16 16 12"/><line x1="12" y1="8" x2="12" y2="16"/>`,icaxArrowDownSquare,!1,n),icaxArrowDownCircle=l=>wrap(`${n}<polyline points="8 12 12 16 16 12"/><line x1="12" y1="8" x2="12" y2="16"/>`,icaxArrowDownCircle,!0,l),icaxArrowDown=n=>wrap('<line x1="12" y1="5" x2="12" y2="19"/><polyline points="19 12 12 19 5 12"/>',icaxArrowDown,!1,n),icaxArrowUpSquare=n=>wrap(`${l}<polyline points="16 12 12 8 8 12"/><line x1="12" y1="16" x2="12" y2="8"/>`,icaxArrowUpSquare,!1,n),icaxArrowUpCircle=l=>wrap(`${n}<polyline points="16 12 12 8 8 12"/><line x1="12" y1="16" x2="12" y2="8"/>`,icaxArrowUpCircle,!0,l),icaxArrowEndDown=n=>wrap('<line x1="7" y1="7" x2="17" y2="17"/><polyline points="17 7 17 17 7 17"/>',icaxArrowEndDown,!0,n),icaxArrowEndUp=n=>wrap('<line x1="7" y1="17" x2="17" y2="7"/><polyline points="7 7 17 7 17 17"/>',icaxArrowEndUp,!0,n),icaxArrowStartDown=n=>wrap('<line x1="17" y1="7" x2="7" y2="17"/><polyline points="17 17 7 17 7 7"/>',icaxArrowStartDown,!0,n),icaxArrowStartUp=n=>wrap('<line x1="17" y1="17" x2="7" y2="7"/><polyline points="7 17 7 7 17 7"/>',icaxArrowStartUp,!0,n),icaxCornerStartUp=n=>wrap('<polyline points="14 9 9 4 4 9"/><path d="M20 20h-7a4 4 0 0 1-4-4V4"></path>',icaxCornerStartUp,!0,n),icaxCornerStartDown=n=>wrap('<polyline points="14 15 9 20 4 15"/><path d="M20 4h-7a4 4 0 0 0-4 4v12"></path>',icaxCornerStartDown,!0,n),icaxCornerEndUp=n=>wrap('<polyline points="10 9 15 4 20 9"/><path d="M4 20h7a4 4 0 0 0 4-4V4"></path>',icaxCornerEndUp,!0,n),icaxCornerEndDown=n=>wrap('<polyline points="10 15 15 20 20 15"/><path d="M4 4h7a4 4 0 0 1 4 4v12"></path>',icaxCornerEndDown,!0,n),icaxCornerUpStart=n=>wrap('<polyline points="9 14 4 9 9 4"/><path d="M20 20v-7a4 4 0 0 0-4-4H4"></path>',icaxCornerUpStart,!0,n),icaxCornerUpEnd=n=>wrap('<polyline points="15 14 20 9 15 4"/><path d="M4 20v-7a4 4 0 0 1 4-4h12"></path>',icaxCornerUpEnd,!0,n),icaxCornerDownStart=n=>wrap('<polyline points="9 10 4 15 9 20"/><path d="M20 4v7a4 4 0 0 1-4 4H4"></path>',icaxCornerDownStart,!0,n),icaxCornerDownEnd=n=>wrap('<polyline points="15 10 20 15 15 20"/><path d="M4 4v7a4 4 0 0 0 4 4h12"></path>',icaxCornerDownEnd,!0,n),icaxLogout=n=>wrap('<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"/><line x1="21" y1="12" x2="9" y2="12"/>',icaxLogout,!0,n),icaxLogin=n=>wrap('<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path><polyline points="10 17 15 12 10 7"/><line x1="15" y1="12" x2="3" y2="12"/>',icaxLogin,!0,n),icaxExpand=n=>wrap('<polyline points="15 3 21 3 21 9"/><polyline points="9 21 3 21 3 15"/><line x1="21" y1="3" x2="14" y2="10"/><line x1="3" y1="21" x2="10" y2="14"/>',icaxExpand,!0,n),icaxCollapse=n=>wrap('<polyline points="4 14 10 14 10 20"/><polyline points="20 10 14 10 14 4"/><line x1="14" y1="10" x2="21" y2="3"/><line x1="3" y1="21" x2="10" y2="14"/>',icaxCollapse,!0,n),icaxExpandH=n=>wrap('<polyline points="17,16 21,12 17,8"/><line x1="14" y1="12" x2="21" y2="12"/><polyline points="7,16 3,12 7,8"/><line x1="10" y1="12" x2="3" y2="12"/>',icaxExpandH,!1,n),icaxCollapseH=n=>wrap('<polyline points="18,16 14,12 18,8"/><line x1="21" y1="12" x2="14" y2="12"/><polyline points="6,16 10,12 6,8"/><line x1="3" y1="12" x2="10" y2="12"/>',icaxCollapseH,!1,n),icaxCollapseV=n=>wrap('<polyline points="8,18 12,14 16,18"/><line x1="12" y1="21" x2="12" y2="14"/><polyline points="8,6 12,10 16,6"/><line x1="12" y1="3" x2="12" y2="10"/>',icaxCollapseV,!1,n),icaxExpandV=n=>wrap('<polyline points="8,17 12,21 16,17 "/><line x1="12" y1="14" x2="12" y2= "20.744"/><polyline points="8,7 12,3 16,7 "/><line x1="12" y1="10" x2="12" y2= "3"/>',icaxExpandV,!1,n),icaxWarnCircle=n=>wrap('<path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line>',icaxWarnCircle,!1,n),icaxWarn=n=>wrap('<line x1="12" y1="3" x2="12" y2="16"/><line x1="12" y1="21" x2="12" y2="21"/>',icaxWarn,!1,n),icaxInfoCircle=l=>wrap(`${n}<line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12" y2="8"/>`,icaxInfoCircle,!1,l),icaxInfo=n=>wrap('<line x1="12" y1="21" x2="12" y2="8"/><line x1="12" y1="3" x2="12" y2="3"/>',icaxInfo,!1,n),icaxIssue=n=>wrap('<path d="M5 9c0,-4 4,-6 7,-6 3,0 7,2 7,6 0,4 -7,6.446 -7,6.5l0 1.5"/><line x1="12" y1="21" x2="12" y2="21"/>',icaxIssue,!1,n),icaxIssueCircle=l=>wrap(`${n}<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line>`,icaxIssueCircle,!1,l),e='<circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>',icaxSearch=n=>wrap(e,icaxSearch,!1,n),icaxZoomIn=n=>wrap(`${e}<line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line>`,icaxZoomIn,!1,n),icaxZoomOut=n=>wrap(`${e}<line x1="8" y1="11" x2="14" y2="11"></line>`,icaxZoomOut,!1,n),icaxPauseCircle=l=>wrap(`${n}<line x1="10" y1="15" x2="10" y2="9"></line><line x1="14" y1="15" x2="14" y2="9"></line>`,icaxPauseCircle,!1,l),icaxPause=n=>wrap('<line x1="7" y1="21" x2="7" y2="3"/><line x1="17" y1="21" x2="17" y2="3"/>',icaxPause,!1,n),icaxPlayCircle=l=>wrap(`${n}<polygon points="10 8 16 12 10 16 10 8"></polygon>`,icaxPlayCircle,!1,l),icaxPlay=n=>wrap('<polygon points="5 3 19 12 5 21 5 3"></polygon>',icaxPlay,!1,n),i='<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5"></polygon>',icaxStopCircle=l=>wrap(`${n}<rect x="9" y="9" width="6" height="6"></rect>`,icaxStopCircle,!1,l),icaxPrev=n=>wrap('<polygon points="19 20 9 12 19 4 19 20"></polygon><line x1="5" y1="19" x2="5" y2="5"></line>',icaxPrev,!1,n),icaxNext=n=>wrap('<polygon points="5 4 15 12 5 20 5 4"></polygon><line x1="19" y1="5" x2="19" y2="19"></line>',icaxNext,!1,n),icaxForward=n=>wrap('<polygon points="13 19 22 12 13 5 13 19"></polygon><polygon points="2 19 11 12 2 5 2 19"></polygon>',icaxForward,!1,n),icaxRewind=n=>wrap('<polygon points="11 19 2 12 11 5 11 19"></polygon><polygon points="22 19 13 12 22 5 22 19"></polygon>',icaxRewind,!1,n),icaxMute=n=>wrap(`${i}<line x1="23" y1="9" x2="17" y2="15"></line><line x1="17" y1="9" x2="23" y2="15"></line>`,icaxMute,!1,n),icaxVolume=n=>wrap(i,icaxVolume,!1,n),icaxVolume1=n=>wrap(`${i}<path d="M15.54 8.46a5 5 0 0 1 0 7.07"></path>`,icaxVolume1,!1,n),icaxVolume2=n=>wrap(`${i}<path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"></path>`,icaxVolume2,!1,n),icaxShuffle=n=>wrap('<polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line>',icaxShuffle,!1,n),icaxRepeat=n=>wrap('<polyline points="17 1 21 5 17 9"></polyline><path d="M3 11V9a4 4 0 0 1 4-4h14"></path><polyline points="7 23 3 19 7 15"></polyline><path d="M21 13v2a4 4 0 0 1-4 4H3"></path>',icaxRepeat,!1,n),icaxDownload=n=>wrap('<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line>',icaxDownload,!1,n),icaxUpload=n=>wrap('<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line>',icaxUpload,!1,n),icaxTriangleStart=n=>wrap('<polygon points="15 17 15 7 9 12 15 17"/>',icaxTriangleStart,!1,n),icaxTriangleDown=n=>wrap('<polygon points="7 9 17 9 12 15 7 9"/>',icaxTriangleDown,!1,n),icaxTriangleUp=n=>wrap('<polygon points="7 15 17 15 12 9 7 15"/>',icaxTriangleUp,!1,n),icaxTriangleEnd=n=>wrap('<polygon points="9 17 9 7 15 12 9 17"/>',icaxTriangleEnd,!1,n),o='<path d="M20.41,18.01c-.22,1.23-1.18,2.19-2.41,2.41-1.54.28-3.77.59-6.01.59s-4.47-.31-6.01-.59c-1.23-.22-2.19-1.18-2.41-2.41-.28-1.54-.59-3.77-.59-6.01s.31-4.47.59-6.01c.22-1.23,1.18-2.19,2.41-2.41,1.54-.28,3.77-.59,6.01-.59s4.47.31,6.01.59c1.23.22,2.19,1.18,2.41,2.41.28,1.54.59,3.77.59,6.01s-.31,4.47-.59,6.01Z"/>',icaxSquircle=n=>wrap(o,icaxSquircle,!1,n),icaxStartSquircle=n=>wrap(`${o}<polyline points="14 15 14 9 10 12 14 15"/>`,icaxStartSquircle,!0,n),icaxEndSquircle=n=>wrap(`${o}<polyline points="10,16 14,12 10,8"/>`,icaxEndSquircle,!0,n),icaxUpSquircle=n=>wrap(`${o}<polyline points="8 14 12 10 16 14"/>`,icaxUpSquircle,!1,n),icaxDownSquircle=n=>wrap(`${o}<polyline points="8 10 12 14 16 10"/>`,icaxDownSquircle,!1,n),icaxTriangleStartSquircle=n=>wrap(`${o}<polygon points="14 9 14 15 10 12 14 9"//>`,icaxTriangleStartSquircle,!1,n),icaxTriangleEndSquircle=n=>wrap(`${o}<polygon points="10 15 10 9 14 12 10 15"/>`,icaxTriangleEndSquircle,!1,n),icaxTriangleDownSquircle=n=>wrap(`${o}<polygon points="15 10 9 10 12 14 15 10"/>`,icaxTriangleDownSquircle,!1,n),icaxTriangleUpSquircle=n=>wrap(`${o}<polygon points="15 14 9 14 12 10 15 14"/>`,icaxTriangleUpSquircle,!1,n),icaxLongStart=n=>wrap('<path d="M6,11L1,6M1,6L6,1M1,6h18"/>',icaxLongStart,!0,n),icaxLongEnd=n=>wrap('<path d="M14,11l5-5M19,6L14,1M19,6H1"/>',icaxLongEnd,!0,n),icaxLongUp=n=>wrap('<path d="M11,6L6,1M6,1L1,6M6,1v18"/>',icaxLongUp,!1,n),icaxLongDown=n=>wrap('<path d="M1,14l5,5M6,19l5-5M6,19V1"/',icaxLongDown,!1,n),icaxSwapH=n=>wrap('<path d="M1,13h0l4,4M1,13h18"/><path d="M19,5h0L15,1M19,5H1"/>',icaxSwapH,!1,n),icaxSwapV=n=>wrap('<path d="M13,19h0l4-4M13,19V1"/><path d="M5,1h0L1,5M5,1v18"/>',icaxSwapV,!1,n),icaxCompactStart=n=>wrap('<polyline points="13 21 10 12 13 3"/>',icaxCompactStart,!0,n),icaxCompactEnd=n=>wrap('<polyline points="11 21 14 12 11 3"/>',icaxCompactEnd,!0,n),icaxCompactDown=n=>wrap('<polyline points="3 11 12 14 21 11"/>',icaxCompactDown,!1,n),icaxCompactUp=n=>wrap('<polyline points="3 13 12 10 21 13"/>',icaxCompactUp,!1,n),icaxTurnStart=n=>wrap('<path d="M8,13L3,8M3,8l5-5M3,8h12c3.31,0,6,2.69,6,6s-2.69,6-6,6H3"/>',icaxTurnStart,!0,n),icaxTurnEnd=n=>wrap('<path d="M16,13l5-5M21,8l-5-5M21,8h-12c-3.31,0-6,2.69-6,6s2.69,6,6,6h12"/>',icaxTurnEnd,!0,n),icaxTurnUp=n=>wrap('<path d="M11,8l5-5M16,3l5,5M16,3v12c0,3.31-2.69,6-6,6s-6-2.69-6-6V3"/>',icaxTurnUp,!0,n),icaxTurnDown=n=>wrap('<path d="M11,16l5,5M16,21l5-5M16,21v-12c0-3.31-2.69-6-6-6s-6,2.69-6,6v12"/>',icaxTurnDown,!0,n),p='<path d="M22,12c0,1.41-.7,2.66-1.77,3.41.23,1.34-.2,2.7-1.16,3.66-.96.96-2.33,1.39-3.66,1.16-.78,1.11-2.05,1.77-3.41,1.77-1.41,0-2.66-.7-3.41-1.77-1.34.23-2.7-.2-3.66-1.16-.96-.96-1.39-2.33-1.16-3.66-1.11-.78-1.77-2.05-1.77-3.41,0-1.41.7-2.66,1.77-3.41-.23-1.34.2-2.7,1.16-3.66.96-.96,2.33-1.39,3.66-1.16.78-1.11,2.05-1.77,3.41-1.77,1.41,0,2.66.7,3.41,1.77,1.34-.23,2.7.2,3.66,1.16.96.96,1.39,2.33,1.16,3.66,1.11.78,1.77,2.05,1.77,3.41Z"/>',icaxFlower=n=>wrap(p,icaxFlower,!1,n),icaxCheckFlower=n=>wrap(`${p}<polyline points="8,12 11,15 17,9 "/>`,icaxCheckFlower,!1,n),icaxSearchCircle=l=>wrap(`${n}<circle cx="12" cy="12" r="4"/><line x1="17" y1="17" x2="15" y2="15"/>`,icaxSearchCircle,!1,l),icaxSearchSquare=n=>wrap(`${l}<circle cx="12" cy="12" r="4"/><line x1="17" y1="17" x2="15" y2="15"/>`,icaxSearchSquare,!1,n),t='<path d="M20.59,5.9c-.25-1.17-1.2-2.05-2.37-2.27-1.54-.29-3.88-.63-6.22-.63s-4.68.35-6.22.63c-1.17.22-2.11,1.1-2.37,2.27-.22.98-.41,2.35-.41,4.1s.19,3.12.41,4.1c.25,1.17,1.2,2.05,2.37,2.27.38.07,1.22.2,1.22.2v4.43s4.05-4,5-4c2.34,0,4.68-.35,6.22-.63,1.17-.22,2.11-1.1,2.37-2.27.22-.98.41-2.35.41-4.1s-.19-3.12-.41-4.1Z"/>',icaxBubble=n=>wrap(t,icaxBubble,!0,n),icaxRefresh=n=>wrap('<polyline points="23 4 23 10 17 10"/><polyline points="1 20 1 14 7 14"/><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path>',icaxRefresh,!0,n),icaxRotateCw=n=>wrap('<polyline points="23 4 23 10 17 10"/><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path>',icaxRotateCw,!1,n),icaxRotateCcw=n=>wrap('<polyline points="1 4 1 10 7 10"/><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"></path>',icaxRotateCcw,!1,n),icaxCodeH=n=>wrap('<polyline points="13 13 19 7 13 1"/><polyline points="7 1 1 7 7 13"/>',icaxCodeH,!1,n),icaxCodeHCircle=l=>wrap(`${n}<polyline class="fil0 str0" points="10,9 7,12 10,15 "/><polyline class="fil0 str0" points="14,9 17,12 14,15 "/>`,icaxCodeHCircle,!1,l),icaxCodeV=n=>wrap('<polyline points="13 7 7 1 1 7"/><polyline points="1 13 7 19 13 13"/>',icaxCodeV,!1,n),icaxCodeVCircle=l=>wrap(`${n}<polyline points="9 14 12 17 15 14"/><polyline points="9 10 12 7 15 10"/>`,icaxCodeVCircle,!1,l);return{shape:{circle:n,square:l,search:e,volume:i,squircle:o,flower:p,bubble:t},square:icaxSquare,circle:icaxCircle,squircle:icaxSquircle,flower:icaxFlower,start:icaxStart,startCircle:icaxStartCircle,startSquare:icaxStartSquare,startSquircle:icaxStartSquircle,end:icaxEnd,endCircle:icaxEndCircle,endSquare:icaxEndSquare,endSquircle:icaxEndSquircle,up:icaxUp,upCircle:icaxUpCircle,upSquare:icaxUpSquare,upSquircle:icaxUpSquircle,down:icaxDown,downCircle:icaxDownCircle,downSquare:icaxDownSquare,downSquircle:icaxDownSquircle,close:icaxClose,closeCircle:icaxCloseCircle,closeSquare:icaxCloseSquare,check:icaxCheck,checkCircle:icaxCheckCircle,checkSqaure:icaxCheckSquare,checkFlower:icaxCheckFlower,minus:icaxMinus,minusCircle:icaxMinusCircle,minusSquare:icaxMinusSquare,plus:icaxPlus,plusCircle:icaxPlusCircle,plusSquare:icaxPlusSquare,arrowStart:icaxArrowStart,arrowStartCircle:icaxArrowStartCircle,arrowStartSquare:icaxArrowStartSquare,arrowEnd:icaxArrowEnd,arrowEndCircle:icaxArrowEndCircle,arrowEndSquare:icaxArrowEndSquare,arrowUp:icaxArrowUp,arrowUpCircle:icaxArrowUpCircle,arrowUpSquare:icaxArrowUpSquare,arrowDown:icaxArrowDown,arrowDownCircle:icaxArrowDownCircle,arrowDownSquare:icaxArrowDownSquare,arrowStartUp:icaxArrowStartUp,arrowStartDown:icaxArrowStartDown,arrowEndUp:icaxArrowEndUp,arrowEndDown:icaxArrowEndDown,longStart:icaxLongStart,longEnd:icaxLongEnd,longUp:icaxLongUp,longDown:icaxLongDown,swapH:icaxSwapH,swapV:icaxSwapV,compactStart:icaxCompactStart,compactEnd:icaxCompactEnd,compactDown:icaxCompactDown,compactUp:icaxCompactUp,turnStart:icaxTurnStart,turnEnd:icaxTurnEnd,turnUp:icaxTurnUp,turnDown:icaxTurnDown,cornerStartUp:icaxCornerStartUp,cornerStartDown:icaxCornerStartDown,cornerEndUp:icaxCornerEndUp,cornerEndDown:icaxCornerEndDown,cornerUpStart:icaxCornerUpStart,cornerUpEnd:icaxCornerUpEnd,cornerDownStart:icaxCornerDownStart,cornerDownEnd:icaxCornerDownEnd,triangleStart:icaxTriangleStart,triangleStartSquircle:icaxTriangleStartSquircle,triangleEnd:icaxTriangleEnd,triangleEndSquircle:icaxTriangleEndSquircle,triangleDown:icaxTriangleDown,triangleDownSquircle:icaxTriangleDownSquircle,triangleUp:icaxTriangleUp,triangleUpSquircle:icaxTriangleUpSquircle,rotateCw:icaxRotateCw,rotateCcw:icaxRotateCcw,refresh:icaxRefresh,login:icaxLogin,logout:icaxLogout,upload:icaxUpload,download:icaxDownload,expand:icaxExpand,expandH:icaxExpandH,expandV:icaxExpandV,collapse:icaxCollapse,collapseH:icaxCollapseH,collapseV:icaxCollapseV,info:icaxInfo,infoCircle:icaxInfoCircle,warn:icaxWarn,warnCircle:icaxWarnCircle,issue:icaxIssue,issueCircle:icaxIssueCircle,codeH:icaxCodeH,codeHCircle:icaxCodeHCircle,codeV:icaxCodeV,codeVCircle:icaxCodeVCircle,search:icaxSearch,searchCircle:icaxSearchCircle,searchSquare:icaxSearchSquare,zommIn:icaxZoomIn,zoomOut:icaxZoomOut,bubble:icaxBubble,play:icaxPlay,playCircle:icaxPlayCircle,pause:icaxPause,pauseCircle:icaxPauseCircle,stopCircle:icaxStopCircle,prev:icaxPrev,next:icaxNext,forward:icaxForward,rewind:icaxRewind,mute:icaxMute,volume:icaxVolume,volume1:icaxVolume1,volume2:icaxVolume2,repeat:icaxRepeat,shuffle:icaxShuffle,copy:icaxCopy,clipboard:icaxClipboard}});