am-shared-assets 1.1.5 → 1.1.7
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/dist/arrowIcons.d.ts +2 -0
- package/dist/arrowIcons.js +487 -0
- package/dist/essetionalIcons.js +463 -18
- package/dist/icons/components/arrow/chevron-down/ChevronDownBoldIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-down/ChevronDownBrokenIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-down/ChevronDownBulkIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-down/ChevronDownLinearIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-down/ChevronDownOutlineIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-down/ChevronDownTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-left/ChevronLeftBoldIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-left/ChevronLeftBrokenIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-left/ChevronLeftBulkIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-left/ChevronLeftLinearIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-left/ChevronLeftOutlineIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-left/ChevronLeftTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-up/ChevronUpBoldIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-up/ChevronUpBrokenIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-up/ChevronUpBulkIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-up/ChevronUpLinearIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-up/ChevronUpOutlineIcon.d.ts +5 -0
- package/dist/icons/components/arrow/chevron-up/ChevronUpTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/arrow/index.d.ts +19 -11
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-empty/BatteryEmptyTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-low/BatteryLowTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/index.d.ts +13 -1
- package/dist/icons/components/money/index.d.ts +7 -0
- package/dist/icons/components/money/walletThird/WalletThirdBoldIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdBrokenIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdBulkIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdLinearIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdOutlineIcon.d.ts +5 -0
- package/dist/icons/components/money/walletThird/WalletThirdTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/users/index.d.ts +7 -0
- package/dist/icons/components/{arrow/arrow-up/ArrowUpLinear.d.ts → users/profile/ProfileBoldIcon.d.ts} +2 -2
- package/dist/icons/components/users/profile/ProfileBrokenIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileBulkIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileLinearIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileOutlineIcon.d.ts +5 -0
- package/dist/icons/components/users/profile/ProfileTwotoneIcon.d.ts +5 -0
- package/dist/moneyIcons.d.ts +2 -0
- package/dist/moneyIcons.js +310 -0
- package/dist/usersIcons.d.ts +2 -0
- package/dist/usersIcons.js +204 -0
- package/package.json +13 -1
|
@@ -1,11 +1,19 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { default as ChevronUpBoldIcon } from './chevron-up/ChevronUpBoldIcon';
|
|
2
|
+
import { default as ChevronUpLinearIcon } from './chevron-up/ChevronUpLinearIcon';
|
|
3
|
+
import { default as ChevronUpOutlineIcon } from './chevron-up/ChevronUpOutlineIcon';
|
|
4
|
+
import { default as ChevronUpBrokenIcon } from './chevron-up/ChevronUpBrokenIcon';
|
|
5
|
+
import { default as ChevronUpTwotoneIcon } from './chevron-up/ChevronUpTwotoneIcon';
|
|
6
|
+
import { default as ChevronUpBulkIcon } from './chevron-up/ChevronUpBulkIcon';
|
|
7
|
+
import { default as ChevronDownBoldIcon } from './chevron-down/ChevronDownBoldIcon';
|
|
8
|
+
import { default as ChevronDownBrokenIcon } from './chevron-down/ChevronDownBrokenIcon';
|
|
9
|
+
import { default as ChevronDownBulkIcon } from './chevron-down/ChevronDownBulkIcon';
|
|
10
|
+
import { default as ChevronDownLinearIcon } from './chevron-down/ChevronDownLinearIcon';
|
|
11
|
+
import { default as ChevronDownOutlineIcon } from './chevron-down/ChevronDownOutlineIcon';
|
|
12
|
+
import { default as ChevronDownTwotoneIcon } from './chevron-down/ChevronDownTwotoneIcon';
|
|
13
|
+
import { default as ChevronLeftBoldIcon } from './chevron-left/ChevronLeftBoldIcon';
|
|
14
|
+
import { default as ChevronLeftBrokenIcon } from './chevron-left/ChevronLeftBrokenIcon';
|
|
15
|
+
import { default as ChevronLeftBulkIcon } from './chevron-left/ChevronLeftBulkIcon';
|
|
16
|
+
import { default as ChevronLeftLinearIcon } from './chevron-left/ChevronLeftLinearIcon';
|
|
17
|
+
import { default as ChevronLeftOutlineIcon } from './chevron-left/ChevronLeftOutlineIcon';
|
|
18
|
+
import { default as ChevronLeftTwotoneIcon } from './chevron-left/ChevronLeftTwotoneIcon';
|
|
19
|
+
export { ChevronUpBoldIcon, ChevronUpLinearIcon, ChevronUpOutlineIcon, ChevronUpBrokenIcon, ChevronUpTwotoneIcon, ChevronUpBulkIcon, ChevronDownBoldIcon, ChevronDownBrokenIcon, ChevronDownBulkIcon, ChevronDownLinearIcon, ChevronDownOutlineIcon, ChevronDownTwotoneIcon, ChevronLeftBoldIcon, ChevronLeftBrokenIcon, ChevronLeftBulkIcon, ChevronLeftLinearIcon, ChevronLeftOutlineIcon, ChevronLeftTwotoneIcon };
|
|
@@ -10,4 +10,16 @@ import { default as TrashBulkIcon } from './trash/TrashBulkIcon';
|
|
|
10
10
|
import { default as TrashLinearIcon } from './trash/TrashLinearIcon';
|
|
11
11
|
import { default as TrashOutlineIcon } from './trash/TrashOutlineIcon';
|
|
12
12
|
import { default as TrashTwotoneIcon } from './trash/TrashTwotoneIcon';
|
|
13
|
-
|
|
13
|
+
import { default as BatteryEmptyBoldIcon } from './battery-empty/BatteryEmptyBoldIcon';
|
|
14
|
+
import { default as BatteryEmptyBrokenIcon } from './battery-empty/BatteryEmptyBrokenIcon';
|
|
15
|
+
import { default as BatteryEmptyBulkIcon } from './battery-empty/BatteryEmptyBulkIcon';
|
|
16
|
+
import { default as BatteryEmptyLinearIcon } from './battery-empty/BatteryEmptyLinearIcon';
|
|
17
|
+
import { default as BatteryEmptyOutlineIcon } from './battery-empty/BatteryEmptyOutlineIcon';
|
|
18
|
+
import { default as BatteryEmptyTwotoneIcon } from './battery-empty/BatteryEmptyTwotoneIcon';
|
|
19
|
+
import { default as BatteryLowBoldIcon } from './battery-low/BatteryLowBoldIcon';
|
|
20
|
+
import { default as BatteryLowBrokenIcon } from './battery-low/BatteryLowBrokenIcon';
|
|
21
|
+
import { default as BatteryLowBulkIcon } from './battery-low/BatteryLowBulkIcon';
|
|
22
|
+
import { default as BatteryLowLinearIcon } from './battery-low/BatteryLowLinearIcon';
|
|
23
|
+
import { default as BatteryLowOutlineIcon } from './battery-low/BatteryLowOutlineIcon';
|
|
24
|
+
import { default as BatteryLowTwotoneIcon } from './battery-low/BatteryLowTwotoneIcon';
|
|
25
|
+
export { TrashBoldIcon, TrashBrokenIcon, TrashBulkIcon, TrashLinearIcon, TrashOutlineIcon, TrashTwotoneIcon, NotificationLinearIcon, NotificationBoldIcon, NotificationBrokenIcon, NotificationBulkIcon, NotificationOutlineIcon, NotificationTwotoneIcon, BatteryEmptyBoldIcon, BatteryEmptyBrokenIcon, BatteryEmptyBulkIcon, BatteryEmptyLinearIcon, BatteryEmptyOutlineIcon, BatteryEmptyTwotoneIcon, BatteryLowBoldIcon, BatteryLowBrokenIcon, BatteryLowBulkIcon, BatteryLowLinearIcon, BatteryLowOutlineIcon, BatteryLowTwotoneIcon };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as WalletThirdBoldIcon } from './walletThird/WalletThirdBoldIcon';
|
|
2
|
+
import { default as WalletThirdLinearIcon } from './walletThird/WalletThirdLinearIcon';
|
|
3
|
+
import { default as WalletThirdOutlineIcon } from './walletThird/WalletThirdOutlineIcon';
|
|
4
|
+
import { default as WalletThirdBrokenIcon } from './walletThird/WalletThirdBrokenIcon';
|
|
5
|
+
import { default as WalletThirdBulkIcon } from './walletThird/WalletThirdBulkIcon';
|
|
6
|
+
import { default as WalletThirdTwotoneIcon } from './walletThird/WalletThirdTwotoneIcon';
|
|
7
|
+
export { WalletThirdBoldIcon, WalletThirdLinearIcon, WalletThirdOutlineIcon, WalletThirdBrokenIcon, WalletThirdBulkIcon, WalletThirdTwotoneIcon };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as ProfileBoldIcon } from './profile/ProfileBoldIcon';
|
|
2
|
+
import { default as ProfileLinearIcon } from './profile/ProfileLinearIcon';
|
|
3
|
+
import { default as ProfileOutlineIcon } from './profile/ProfileOutlineIcon';
|
|
4
|
+
import { default as ProfileBulkIcon } from './profile/ProfileBulkIcon';
|
|
5
|
+
import { default as ProfileTwotoneIcon } from './profile/ProfileTwotoneIcon';
|
|
6
|
+
import { default as ProfileBrokenIcon } from './profile/ProfileBrokenIcon';
|
|
7
|
+
export { ProfileLinearIcon, ProfileBoldIcon, ProfileOutlineIcon, ProfileBulkIcon, ProfileTwotoneIcon, ProfileBrokenIcon };
|
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
import { jsxs as C, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const n = ({
|
|
3
|
+
color: t,
|
|
4
|
+
size: o = 24
|
|
5
|
+
}) => /* @__PURE__ */ C(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
width: o,
|
|
9
|
+
height: o,
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
style: { color: t },
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ r(
|
|
16
|
+
"path",
|
|
17
|
+
{
|
|
18
|
+
d: "M22 12.62V14.68C22 15.24 21.54 15.7 20.97 15.7H19.04C17.96 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.06 12.61 17.48 12.2C17.85 11.82 18.36 11.6 18.92 11.6H20.97C21.54 11.6 22 12.06 22 12.62Z",
|
|
19
|
+
fill: "currentColor"
|
|
20
|
+
}
|
|
21
|
+
),
|
|
22
|
+
/* @__PURE__ */ r(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M15.38 13.96C15.29 12.91 15.67 11.88 16.43 11.13C17.07 10.48 17.96 10.1 18.92 10.1H19.49C19.77 10.1 20 9.87002 19.96 9.59002C19.69 7.65002 18.01 6.15002 16 6.15002H6C3.79 6.15002 2 7.94002 2 10.15V17.15C2 19.36 3.79 21.15 6 21.15H16C18.02 21.15 19.69 19.65 19.96 17.71C20 17.43 19.77 17.2 19.49 17.2H19.04C17.14 17.2 15.54 15.78 15.38 13.96ZM13 11.9H7C6.59 11.9 6.25 11.57 6.25 11.15C6.25 10.73 6.59 10.4 7 10.4H13C13.41 10.4 13.75 10.74 13.75 11.15C13.75 11.56 13.41 11.9 13 11.9Z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ r(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
d: "M14.2099 3.97998C14.4699 4.24998 14.2399 4.64998 13.8599 4.64998H6.02991C4.93991 4.64998 3.91991 4.96998 3.06991 5.51998C2.67991 5.76998 2.14991 5.49998 2.33991 5.06998C2.89991 3.75998 4.20991 2.84998 5.71991 2.84998H11.3399C12.4999 2.84998 13.5299 3.25998 14.2099 3.97998Z",
|
|
33
|
+
fill: "currentColor"
|
|
34
|
+
}
|
|
35
|
+
)
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
), l = ({
|
|
39
|
+
color: t,
|
|
40
|
+
size: o = 24
|
|
41
|
+
}) => /* @__PURE__ */ C(
|
|
42
|
+
"svg",
|
|
43
|
+
{
|
|
44
|
+
width: o,
|
|
45
|
+
height: o,
|
|
46
|
+
viewBox: "0 0 24 24",
|
|
47
|
+
fill: "none",
|
|
48
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
49
|
+
style: { color: t },
|
|
50
|
+
children: [
|
|
51
|
+
/* @__PURE__ */ r(
|
|
52
|
+
"path",
|
|
53
|
+
{
|
|
54
|
+
d: "M13 11.15H7",
|
|
55
|
+
stroke: "currentColor",
|
|
56
|
+
"stroke-width": "1.5",
|
|
57
|
+
"stroke-linecap": "round",
|
|
58
|
+
"stroke-linejoin": "round"
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ r(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
d: "M2 11.1501V6.53009C2 4.49009 3.65 2.84009 5.69 2.84009H11.31C13.35 2.84009 15 4.11009 15 6.15009",
|
|
65
|
+
stroke: "currentColor",
|
|
66
|
+
"stroke-width": "1.5",
|
|
67
|
+
"stroke-linecap": "round",
|
|
68
|
+
"stroke-linejoin": "round"
|
|
69
|
+
}
|
|
70
|
+
),
|
|
71
|
+
/* @__PURE__ */ r(
|
|
72
|
+
"path",
|
|
73
|
+
{
|
|
74
|
+
d: "M17.48 12.2C16.98 12.68 16.74 13.42 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2Z",
|
|
75
|
+
stroke: "currentColor",
|
|
76
|
+
"stroke-width": "1.5",
|
|
77
|
+
"stroke-linecap": "round",
|
|
78
|
+
"stroke-linejoin": "round"
|
|
79
|
+
}
|
|
80
|
+
),
|
|
81
|
+
/* @__PURE__ */ r(
|
|
82
|
+
"path",
|
|
83
|
+
{
|
|
84
|
+
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
85
|
+
stroke: "currentColor",
|
|
86
|
+
"stroke-width": "1.5",
|
|
87
|
+
"stroke-linecap": "round",
|
|
88
|
+
"stroke-linejoin": "round"
|
|
89
|
+
}
|
|
90
|
+
)
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
), i = ({
|
|
94
|
+
color: t,
|
|
95
|
+
size: o = 24
|
|
96
|
+
}) => /* @__PURE__ */ C(
|
|
97
|
+
"svg",
|
|
98
|
+
{
|
|
99
|
+
width: o,
|
|
100
|
+
height: o,
|
|
101
|
+
viewBox: "0 0 24 24",
|
|
102
|
+
fill: "none",
|
|
103
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
104
|
+
style: { color: t },
|
|
105
|
+
children: [
|
|
106
|
+
/* @__PURE__ */ r(
|
|
107
|
+
"path",
|
|
108
|
+
{
|
|
109
|
+
d: "M13 11.9H7C6.59 11.9 6.25 11.56 6.25 11.15C6.25 10.74 6.59 10.4 7 10.4H13C13.41 10.4 13.75 10.74 13.75 11.15C13.75 11.56 13.41 11.9 13 11.9Z",
|
|
110
|
+
fill: "currentColor"
|
|
111
|
+
}
|
|
112
|
+
),
|
|
113
|
+
/* @__PURE__ */ r(
|
|
114
|
+
"path",
|
|
115
|
+
{
|
|
116
|
+
d: "M2 11.9001C1.59 11.9001 1.25 11.5601 1.25 11.1501V6.53009C1.25 4.08009 3.24 2.09009 5.69 2.09009H11.31C13.88 2.09009 15.75 3.80009 15.75 6.15009C15.75 6.56009 15.41 6.90009 15 6.90009C14.59 6.90009 14.25 6.56009 14.25 6.15009C14.25 4.39009 12.72 3.59009 11.31 3.59009H5.69C4.07 3.59009 2.75 4.91009 2.75 6.53009V11.1501C2.75 11.5701 2.41 11.9001 2 11.9001Z",
|
|
117
|
+
fill: "currentColor"
|
|
118
|
+
}
|
|
119
|
+
),
|
|
120
|
+
/* @__PURE__ */ r(
|
|
121
|
+
"path",
|
|
122
|
+
{
|
|
123
|
+
d: "M16 21.9H6C3.38 21.9 1.25 19.77 1.25 17.15V10.15C1.25 7.53002 3.38 5.40002 6 5.40002H16C18.62 5.40002 20.75 7.53002 20.75 10.15V11.6C20.75 12.01 20.41 12.35 20 12.35H18.92C18.57 12.35 18.25 12.48 18.02 12.72L18.01 12.73C17.68 13.06 17.55 13.52 17.67 13.97C17.82 14.53 18.41 14.94 19.07 14.94H20C20.41 14.94 20.75 15.28 20.75 15.69V17.14C20.75 19.77 18.62 21.9 16 21.9ZM6 6.90002C4.21 6.90002 2.75 8.36002 2.75 10.15V17.15C2.75 18.94 4.21 20.4 6 20.4H16C17.79 20.4 19.25 18.94 19.25 17.15V16.45H19.07C17.72 16.45 16.55 15.6 16.22 14.37C15.96 13.4 16.24 12.37 16.95 11.67C17.47 11.14 18.17 10.85 18.92 10.85H19.25V10.15C19.25 8.36002 17.79 6.90002 16 6.90002H6Z",
|
|
124
|
+
fill: "currentColor"
|
|
125
|
+
}
|
|
126
|
+
),
|
|
127
|
+
/* @__PURE__ */ r(
|
|
128
|
+
"path",
|
|
129
|
+
{
|
|
130
|
+
d: "M20.9699 16.45H19.0399C17.5299 16.45 16.2499 15.33 16.1299 13.89C16.0499 13.06 16.3499 12.25 16.9499 11.66C17.4499 11.14 18.1599 10.85 18.9099 10.85H20.9599C21.9399 10.85 22.7399 11.64 22.7399 12.62V14.68C22.7499 15.66 21.9499 16.45 20.9699 16.45ZM18.9199 12.35C18.5699 12.35 18.2499 12.48 18.0199 12.72C17.7299 13 17.5899 13.38 17.6299 13.76C17.6799 14.42 18.3199 14.95 19.0399 14.95H20.9699C21.1199 14.95 21.2499 14.83 21.2499 14.68V12.62C21.2499 12.47 21.1199 12.35 20.9699 12.35H18.9199Z",
|
|
131
|
+
fill: "currentColor"
|
|
132
|
+
}
|
|
133
|
+
)
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
), d = ({
|
|
137
|
+
color: t,
|
|
138
|
+
size: o = 24
|
|
139
|
+
}) => /* @__PURE__ */ C(
|
|
140
|
+
"svg",
|
|
141
|
+
{
|
|
142
|
+
width: o,
|
|
143
|
+
height: o,
|
|
144
|
+
viewBox: "0 0 24 24",
|
|
145
|
+
fill: "none",
|
|
146
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
147
|
+
style: { color: t },
|
|
148
|
+
children: [
|
|
149
|
+
/* @__PURE__ */ r(
|
|
150
|
+
"path",
|
|
151
|
+
{
|
|
152
|
+
d: "M13 11.15H7",
|
|
153
|
+
stroke: "currentColor",
|
|
154
|
+
"stroke-width": "1.5",
|
|
155
|
+
"stroke-linecap": "round",
|
|
156
|
+
"stroke-linejoin": "round"
|
|
157
|
+
}
|
|
158
|
+
),
|
|
159
|
+
/* @__PURE__ */ r(
|
|
160
|
+
"path",
|
|
161
|
+
{
|
|
162
|
+
d: "M11.3101 2.84998C13.3501 2.84998 15.0001 4.11997 15.0001 6.15997",
|
|
163
|
+
stroke: "currentColor",
|
|
164
|
+
"stroke-width": "1.5",
|
|
165
|
+
"stroke-linecap": "round",
|
|
166
|
+
"stroke-linejoin": "round"
|
|
167
|
+
}
|
|
168
|
+
),
|
|
169
|
+
/* @__PURE__ */ r(
|
|
170
|
+
"path",
|
|
171
|
+
{
|
|
172
|
+
d: "M2 10.1501V6.53009C2 4.49009 3.65 2.84009 5.69 2.84009H7.62",
|
|
173
|
+
stroke: "currentColor",
|
|
174
|
+
"stroke-width": "1.5",
|
|
175
|
+
"stroke-linecap": "round",
|
|
176
|
+
"stroke-linejoin": "round"
|
|
177
|
+
}
|
|
178
|
+
),
|
|
179
|
+
/* @__PURE__ */ r(
|
|
180
|
+
"path",
|
|
181
|
+
{
|
|
182
|
+
d: "M2 10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2C16.98 12.68 16.74 13.42 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V14.52",
|
|
183
|
+
stroke: "currentColor",
|
|
184
|
+
"stroke-width": "1.5",
|
|
185
|
+
"stroke-linecap": "round",
|
|
186
|
+
"stroke-linejoin": "round"
|
|
187
|
+
}
|
|
188
|
+
),
|
|
189
|
+
/* @__PURE__ */ r(
|
|
190
|
+
"path",
|
|
191
|
+
{
|
|
192
|
+
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
193
|
+
stroke: "currentColor",
|
|
194
|
+
"stroke-width": "1.5",
|
|
195
|
+
"stroke-linecap": "round",
|
|
196
|
+
"stroke-linejoin": "round"
|
|
197
|
+
}
|
|
198
|
+
)
|
|
199
|
+
]
|
|
200
|
+
}
|
|
201
|
+
), s = ({
|
|
202
|
+
color: t,
|
|
203
|
+
size: o = 24
|
|
204
|
+
}) => /* @__PURE__ */ C(
|
|
205
|
+
"svg",
|
|
206
|
+
{
|
|
207
|
+
width: o,
|
|
208
|
+
height: o,
|
|
209
|
+
viewBox: "0 0 24 24",
|
|
210
|
+
fill: "none",
|
|
211
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
212
|
+
style: { color: t },
|
|
213
|
+
children: [
|
|
214
|
+
/* @__PURE__ */ r(
|
|
215
|
+
"path",
|
|
216
|
+
{
|
|
217
|
+
d: "M15 6.15002H6C3.79 6.15002 2 7.94002 2 10.15V6.53998C2 4.49998 3.65 2.84998 5.69 2.84998H11.31C13.35 2.84998 15 4.11002 15 6.15002Z",
|
|
218
|
+
fill: "currentColor"
|
|
219
|
+
}
|
|
220
|
+
),
|
|
221
|
+
/* @__PURE__ */ r(
|
|
222
|
+
"path",
|
|
223
|
+
{
|
|
224
|
+
opacity: "0.4",
|
|
225
|
+
d: "M17.48 12.2C16.98 12.69 16.74 13.43 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2Z",
|
|
226
|
+
fill: "currentColor"
|
|
227
|
+
}
|
|
228
|
+
),
|
|
229
|
+
/* @__PURE__ */ r(
|
|
230
|
+
"path",
|
|
231
|
+
{
|
|
232
|
+
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
233
|
+
fill: "currentColor"
|
|
234
|
+
}
|
|
235
|
+
),
|
|
236
|
+
/* @__PURE__ */ r(
|
|
237
|
+
"path",
|
|
238
|
+
{
|
|
239
|
+
d: "M13 11.9H7C6.59 11.9 6.25 11.56 6.25 11.15C6.25 10.74 6.59 10.4 7 10.4H13C13.41 10.4 13.75 10.74 13.75 11.15C13.75 11.56 13.41 11.9 13 11.9Z",
|
|
240
|
+
fill: "currentColor"
|
|
241
|
+
}
|
|
242
|
+
)
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
), h = ({
|
|
246
|
+
color: t,
|
|
247
|
+
size: o = 24
|
|
248
|
+
}) => /* @__PURE__ */ C(
|
|
249
|
+
"svg",
|
|
250
|
+
{
|
|
251
|
+
width: o,
|
|
252
|
+
height: o,
|
|
253
|
+
viewBox: "0 0 24 24",
|
|
254
|
+
fill: "none",
|
|
255
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
256
|
+
style: { color: t },
|
|
257
|
+
children: [
|
|
258
|
+
/* @__PURE__ */ r(
|
|
259
|
+
"path",
|
|
260
|
+
{
|
|
261
|
+
opacity: "0.4",
|
|
262
|
+
d: "M13 11.15H7",
|
|
263
|
+
stroke: "currentColor",
|
|
264
|
+
"stroke-width": "1.5",
|
|
265
|
+
"stroke-linecap": "round",
|
|
266
|
+
"stroke-linejoin": "round"
|
|
267
|
+
}
|
|
268
|
+
),
|
|
269
|
+
/* @__PURE__ */ r(
|
|
270
|
+
"path",
|
|
271
|
+
{
|
|
272
|
+
opacity: "0.4",
|
|
273
|
+
d: "M2 11.1501V6.53009C2 4.49009 3.65 2.84009 5.69 2.84009H11.31C13.35 2.84009 15 4.11009 15 6.15009",
|
|
274
|
+
stroke: "currentColor",
|
|
275
|
+
"stroke-width": "1.5",
|
|
276
|
+
"stroke-linecap": "round",
|
|
277
|
+
"stroke-linejoin": "round"
|
|
278
|
+
}
|
|
279
|
+
),
|
|
280
|
+
/* @__PURE__ */ r(
|
|
281
|
+
"path",
|
|
282
|
+
{
|
|
283
|
+
d: "M17.48 12.2C16.98 12.68 16.74 13.42 16.94 14.18C17.19 15.11 18.11 15.7 19.07 15.7H20V17.15C20 19.36 18.21 21.15 16 21.15H6C3.79 21.15 2 19.36 2 17.15V10.15C2 7.94002 3.79 6.15002 6 6.15002H16C18.2 6.15002 20 7.95002 20 10.15V11.6H18.92C18.36 11.6 17.85 11.82 17.48 12.2Z",
|
|
284
|
+
stroke: "currentColor",
|
|
285
|
+
"stroke-width": "1.5",
|
|
286
|
+
"stroke-linecap": "round",
|
|
287
|
+
"stroke-linejoin": "round"
|
|
288
|
+
}
|
|
289
|
+
),
|
|
290
|
+
/* @__PURE__ */ r(
|
|
291
|
+
"path",
|
|
292
|
+
{
|
|
293
|
+
d: "M22 12.62V14.68C22 15.24 21.5399 15.7 20.9699 15.7H19.0399C17.9599 15.7 16.97 14.91 16.88 13.83C16.82 13.2 17.0599 12.61 17.4799 12.2C17.8499 11.82 18.36 11.6 18.92 11.6H20.9699C21.5399 11.6 22 12.06 22 12.62Z",
|
|
294
|
+
stroke: "currentColor",
|
|
295
|
+
"stroke-width": "1.5",
|
|
296
|
+
"stroke-linecap": "round",
|
|
297
|
+
"stroke-linejoin": "round"
|
|
298
|
+
}
|
|
299
|
+
)
|
|
300
|
+
]
|
|
301
|
+
}
|
|
302
|
+
);
|
|
303
|
+
export {
|
|
304
|
+
n as WalletThirdBoldIcon,
|
|
305
|
+
d as WalletThirdBrokenIcon,
|
|
306
|
+
s as WalletThirdBulkIcon,
|
|
307
|
+
l as WalletThirdLinearIcon,
|
|
308
|
+
i as WalletThirdOutlineIcon,
|
|
309
|
+
h as WalletThirdTwotoneIcon
|
|
310
|
+
};
|