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