@xsolla/xui-icons-base 0.202.4 → 0.204.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icon_book--line.svg +5 -0
- package/assets/icon_book--solid.svg +5 -0
- package/assets/icon_diamond-square--line.svg +5 -0
- package/assets/icon_diamond-square--solid.svg +5 -0
- package/assets/icon_equal--line.svg +5 -0
- package/assets/icon_hashtag--line.svg +5 -0
- package/assets/icon_less--line.svg +5 -0
- package/assets/icon_less-or-equal--line.svg +5 -0
- package/assets/icon_more--line.svg +5 -0
- package/assets/icon_more-or-equal--line.svg +5 -0
- package/assets/icon_not-equal--line.svg +5 -0
- package/assets/icon_restart--line.svg +5 -0
- package/assets/icon_restart--solid.svg +5 -0
- package/assets/icon_virtual-currency--line.svg +5 -0
- package/assets/icon_virtual-currency--solid.svg +5 -0
- package/native/controls.d.mts +17 -1
- package/native/controls.d.ts +17 -1
- package/native/controls.js +203 -139
- package/native/controls.js.map +1 -1
- package/native/controls.mjs +195 -139
- package/native/controls.mjs.map +1 -1
- package/native/files-folders.d.mts +3 -1
- package/native/files-folders.d.ts +3 -1
- package/native/files-folders.js +471 -463
- package/native/files-folders.js.map +1 -1
- package/native/files-folders.mjs +470 -463
- package/native/files-folders.mjs.map +1 -1
- package/native/finance-payment.d.mts +5 -1
- package/native/finance-payment.d.ts +5 -1
- package/native/finance-payment.js +35 -19
- package/native/finance-payment.js.map +1 -1
- package/native/finance-payment.mjs +33 -19
- package/native/finance-payment.mjs.map +1 -1
- package/native/index.d.mts +3 -3
- package/native/index.d.ts +3 -3
- package/native/index.js +2383 -2295
- package/native/index.js.map +1 -1
- package/native/index.mjs +2372 -2295
- package/native/index.mjs.map +1 -1
- package/package.json +1 -1
- package/web/controls.d.mts +17 -1
- package/web/controls.d.ts +17 -1
- package/web/controls.js +203 -139
- package/web/controls.js.map +1 -1
- package/web/controls.mjs +195 -139
- package/web/controls.mjs.map +1 -1
- package/web/files-folders.d.mts +3 -1
- package/web/files-folders.d.ts +3 -1
- package/web/files-folders.js +471 -463
- package/web/files-folders.js.map +1 -1
- package/web/files-folders.mjs +470 -463
- package/web/files-folders.mjs.map +1 -1
- package/web/finance-payment.d.mts +5 -1
- package/web/finance-payment.d.ts +5 -1
- package/web/finance-payment.js +35 -19
- package/web/finance-payment.js.map +1 -1
- package/web/finance-payment.mjs +33 -19
- package/web/finance-payment.mjs.map +1 -1
- package/web/index.d.mts +3 -3
- package/web/index.d.ts +3 -3
- package/web/index.js +2383 -2295
- package/web/index.js.map +1 -1
- package/web/index.mjs +2372 -2295
- package/web/index.mjs.map +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_book--line">
|
|
3
|
+
<path id="Union" d="M44 37.0019C44 37.5542 43.5543 38.0012 43.0021 38.0106C36.7951 38.1166 28.3298 39.198 24.6774 41.51C24.2681 41.7691 23.7319 41.7691 23.3226 41.51C19.6702 39.198 11.2049 38.1166 4.99787 38.0106C4.44567 38.0012 4 37.5542 4 37.0019V7.00404C4 6.4509 4.44904 6.00284 5.00217 6.00404L6.69922 6.00772C12.8053 6.07083 19.0274 6.6311 23.5098 10.9179C23.6757 11.0766 23.8389 11.241 24 11.4101C24.1611 11.241 24.3243 11.0766 24.4902 10.9179C28.9726 6.6311 35.1947 6.07083 41.3008 6.00772C41.8694 6.00185 42.4371 6.00025 43.0023 6.00037C43.5537 6.00049 44 6.44821 44 6.99961V37.0019ZM8 34.0214C11.1507 34.0697 14.3299 34.2379 17.2832 34.8281C18.6896 35.1092 20.0796 35.491 21.4258 36.0117C21.6181 36.0861 21.8095 36.1639 22 36.2441V15.2362C19.105 11.3627 14.7675 10.3374 9.14258 10.0819C8.76743 10.0649 8.38655 10.0517 8 10.0409V34.0214ZM38.8574 10.0819C33.2325 10.3374 28.895 11.3627 26 15.2362V36.2441C26.1905 36.1639 26.3819 36.0861 26.5742 36.0117C27.9204 35.491 29.3104 35.1092 30.7168 34.8281C33.6701 34.2379 36.8493 34.0697 40 34.0214V10.0409C39.6134 10.0517 39.2326 10.0649 38.8574 10.0819Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_book--solid">
|
|
3
|
+
<path id="Union" d="M6.69922 6.00782C12.1467 6.06411 17.6856 6.51747 22 9.65821V40.8145C17.8924 38.9803 10.5441 38.1045 4.99805 38.0098C4.44585 38.0003 4 37.5542 4 37.002V7.00391C4.00014 6.45097 4.44901 6.00283 5.00195 6.00391L6.69922 6.00782ZM43.002 6.00001C43.5534 6.00013 44 6.4486 44 7.00001V37.002C44 37.5542 43.5542 38.0003 43.002 38.0098C37.4559 38.1045 30.1076 38.9803 26 40.8145V9.65821C30.3144 6.51747 35.8533 6.06411 41.3008 6.00782C41.8693 6.00194 42.4369 5.99988 43.002 6.00001Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_diamond-square--line">
|
|
3
|
+
<path id="Union" d="M43 4C43.5523 4 44 4.44772 44 5V43C44 43.5523 43.5523 44 43 44H5C4.44772 44 4 43.5523 4 43V5C4 4.44772 4.44772 4 5 4H43ZM8 40H40V8H8V40ZM32.5352 13.5C32.8695 13.5 33.1817 13.6671 33.3672 13.9453L38.0996 21.0449C38.3557 21.4289 38.3168 21.9381 38.0039 22.2773L24.7344 36.6523C24.3384 37.0813 23.6616 37.0813 23.2656 36.6523L9.99609 22.2773C9.68322 21.9381 9.64434 21.4289 9.90039 21.0449L14.6328 13.9453C14.8183 13.6671 15.1305 13.5 15.4648 13.5H32.5352ZM14.5352 21.2988L24 31.5508L33.4629 21.2988L30.9297 17.5H17.0703L14.5352 21.2988Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_diamond-square--solid">
|
|
3
|
+
<path id="Union" d="M43 4C43.5523 4 44 4.44772 44 5V43C44 43.5523 43.5523 44 43 44H5C4.44772 44 4 43.5523 4 43V5C4 4.44772 4.44772 4 5 4H43ZM15.4648 13.5C15.1305 13.5 14.8183 13.6671 14.6328 13.9453L9.90039 21.0449C9.64434 21.4289 9.68322 21.9381 9.99609 22.2773L23.2656 36.6523C23.6616 37.0813 24.3384 37.0813 24.7344 36.6523L38.0039 22.2773C38.3168 21.9381 38.3557 21.4289 38.0996 21.0449L33.3672 13.9453C33.1817 13.6671 32.8695 13.5 32.5352 13.5H15.4648ZM30.9297 17.5L33.4629 21.2988L24 31.5508L14.5352 21.2988L17.0703 17.5H30.9297Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_hashtag--line">
|
|
3
|
+
<path id="Union" d="M23.2227 16H29.2227L32 6H36L33.2227 16H40L39 20H32.1113L29.8887 28H37L36 32H28.7773L26 42H22L24.7773 32H18.7773L16 42H12L14.7773 32H8L9 28H15.8887L18.1113 20H11L12 16H19.2227L22 6H26L23.2227 16ZM22.1113 20L19.8887 28H25.8887L28.1113 20H22.1113Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_less--line">
|
|
3
|
+
<path id="Union" d="M36 14L16.3633 23L36 32V36L12.5833 25.2674C12.2279 25.1045 12 24.7493 12 24.3583V21.6417C12 21.2507 12.2279 20.8955 12.5833 20.7326L36 10V14Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_less-or-equal--line">
|
|
3
|
+
<path id="Union" d="M37 40H12V36H37V40ZM36 10L16.3633 19L36 28V32L12.5833 21.2674C12.2279 21.1045 12 20.7493 12 20.3583V17.6417C12 17.2507 12.2279 16.8955 12.5833 16.7326L36 6V10Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_more--line">
|
|
3
|
+
<path id="Union" d="M35.4167 20.7326C35.7721 20.8955 36 21.2507 36 21.6417V24.3583C36 24.7493 35.7721 25.1045 35.4167 25.2674L12 36V32L31.6348 23L12 14V10L35.4167 20.7326Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_more-or-equal--line">
|
|
3
|
+
<path id="Union" d="M37 40H12V36H37V40ZM36.4167 16.7326C36.7721 16.8955 37 17.2507 37 17.6417V20.3583C37 20.7493 36.7721 21.1045 36.4167 21.2674L13 32V28L32.6348 19L13 10V6L36.4167 16.7326Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_not-equal--line">
|
|
3
|
+
<path id="Union" d="M29.8008 15.5H36V19.5H27.8809L24.5195 26.5H36V30.5H22.5996L19 38H14.5996L18.1992 30.5H12V26.5H20.1191L23.4805 19.5H12V15.5H25.4004L29 8H33.4004L29.8008 15.5Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_restart--line">
|
|
3
|
+
<path id="Union" d="M37.5569 9.30078C34.3653 6.35832 30.2959 4.52861 25.9612 4.10156C21.3564 3.64802 16.7363 4.80627 12.889 7.37695C9.04201 9.94746 6.20488 13.7718 4.86161 18.1992C3.51844 22.6271 3.75106 27.3853 5.52177 31.6602C7.2925 35.9349 10.4919 39.4634 14.5726 41.6445C18.6532 43.8256 23.3645 44.5238 27.9026 43.6211C32.4406 42.7183 36.5259 40.27 39.4612 36.6934C41.5399 34.1603 42.9475 31.1715 43.594 28H43.5999C43.8623 26.7075 44.0003 25.3699 44.0003 24H40.0003C40.0003 25.3812 39.8254 26.7215 39.4964 28H39.4925C38.9151 30.2394 37.8568 32.3438 36.3694 34.1563C34.0211 37.0177 30.7519 38.9771 27.1214 39.6992C23.491 40.4212 19.7218 39.8621 16.4573 38.1172C13.193 36.3723 10.6356 33.5486 9.21904 30.1289C7.80246 26.709 7.6152 22.9036 8.68974 19.3613C9.76429 15.8191 12.0338 12.7597 15.1116 10.7031C18.1895 8.64658 21.8848 7.7192 25.5686 8.08203C28.9691 8.41695 32.1653 9.8313 34.6956 12.1055H29.0706V16.1055H40.5569C41.1092 16.1055 41.5569 15.6578 41.5569 15.1055V3.62109H37.5569V9.30078Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_restart--solid">
|
|
3
|
+
<path id="Union" d="M24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4ZM36 12V22H26V18H29.2871C27.8774 16.7556 26.0264 16 23.998 16C19.5798 16 15.998 19.5817 15.998 24C15.998 28.4183 19.5798 32 23.998 32C26.2072 32 28.2066 31.104 29.6543 29.6562L32.4824 32.4844C30.3108 34.6559 27.3118 36 23.998 36C17.3706 36 11.998 30.6274 11.998 24C11.998 17.3726 17.3706 12 23.998 12C27.073 12 29.8773 13.1565 32 15.0586V12H36Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_virtual-currency--line">
|
|
3
|
+
<path id="Union" d="M24 4C35.0457 4 44 12.9543 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM24 8C15.1634 8 8 15.1634 8 24C8 32.8366 15.1634 40 24 40C32.8366 40 40 32.8366 40 24C40 15.1634 32.8366 8 24 8ZM23.4492 13.2656C23.7821 13.0456 24.2198 13.0456 24.5527 13.2656L24.707 13.3926L34.6074 23.293C34.9491 23.6347 34.9926 24.1627 34.7363 24.5508L34.6074 24.707L24.707 34.6074C24.3165 34.9971 23.6832 34.9976 23.293 34.6074L13.3945 24.707L13.2656 24.5508C13.0458 24.218 13.0458 23.782 13.2656 23.4492L13.3945 23.293L23.293 13.3926L23.4492 13.2656ZM18.3438 24L24 29.6562L29.6582 24L24 18.3438L18.3438 24Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_virtual-currency--solid">
|
|
3
|
+
<path id="Union" d="M24 4C35.0457 4 44 12.9543 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM24.5527 13.2656C24.2198 13.0456 23.7821 13.0456 23.4492 13.2656L23.293 13.3926L13.3945 23.293L13.2656 23.4492C13.0458 23.782 13.0458 24.218 13.2656 24.5508L13.3945 24.707L23.293 34.6074C23.6832 34.9976 24.3165 34.9971 24.707 34.6074L34.6074 24.707L34.7363 24.5508C34.9926 24.1627 34.9491 23.6347 34.6074 23.293L24.707 13.3926L24.5527 13.2656ZM29.6582 24L24 29.6562L18.3438 24L24 18.3438L29.6582 24Z" fill="black"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
package/native/controls.d.mts
CHANGED
|
@@ -80,6 +80,8 @@ declare const Dot: React.FC<BaseIconProps>;
|
|
|
80
80
|
|
|
81
81
|
declare const Drag: React.FC<BaseIconProps>;
|
|
82
82
|
|
|
83
|
+
declare const Equal: React.FC<BaseIconProps>;
|
|
84
|
+
|
|
83
85
|
declare const ExclamationMarkCr: React.FC<BaseIconProps>;
|
|
84
86
|
|
|
85
87
|
declare const ExclamationMarkSq: React.FC<BaseIconProps>;
|
|
@@ -94,10 +96,16 @@ declare const Fitscreen: React.FC<BaseIconProps>;
|
|
|
94
96
|
|
|
95
97
|
declare const Fullscreen: React.FC<BaseIconProps>;
|
|
96
98
|
|
|
99
|
+
declare const Hashtag: React.FC<BaseIconProps>;
|
|
100
|
+
|
|
97
101
|
declare const InfoCr: React.FC<BaseIconProps>;
|
|
98
102
|
|
|
99
103
|
declare const InfoSq: React.FC<BaseIconProps>;
|
|
100
104
|
|
|
105
|
+
declare const Less: React.FC<BaseIconProps>;
|
|
106
|
+
|
|
107
|
+
declare const LessOrEqual: React.FC<BaseIconProps>;
|
|
108
|
+
|
|
101
109
|
declare const Menu: React.FC<BaseIconProps>;
|
|
102
110
|
|
|
103
111
|
declare const Minus: React.FC<BaseIconProps>;
|
|
@@ -106,14 +114,20 @@ declare const MinusCr: React.FC<BaseIconProps>;
|
|
|
106
114
|
|
|
107
115
|
declare const MinusSq: React.FC<BaseIconProps>;
|
|
108
116
|
|
|
117
|
+
declare const More: React.FC<BaseIconProps>;
|
|
118
|
+
|
|
109
119
|
declare const MoreCr: React.FC<BaseIconProps>;
|
|
110
120
|
|
|
111
121
|
declare const MoreHr: React.FC<BaseIconProps>;
|
|
112
122
|
|
|
123
|
+
declare const MoreOrEqual: React.FC<BaseIconProps>;
|
|
124
|
+
|
|
113
125
|
declare const MoreSq: React.FC<BaseIconProps>;
|
|
114
126
|
|
|
115
127
|
declare const MoreVr: React.FC<BaseIconProps>;
|
|
116
128
|
|
|
129
|
+
declare const NotEqual: React.FC<BaseIconProps>;
|
|
130
|
+
|
|
117
131
|
declare const Paperclip: React.FC<BaseIconProps>;
|
|
118
132
|
|
|
119
133
|
declare const Plus: React.FC<BaseIconProps>;
|
|
@@ -138,6 +152,8 @@ declare const RemoveSq: React.FC<BaseIconProps>;
|
|
|
138
152
|
|
|
139
153
|
declare const Reset: React.FC<BaseIconProps>;
|
|
140
154
|
|
|
155
|
+
declare const Restart: React.FC<BaseIconProps>;
|
|
156
|
+
|
|
141
157
|
declare const ReverseLeft: React.FC<BaseIconProps>;
|
|
142
158
|
|
|
143
159
|
declare const Sort: React.FC<BaseIconProps>;
|
|
@@ -148,4 +164,4 @@ declare const ThumbsUp: React.FC<BaseIconProps>;
|
|
|
148
164
|
|
|
149
165
|
declare const WarningMark: React.FC<BaseIconProps>;
|
|
150
166
|
|
|
151
|
-
export { ArrowDown, ArrowDownAlt, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftAlt, ArrowRight, ArrowRightAlt, ArrowRightLeft, ArrowUp, ArrowUpAlt, ArrowUpLeft, ArrowUpRight, BaseIconProps, Check, CheckAlt, CheckCr, CheckSq, ChevronDown, ChevronDownCr, ChevronDownLeftSq, ChevronDownRightSq, ChevronDownSq, ChevronLeft, ChevronLeftCr, ChevronLeftSq, ChevronRight, ChevronRightCr, ChevronRightSq, ChevronUp, ChevronUpCr, ChevronUpLeftSq, ChevronUpRightSq, ChevronUpSq, Collapse, CollapseAlt, ConvergingArrows, Copy, Dot, Drag, ExclamationMarkCr, ExclamationMarkSq, Expand, ExpandAlt, ExternalLeft, Fitscreen, Fullscreen, InfoCr, InfoSq, Menu, Minus, MinusCr, MinusSq, MoreCr, MoreHr, MoreSq, MoreVr, Paperclip, Plus, PlusAlt, PlusCr, PlusSq, QuestionMarkCr, QuestionMarkSq, Remove, RemoveAlt, RemoveCr, RemoveSq, Reset, ReverseLeft, Sort, ThumbsDown, ThumbsUp, WarningMark };
|
|
167
|
+
export { ArrowDown, ArrowDownAlt, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftAlt, ArrowRight, ArrowRightAlt, ArrowRightLeft, ArrowUp, ArrowUpAlt, ArrowUpLeft, ArrowUpRight, BaseIconProps, Check, CheckAlt, CheckCr, CheckSq, ChevronDown, ChevronDownCr, ChevronDownLeftSq, ChevronDownRightSq, ChevronDownSq, ChevronLeft, ChevronLeftCr, ChevronLeftSq, ChevronRight, ChevronRightCr, ChevronRightSq, ChevronUp, ChevronUpCr, ChevronUpLeftSq, ChevronUpRightSq, ChevronUpSq, Collapse, CollapseAlt, ConvergingArrows, Copy, Dot, Drag, Equal, ExclamationMarkCr, ExclamationMarkSq, Expand, ExpandAlt, ExternalLeft, Fitscreen, Fullscreen, Hashtag, InfoCr, InfoSq, Less, LessOrEqual, Menu, Minus, MinusCr, MinusSq, More, MoreCr, MoreHr, MoreOrEqual, MoreSq, MoreVr, NotEqual, Paperclip, Plus, PlusAlt, PlusCr, PlusSq, QuestionMarkCr, QuestionMarkSq, Remove, RemoveAlt, RemoveCr, RemoveSq, Reset, Restart, ReverseLeft, Sort, ThumbsDown, ThumbsUp, WarningMark };
|
package/native/controls.d.ts
CHANGED
|
@@ -80,6 +80,8 @@ declare const Dot: React.FC<BaseIconProps>;
|
|
|
80
80
|
|
|
81
81
|
declare const Drag: React.FC<BaseIconProps>;
|
|
82
82
|
|
|
83
|
+
declare const Equal: React.FC<BaseIconProps>;
|
|
84
|
+
|
|
83
85
|
declare const ExclamationMarkCr: React.FC<BaseIconProps>;
|
|
84
86
|
|
|
85
87
|
declare const ExclamationMarkSq: React.FC<BaseIconProps>;
|
|
@@ -94,10 +96,16 @@ declare const Fitscreen: React.FC<BaseIconProps>;
|
|
|
94
96
|
|
|
95
97
|
declare const Fullscreen: React.FC<BaseIconProps>;
|
|
96
98
|
|
|
99
|
+
declare const Hashtag: React.FC<BaseIconProps>;
|
|
100
|
+
|
|
97
101
|
declare const InfoCr: React.FC<BaseIconProps>;
|
|
98
102
|
|
|
99
103
|
declare const InfoSq: React.FC<BaseIconProps>;
|
|
100
104
|
|
|
105
|
+
declare const Less: React.FC<BaseIconProps>;
|
|
106
|
+
|
|
107
|
+
declare const LessOrEqual: React.FC<BaseIconProps>;
|
|
108
|
+
|
|
101
109
|
declare const Menu: React.FC<BaseIconProps>;
|
|
102
110
|
|
|
103
111
|
declare const Minus: React.FC<BaseIconProps>;
|
|
@@ -106,14 +114,20 @@ declare const MinusCr: React.FC<BaseIconProps>;
|
|
|
106
114
|
|
|
107
115
|
declare const MinusSq: React.FC<BaseIconProps>;
|
|
108
116
|
|
|
117
|
+
declare const More: React.FC<BaseIconProps>;
|
|
118
|
+
|
|
109
119
|
declare const MoreCr: React.FC<BaseIconProps>;
|
|
110
120
|
|
|
111
121
|
declare const MoreHr: React.FC<BaseIconProps>;
|
|
112
122
|
|
|
123
|
+
declare const MoreOrEqual: React.FC<BaseIconProps>;
|
|
124
|
+
|
|
113
125
|
declare const MoreSq: React.FC<BaseIconProps>;
|
|
114
126
|
|
|
115
127
|
declare const MoreVr: React.FC<BaseIconProps>;
|
|
116
128
|
|
|
129
|
+
declare const NotEqual: React.FC<BaseIconProps>;
|
|
130
|
+
|
|
117
131
|
declare const Paperclip: React.FC<BaseIconProps>;
|
|
118
132
|
|
|
119
133
|
declare const Plus: React.FC<BaseIconProps>;
|
|
@@ -138,6 +152,8 @@ declare const RemoveSq: React.FC<BaseIconProps>;
|
|
|
138
152
|
|
|
139
153
|
declare const Reset: React.FC<BaseIconProps>;
|
|
140
154
|
|
|
155
|
+
declare const Restart: React.FC<BaseIconProps>;
|
|
156
|
+
|
|
141
157
|
declare const ReverseLeft: React.FC<BaseIconProps>;
|
|
142
158
|
|
|
143
159
|
declare const Sort: React.FC<BaseIconProps>;
|
|
@@ -148,4 +164,4 @@ declare const ThumbsUp: React.FC<BaseIconProps>;
|
|
|
148
164
|
|
|
149
165
|
declare const WarningMark: React.FC<BaseIconProps>;
|
|
150
166
|
|
|
151
|
-
export { ArrowDown, ArrowDownAlt, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftAlt, ArrowRight, ArrowRightAlt, ArrowRightLeft, ArrowUp, ArrowUpAlt, ArrowUpLeft, ArrowUpRight, BaseIconProps, Check, CheckAlt, CheckCr, CheckSq, ChevronDown, ChevronDownCr, ChevronDownLeftSq, ChevronDownRightSq, ChevronDownSq, ChevronLeft, ChevronLeftCr, ChevronLeftSq, ChevronRight, ChevronRightCr, ChevronRightSq, ChevronUp, ChevronUpCr, ChevronUpLeftSq, ChevronUpRightSq, ChevronUpSq, Collapse, CollapseAlt, ConvergingArrows, Copy, Dot, Drag, ExclamationMarkCr, ExclamationMarkSq, Expand, ExpandAlt, ExternalLeft, Fitscreen, Fullscreen, InfoCr, InfoSq, Menu, Minus, MinusCr, MinusSq, MoreCr, MoreHr, MoreSq, MoreVr, Paperclip, Plus, PlusAlt, PlusCr, PlusSq, QuestionMarkCr, QuestionMarkSq, Remove, RemoveAlt, RemoveCr, RemoveSq, Reset, ReverseLeft, Sort, ThumbsDown, ThumbsUp, WarningMark };
|
|
167
|
+
export { ArrowDown, ArrowDownAlt, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftAlt, ArrowRight, ArrowRightAlt, ArrowRightLeft, ArrowUp, ArrowUpAlt, ArrowUpLeft, ArrowUpRight, BaseIconProps, Check, CheckAlt, CheckCr, CheckSq, ChevronDown, ChevronDownCr, ChevronDownLeftSq, ChevronDownRightSq, ChevronDownSq, ChevronLeft, ChevronLeftCr, ChevronLeftSq, ChevronRight, ChevronRightCr, ChevronRightSq, ChevronUp, ChevronUpCr, ChevronUpLeftSq, ChevronUpRightSq, ChevronUpSq, Collapse, CollapseAlt, ConvergingArrows, Copy, Dot, Drag, Equal, ExclamationMarkCr, ExclamationMarkSq, Expand, ExpandAlt, ExternalLeft, Fitscreen, Fullscreen, Hashtag, InfoCr, InfoSq, Less, LessOrEqual, Menu, Minus, MinusCr, MinusSq, More, MoreCr, MoreHr, MoreOrEqual, MoreSq, MoreVr, NotEqual, Paperclip, Plus, PlusAlt, PlusCr, PlusSq, QuestionMarkCr, QuestionMarkSq, Remove, RemoveAlt, RemoveCr, RemoveSq, Reset, Restart, ReverseLeft, Sort, ThumbsDown, ThumbsUp, WarningMark };
|