ab-ui-library 1.60.0 → 1.61.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,30 @@
|
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-9000dd50.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import '../../typeof-28108b73.js';
|
|
5
|
+
|
|
6
|
+
var IconBag = function IconBag(_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: "M7.66667 0H16.3333C16.8396 0 17.258 0.376205 17.3242 0.864306L17.3333 1V5.33333H19.6667C22.0599 5.33333 24 7.27343 24 9.66667V18.3333C24 20.7266 22.0599 22.6667 19.6667 22.6667H4.33333C1.9401 22.6667 0 20.7266 0 18.3333V9.66667C0 7.27343 1.9401 5.33333 4.33333 5.33333H6.66667V1C6.66667 0.493739 7.04287 0.0753454 7.53097 0.00912889L7.66667 0H16.3333H7.66667ZM19.6667 7.33333H4.33333C3.04467 7.33333 2 8.378 2 9.66667V18.3333C2 19.622 3.04467 20.6667 4.33333 20.6667H19.6667C20.9553 20.6667 22 19.622 22 18.3333V9.66667C22 8.378 20.9553 7.33333 19.6667 7.33333ZM15.3333 2H8.66667V5.33333H15.3333V2Z",
|
|
26
|
+
fill: "#555555"
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { IconBag, IconBag as default };
|
|
@@ -9,6 +9,7 @@ export * from './IconAlertFilled';
|
|
|
9
9
|
export * from './IconAm';
|
|
10
10
|
export * from './IconAmd';
|
|
11
11
|
export * from './IconAmdFilled';
|
|
12
|
+
export * from './IconAppStore';
|
|
12
13
|
export * from './IconApple';
|
|
13
14
|
export * from './IconAppsList';
|
|
14
15
|
export * from './IconAppsListDetail';
|
|
@@ -60,6 +61,7 @@ export * from './IconAttach';
|
|
|
60
61
|
export * from './IconAttachFilled';
|
|
61
62
|
export * from './IconBadge';
|
|
62
63
|
export * from './IconBadgeFilled';
|
|
64
|
+
export * from './IconBag';
|
|
63
65
|
export * from './IconBeach';
|
|
64
66
|
export * from './IconBeachFilled';
|
|
65
67
|
export * from './IconBed';
|
|
@@ -9,12 +9,12 @@ export { IconAlertFilled } from './IconAlertFilled.js';
|
|
|
9
9
|
export { IconAm } from './IconAm.js';
|
|
10
10
|
export { IconAmd } from './IconAmd.js';
|
|
11
11
|
export { IconAmdFilled } from './IconAmdFilled.js';
|
|
12
|
+
export { IconAppStore } from './IconAppStore.js';
|
|
12
13
|
export { IconApple } from './IconApple.js';
|
|
13
14
|
export { IconAppsList } from './IconAppsList.js';
|
|
14
15
|
export { IconAppsListDetail } from './IconAppsListDetail.js';
|
|
15
16
|
export { IconAppsListDetailFilled } from './IconAppsListDetailFilled.js';
|
|
16
17
|
export { IconAppsListFilled } from './IconAppsListFilled.js';
|
|
17
|
-
export { IconAppStore } from './IconAppStore.js';
|
|
18
18
|
export { IconArrowCircleDown } from './IconArrowCircleDown.js';
|
|
19
19
|
export { IconArrowCircleDownSplit } from './IconArrowCircleDownSplit.js';
|
|
20
20
|
export { IconArrowDown } from './IconArrowDown.js';
|
|
@@ -60,6 +60,7 @@ export { IconAttach } from './IconAttach.js';
|
|
|
60
60
|
export { IconAttachFilled } from './IconAttachFilled.js';
|
|
61
61
|
export { IconBadge } from './IconBadge.js';
|
|
62
62
|
export { IconBadgeFilled } from './IconBadgeFilled.js';
|
|
63
|
+
export { IconBag } from './IconBag.js';
|
|
63
64
|
export { IconBeach } from './IconBeach.js';
|
|
64
65
|
export { IconBeachFilled } from './IconBeachFilled.js';
|
|
65
66
|
export { IconBed } from './IconBed.js';
|
package/index.js
CHANGED
|
@@ -74,12 +74,12 @@ export { IconAlertFilled } from './components/SVGIcons/IconAlertFilled.js';
|
|
|
74
74
|
export { IconAm } from './components/SVGIcons/IconAm.js';
|
|
75
75
|
export { IconAmd } from './components/SVGIcons/IconAmd.js';
|
|
76
76
|
export { IconAmdFilled } from './components/SVGIcons/IconAmdFilled.js';
|
|
77
|
+
export { IconAppStore } from './components/SVGIcons/IconAppStore.js';
|
|
77
78
|
export { IconApple } from './components/SVGIcons/IconApple.js';
|
|
78
79
|
export { IconAppsList } from './components/SVGIcons/IconAppsList.js';
|
|
79
80
|
export { IconAppsListDetail } from './components/SVGIcons/IconAppsListDetail.js';
|
|
80
81
|
export { IconAppsListDetailFilled } from './components/SVGIcons/IconAppsListDetailFilled.js';
|
|
81
82
|
export { IconAppsListFilled } from './components/SVGIcons/IconAppsListFilled.js';
|
|
82
|
-
export { IconAppStore } from './components/SVGIcons/IconAppStore.js';
|
|
83
83
|
export { IconArrowCircleDown } from './components/SVGIcons/IconArrowCircleDown.js';
|
|
84
84
|
export { IconArrowCircleDownSplit } from './components/SVGIcons/IconArrowCircleDownSplit.js';
|
|
85
85
|
export { IconArrowDown } from './components/SVGIcons/IconArrowDown.js';
|
|
@@ -125,6 +125,7 @@ export { IconAttach } from './components/SVGIcons/IconAttach.js';
|
|
|
125
125
|
export { IconAttachFilled } from './components/SVGIcons/IconAttachFilled.js';
|
|
126
126
|
export { IconBadge } from './components/SVGIcons/IconBadge.js';
|
|
127
127
|
export { IconBadgeFilled } from './components/SVGIcons/IconBadgeFilled.js';
|
|
128
|
+
export { IconBag } from './components/SVGIcons/IconBag.js';
|
|
128
129
|
export { IconBeach } from './components/SVGIcons/IconBeach.js';
|
|
129
130
|
export { IconBeachFilled } from './components/SVGIcons/IconBeachFilled.js';
|
|
130
131
|
export { IconBed } from './components/SVGIcons/IconBed.js';
|