ab-ui-library 1.25.2 → 1.26.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.
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconGlobeLocation: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconGlobeLocation;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-e027be4b.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-fbc339b2.js';
5
+
6
+ var IconGlobeLocation = function IconGlobeLocation(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M11.9999 21.5999C12.8265 21.5999 13.6287 21.4954 14.394 21.299C13.9593 20.8094 13.5836 20.3126 13.2753 19.8081C12.8456 20.2102 12.4078 20.3999 11.9999 20.3999C11.2117 20.3999 10.3118 19.6916 9.57376 18.1101C9.31278 17.5509 9.08597 16.9082 8.90314 16.1999H12.3152C12.3447 15.7872 12.4164 15.3856 12.5262 14.9999H8.6473C8.48804 14.0702 8.3999 13.0599 8.3999 11.9999C8.3999 10.9399 8.48804 9.92957 8.6473 8.9999H15.3525C15.4786 9.73593 15.5601 10.5225 15.5886 11.3443C15.962 11.1658 16.3581 11.0275 16.7717 10.9349C16.7361 10.2679 16.6674 9.62031 16.5687 8.9999H19.8483C20.1282 9.73172 20.3087 10.5127 20.3733 11.3263C20.8159 11.5338 21.2274 11.7974 21.5993 12.108C21.5997 12.072 21.5999 12.036 21.5999 11.9999C21.5999 6.69797 17.3018 2.3999 11.9999 2.3999C6.69797 2.3999 2.3999 6.69797 2.3999 11.9999C2.3999 17.3018 6.69797 21.5999 11.9999 21.5999ZM11.9999 3.5999C12.7881 3.5999 13.688 4.3082 14.426 5.88967C14.687 6.44893 14.9138 7.09164 15.0967 7.7999H8.90314C9.08597 7.09164 9.31278 6.44893 9.57376 5.88967C10.3118 4.3082 11.2117 3.5999 11.9999 3.5999ZM8.48634 5.38221C8.15467 6.09294 7.87788 6.90825 7.66708 7.7999H4.72367C5.72744 6.06469 7.33409 4.72187 9.2572 4.05786C8.96746 4.45456 8.70984 4.9033 8.48634 5.38221ZM7.43108 8.9999C7.28058 9.94589 7.1999 10.9551 7.1999 11.9999C7.1999 13.0447 7.28058 14.0539 7.43108 14.9999H4.15146C3.79512 14.0682 3.5999 13.0569 3.5999 11.9999C3.5999 10.9429 3.79512 9.93158 4.15146 8.9999H7.43108ZM7.66708 16.1999C7.87788 17.0916 8.15467 17.9069 8.48634 18.6176C8.70984 19.0965 8.96746 19.5452 9.2572 19.9419C7.33409 19.2779 5.72744 17.9351 4.72367 16.1999H7.66708ZM14.7426 4.05786C16.6657 4.72187 18.2724 6.06469 19.2761 7.7999H16.3327C16.1219 6.90825 15.8451 6.09294 15.5135 5.38221C15.29 4.9033 15.0323 4.45456 14.7426 4.05786ZM17.9999 11.9999C20.4852 11.9999 22.4999 14.0722 22.4999 16.6285C22.4999 18.5443 21.0801 20.5523 18.2999 22.697C18.1221 22.8342 17.8777 22.8342 17.6999 22.697C14.9197 20.5523 13.4999 18.5443 13.4999 16.6285C13.4999 14.0722 15.5146 11.9999 17.9999 11.9999ZM17.9999 15.0856C17.1715 15.0856 16.4999 15.7764 16.4999 16.6285C16.4999 17.4806 17.1715 18.1713 17.9999 18.1713C18.8283 18.1713 19.4999 17.4806 19.4999 16.6285C19.4999 15.7764 18.8283 15.0856 17.9999 15.0856Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconGlobeLocation, IconGlobeLocation as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconGlobeLocationFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconGlobeLocationFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-e027be4b.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-fbc339b2.js';
5
+
6
+ var IconGlobeLocationFilled = function IconGlobeLocationFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M8.78201 7.7999C8.98362 6.75221 9.2574 5.81113 9.58486 5.01586C9.9472 4.13589 10.3635 3.46327 10.795 3.02C11.2247 2.57863 11.6316 2.3999 11.9999 2.3999C12.3682 2.3999 12.7751 2.57863 13.2048 3.02C13.6363 3.46327 14.0526 4.13589 14.4149 5.01586C14.7424 5.81113 15.0162 6.75221 15.2178 7.7999H8.78201ZM8.47525 4.55896C8.76034 3.8666 9.09222 3.2486 9.46854 2.73715C6.78119 3.46985 4.56332 5.34079 3.36498 7.7999H7.56134C7.77968 6.591 8.09037 5.49368 8.47525 4.55896ZM15.5246 4.55896C15.2395 3.8666 14.9076 3.2486 14.5313 2.73716C17.2186 3.46985 19.4365 5.34079 20.6348 7.7999H16.4385C16.2201 6.591 15.9094 5.49368 15.5246 4.55896ZM16.62 8.9999H21.1218C21.4321 9.94376 21.5999 10.9522 21.5999 11.9999C21.5999 12.036 21.5997 12.072 21.5993 12.108C20.6222 11.2921 19.3725 10.7999 17.9999 10.7999C17.5796 10.7999 17.1708 10.8461 16.7778 10.9336C16.7501 10.2702 16.6967 9.62368 16.62 8.9999ZM12.3152 16.1999C12.305 16.3415 12.2999 16.4844 12.2999 16.6285C12.2999 17.9359 12.7965 19.1909 13.671 20.4014C13.5189 20.6243 13.3629 20.8174 13.2048 20.9798C12.7751 21.4212 12.3682 21.5999 11.9999 21.5999C11.6316 21.5999 11.2247 21.4212 10.795 20.9798C10.3635 20.5365 9.9472 19.8639 9.58486 18.9839C9.2574 18.1887 8.98362 17.2476 8.78201 16.1999H12.3152ZM12.5262 14.9999C12.9858 13.3853 14.1114 12.0493 15.5911 11.3431C15.5693 10.529 15.5073 9.74415 15.4104 8.9999H8.58942C8.46674 9.94249 8.3999 10.9503 8.3999 11.9999C8.3999 13.0495 8.46674 14.0573 8.58942 14.9999H12.5262ZM3.36498 16.1999C4.56332 18.659 6.78119 20.5299 9.46854 21.2626C9.09222 20.7512 8.76034 20.1332 8.47525 19.4408C8.09037 18.5061 7.77968 17.4088 7.56134 16.1999H3.36498ZM7.37986 14.9999H2.87796C2.56773 14.056 2.3999 13.0476 2.3999 11.9999C2.3999 10.9522 2.56773 9.94376 2.87796 8.9999H7.37986C7.26242 9.95379 7.1999 10.9609 7.1999 11.9999C7.1999 13.0389 7.26242 14.046 7.37986 14.9999ZM17.9999 11.9999C20.4852 11.9999 22.4999 14.0722 22.4999 16.6285C22.4999 18.5443 21.0801 20.5523 18.2999 22.697C18.1221 22.8342 17.8777 22.8342 17.6999 22.697C14.9197 20.5523 13.4999 18.5443 13.4999 16.6285C13.4999 14.0722 15.5146 11.9999 17.9999 11.9999ZM17.9999 15.0856C17.1715 15.0856 16.4999 15.7764 16.4999 16.6285C16.4999 17.4806 17.1715 18.1713 17.9999 18.1713C18.8283 18.1713 19.4999 17.4806 19.4999 16.6285C19.4999 15.7764 18.8283 15.0856 17.9999 15.0856Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconGlobeLocationFilled, IconGlobeLocationFilled as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconMoneyHand: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconMoneyHand;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-e027be4b.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-fbc339b2.js';
5
+
6
+ var IconMoneyHand = function IconMoneyHand(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M6.24951 2C5.00687 2 3.99951 3.00736 3.99951 4.25V19.75C3.99951 20.9926 5.00687 22 6.24951 22H13.75C14.9855 22 15.9885 21.0041 15.9999 19.7712L16.0002 19.7501V18.2501C16.0002 17.8359 15.6644 17.5001 15.2502 17.5001C14.7963 17.5001 14.5108 17.378 14.3133 17.2193C14.1053 17.052 13.9338 16.794 13.8023 16.4301C13.5297 15.6751 13.5002 14.6796 13.5002 13.75C13.5001 13.5601 13.428 13.3772 13.2984 13.2384C13.2222 13.1566 13.1709 13.1012 13.134 13.0614C13.0436 12.9637 13.0394 12.9591 12.9635 12.8877C12.8896 12.8182 12.6639 12.6027 11.7805 11.7197C11.312 11.2514 11.0522 10.8551 10.9672 10.5524C10.9283 10.4137 10.9303 10.3102 10.9517 10.2269C10.9729 10.1443 11.0248 10.0358 11.1563 9.90425C11.2877 9.77277 11.396 9.72105 11.4781 9.70003C11.5609 9.67883 11.664 9.67686 11.8024 9.7159C12.1049 9.80123 12.5009 10.0615 12.9696 10.5305C13.5092 11.0704 14.022 11.5775 14.4813 12.0318C15.2408 12.7828 15.8549 13.3901 16.2019 13.7619C16.4845 14.0647 16.9591 14.081 17.2619 13.7984C17.5647 13.5158 17.5811 13.0412 17.2985 12.7384C17.014 12.4335 16.5566 11.9759 15.9997 11.424L15.9997 8.06031L18.841 10.9017C19.2629 11.3236 19.5 11.8959 19.5 12.4926V21.25C19.5 21.6642 19.8358 22 20.25 22C20.6642 22 21 21.6642 21 21.25V12.4926C21 11.4981 20.6049 10.5443 19.9017 9.84099L15.9996 5.93894L15.9996 4.24994C15.9995 3.00732 14.9922 2 13.7496 2H6.24951ZM12.3915 16.9396C12.4884 17.2077 12.6132 17.4738 12.7753 17.7218C12.0208 18.085 11.5002 18.8568 11.5002 19.7502V20.5H8.50016V19.7502C8.50016 18.5075 7.4928 17.5002 6.25016 17.5002H5.49951V6.49967H6.25016C7.4928 6.49967 8.50016 5.49231 8.50016 4.24967V3.5H11.5002V4.24967C11.5002 5.49231 12.5075 6.49967 13.7502 6.49967H14.4996L14.4997 9.9381C14.3452 9.7844 14.1885 9.62819 14.0306 9.47019C13.4996 8.93877 12.8823 8.46195 12.2096 8.27222C11.8603 8.17373 11.4853 8.14976 11.1059 8.24692C10.88 8.30478 10.669 8.40139 10.4735 8.53167C10.3186 8.51073 10.1606 8.49991 9.99996 8.49991C8.06697 8.49991 6.49996 10.0669 6.49996 11.9999C6.49996 13.9329 8.06697 15.4999 9.99996 15.4999C10.7541 15.4999 11.4524 15.2614 12.0238 14.8558C12.0607 15.54 12.1544 16.2829 12.3915 16.9396ZM7.99996 11.9999C7.99996 11.0842 8.61543 10.3121 9.45528 10.075C9.4134 10.3784 9.44404 10.6764 9.52305 10.9578C9.7121 11.6312 10.1883 12.2491 10.7201 12.7806C11.0018 13.0622 11.2181 13.2773 11.3851 13.4427C11.0257 13.7878 10.5376 13.9999 9.99996 13.9999C8.89539 13.9999 7.99996 13.1045 7.99996 11.9999ZM5.49951 4.25C5.49951 3.83579 5.8353 3.5 6.24951 3.5H7.00016V4.24967C7.00016 4.66389 6.66438 4.99967 6.25016 4.99967H5.49951V4.25ZM13.0002 3.5H13.7496C14.1638 3.5 14.4995 3.83577 14.4996 4.24998L14.4996 4.99967H13.7502C13.336 4.99967 13.0002 4.66389 13.0002 4.24967V3.5ZM14.4999 19.0002L14.5 19.75C14.5 20.1642 14.1642 20.5 13.75 20.5H13.0002V19.7502C13.0002 19.3359 13.336 19.0002 13.7502 19.0002H14.4999ZM7.00016 20.5H6.24951C5.8353 20.5 5.49951 20.1642 5.49951 19.75V19.0002H6.25016C6.66438 19.0002 7.00016 19.3359 7.00016 19.7502V20.5Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconMoneyHand, IconMoneyHand as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconMoneyHandFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconMoneyHandFilled;
@@ -0,0 +1,30 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-e027be4b.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-fbc339b2.js';
5
+
6
+ var IconMoneyHandFilled = function IconMoneyHandFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ onClick: onClick,
21
+ ref: refHandler,
22
+ id: id,
23
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
24
+ }, /*#__PURE__*/React.createElement("path", {
25
+ d: "M6.24951 2C5.00687 2 3.99951 3.00736 3.99951 4.25V19.75C3.99951 20.9926 5.00687 22 6.24951 22H13.75C14.9855 22 15.9885 21.0041 15.9999 19.7712L16.0002 19.7501V18.2501C16.0002 17.8359 15.6644 17.5001 15.2502 17.5001C14.7963 17.5001 14.5108 17.378 14.3133 17.2193C14.1053 17.052 13.9338 16.794 13.8023 16.4301C13.5297 15.6751 13.5002 14.6796 13.5002 13.75C13.5001 13.5601 13.428 13.3772 13.2984 13.2384C13.2222 13.1566 13.1709 13.1012 13.134 13.0614C13.0436 12.9637 13.0394 12.9591 12.9635 12.8877C12.8896 12.8182 12.6639 12.6027 11.7805 11.7197C11.312 11.2514 11.0522 10.8551 10.9672 10.5524C10.9283 10.4137 10.9303 10.3102 10.9517 10.2269C10.9729 10.1443 11.0248 10.0358 11.1563 9.90425C11.2877 9.77277 11.396 9.72105 11.4781 9.70003C11.5609 9.67883 11.664 9.67686 11.8024 9.7159C12.1049 9.80123 12.5009 10.0615 12.9696 10.5305C13.5092 11.0704 14.022 11.5775 14.4813 12.0318C15.2408 12.7828 15.8549 13.3901 16.2019 13.7619C16.4845 14.0647 16.9591 14.081 17.2619 13.7984C17.5647 13.5158 17.5811 13.0412 17.2985 12.7384C17.014 12.4335 16.5566 11.9759 15.9997 11.424L15.9997 8.06031L18.841 10.9017C19.2629 11.3236 19.5 11.8959 19.5 12.4926V21.25C19.5 21.6642 19.8358 22 20.25 22C20.6642 22 21 21.6642 21 21.25V12.4926C21 11.4981 20.6049 10.5443 19.9017 9.84099L15.9996 5.93894L15.9996 4.24994C15.9995 3.00732 14.9922 2 13.7496 2H6.24951ZM13.3734 18.3882C13.6947 18.6466 14.0712 18.8266 14.4999 18.9216L14.4999 19H13.75C13.3358 19 13 19.3358 13 19.75V20.5H11.5V19.75C11.5 18.8566 12.0207 18.0848 12.7751 17.7216C12.9352 17.9665 13.1316 18.1939 13.3734 18.3882ZM12.0011 14.0459C12.003 14.2989 12.0086 14.5723 12.0238 14.8558C11.4524 15.2614 10.7541 15.4999 9.99996 15.4999C8.06697 15.4999 6.49996 13.9329 6.49996 11.9999C6.49996 10.0669 8.06697 8.49991 9.99996 8.49991C10.1606 8.49991 10.3186 8.51073 10.4735 8.53167C10.3402 8.62056 10.2141 8.72513 10.0955 8.84375C9.80312 9.13619 9.5962 9.47418 9.49872 9.85411C9.40141 10.2334 9.42494 10.6084 9.52305 10.9578C9.7121 11.6312 10.1883 12.2491 10.7201 12.7806C11.6033 13.6633 11.8434 13.8935 11.9358 13.9803C11.9415 13.9857 11.9458 13.9897 11.9491 13.9927C11.9526 13.9959 11.955 13.998 11.957 13.9997L11.9609 14.0032C11.9661 14.008 11.9709 14.0132 11.9971 14.0416L12.0011 14.0459ZM7 3.5H8.5V4.24951C8.5 5.49215 7.49264 6.49951 6.25 6.49951H5.49951V4.99951H6.25C6.66421 4.99951 7 4.66373 7 4.24951V3.5ZM11.5 3.5H13V4.24951C13 4.66373 13.3358 4.99951 13.75 4.99951H14.4996L14.4996 6.49951H13.75C12.5074 6.49951 11.5 5.49215 11.5 4.24951V3.5ZM8.5 20.5H7V19.75C7 19.3358 6.66421 19 6.25 19H5.49951V17.5H6.25C7.49264 17.5 8.5 18.5074 8.5 19.75V20.5Z",
26
+ fill: "#222222"
27
+ }));
28
+ };
29
+
30
+ export { IconMoneyHandFilled, IconMoneyHandFilled as default };
@@ -11,9 +11,9 @@ export * from './IconAmd';
11
11
  export * from './IconAmdFilled';
12
12
  export * from './IconApple';
13
13
  export * from './IconAppsList';
14
- export * from './IconAppsListFilled';
15
14
  export * from './IconAppsListDetail';
16
15
  export * from './IconAppsListDetailFilled';
16
+ export * from './IconAppsListFilled';
17
17
  export * from './IconArrowDown';
18
18
  export * from './IconArrowDownFilled';
19
19
  export * from './IconArrowDownLeft';
@@ -203,6 +203,8 @@ export * from './IconGas';
203
203
  export * from './IconGb';
204
204
  export * from './IconGlobe';
205
205
  export * from './IconGlobeFilled';
206
+ export * from './IconGlobeLocation';
207
+ export * from './IconGlobeLocationFilled';
206
208
  export * from './IconGoogle';
207
209
  export * from './IconGrid';
208
210
  export * from './IconGridFilled';
@@ -263,7 +265,8 @@ export * from './IconMention';
263
265
  export * from './IconMentionFilled';
264
266
  export * from './IconMoney';
265
267
  export * from './IconMoneyFilled';
266
- export * from './IconMoney';
268
+ export * from './IconMoneyHand';
269
+ export * from './IconMoneyHandFilled';
267
270
  export * from './IconMore';
268
271
  export * from './IconMoreFilled';
269
272
  export * from './IconMoreVertical';
@@ -11,9 +11,9 @@ export { IconAmd } from './IconAmd.js';
11
11
  export { IconAmdFilled } from './IconAmdFilled.js';
12
12
  export { IconApple } from './IconApple.js';
13
13
  export { IconAppsList } from './IconAppsList.js';
14
- export { IconAppsListFilled } from './IconAppsListFilled.js';
15
14
  export { IconAppsListDetail } from './IconAppsListDetail.js';
16
15
  export { IconAppsListDetailFilled } from './IconAppsListDetailFilled.js';
16
+ export { IconAppsListFilled } from './IconAppsListFilled.js';
17
17
  export { IconArrowDown } from './IconArrowDown.js';
18
18
  export { IconArrowDownFilled } from './IconArrowDownFilled.js';
19
19
  export { IconArrowDownLeft } from './IconArrowDownLeft.js';
@@ -203,6 +203,8 @@ export { IconGas } from './IconGas.js';
203
203
  export { IconGb } from './IconGb.js';
204
204
  export { IconGlobe } from './IconGlobe.js';
205
205
  export { IconGlobeFilled } from './IconGlobeFilled.js';
206
+ export { IconGlobeLocation } from './IconGlobeLocation.js';
207
+ export { IconGlobeLocationFilled } from './IconGlobeLocationFilled.js';
206
208
  export { IconGoogle } from './IconGoogle.js';
207
209
  export { IconGrid } from './IconGrid.js';
208
210
  export { IconGridFilled } from './IconGridFilled.js';
@@ -263,6 +265,8 @@ export { IconMention } from './IconMention.js';
263
265
  export { IconMentionFilled } from './IconMentionFilled.js';
264
266
  export { IconMoney } from './IconMoney.js';
265
267
  export { IconMoneyFilled } from './IconMoneyFilled.js';
268
+ export { IconMoneyHand } from './IconMoneyHand.js';
269
+ export { IconMoneyHandFilled } from './IconMoneyHandFilled.js';
266
270
  export { IconMore } from './IconMore.js';
267
271
  export { IconMoreFilled } from './IconMoreFilled.js';
268
272
  export { IconMoreVertical } from './IconMoreVertical.js';
package/index.js CHANGED
@@ -76,9 +76,9 @@ export { IconAmd } from './components/SVGIcons/IconAmd.js';
76
76
  export { IconAmdFilled } from './components/SVGIcons/IconAmdFilled.js';
77
77
  export { IconApple } from './components/SVGIcons/IconApple.js';
78
78
  export { IconAppsList } from './components/SVGIcons/IconAppsList.js';
79
- export { IconAppsListFilled } from './components/SVGIcons/IconAppsListFilled.js';
80
79
  export { IconAppsListDetail } from './components/SVGIcons/IconAppsListDetail.js';
81
80
  export { IconAppsListDetailFilled } from './components/SVGIcons/IconAppsListDetailFilled.js';
81
+ export { IconAppsListFilled } from './components/SVGIcons/IconAppsListFilled.js';
82
82
  export { IconArrowDown } from './components/SVGIcons/IconArrowDown.js';
83
83
  export { IconArrowDownFilled } from './components/SVGIcons/IconArrowDownFilled.js';
84
84
  export { IconArrowDownLeft } from './components/SVGIcons/IconArrowDownLeft.js';
@@ -268,6 +268,8 @@ export { IconGas } from './components/SVGIcons/IconGas.js';
268
268
  export { IconGb } from './components/SVGIcons/IconGb.js';
269
269
  export { IconGlobe } from './components/SVGIcons/IconGlobe.js';
270
270
  export { IconGlobeFilled } from './components/SVGIcons/IconGlobeFilled.js';
271
+ export { IconGlobeLocation } from './components/SVGIcons/IconGlobeLocation.js';
272
+ export { IconGlobeLocationFilled } from './components/SVGIcons/IconGlobeLocationFilled.js';
271
273
  export { IconGoogle } from './components/SVGIcons/IconGoogle.js';
272
274
  export { IconGrid } from './components/SVGIcons/IconGrid.js';
273
275
  export { IconGridFilled } from './components/SVGIcons/IconGridFilled.js';
@@ -328,6 +330,8 @@ export { IconMention } from './components/SVGIcons/IconMention.js';
328
330
  export { IconMentionFilled } from './components/SVGIcons/IconMentionFilled.js';
329
331
  export { IconMoney } from './components/SVGIcons/IconMoney.js';
330
332
  export { IconMoneyFilled } from './components/SVGIcons/IconMoneyFilled.js';
333
+ export { IconMoneyHand } from './components/SVGIcons/IconMoneyHand.js';
334
+ export { IconMoneyHandFilled } from './components/SVGIcons/IconMoneyHandFilled.js';
331
335
  export { IconMore } from './components/SVGIcons/IconMore.js';
332
336
  export { IconMoreFilled } from './components/SVGIcons/IconMoreFilled.js';
333
337
  export { IconMoreVertical } from './components/SVGIcons/IconMoreVertical.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ab-ui-library",
3
- "version": "1.25.2",
3
+ "version": "1.26.0",
4
4
  "description": "UI library for AM",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",