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.
Files changed (54) hide show
  1. package/dist/arrowIcons.d.ts +2 -0
  2. package/dist/arrowIcons.js +487 -0
  3. package/dist/essetionalIcons.js +463 -18
  4. package/dist/icons/components/arrow/chevron-down/ChevronDownBoldIcon.d.ts +5 -0
  5. package/dist/icons/components/arrow/chevron-down/ChevronDownBrokenIcon.d.ts +5 -0
  6. package/dist/icons/components/arrow/chevron-down/ChevronDownBulkIcon.d.ts +5 -0
  7. package/dist/icons/components/arrow/chevron-down/ChevronDownLinearIcon.d.ts +5 -0
  8. package/dist/icons/components/arrow/chevron-down/ChevronDownOutlineIcon.d.ts +5 -0
  9. package/dist/icons/components/arrow/chevron-down/ChevronDownTwotoneIcon.d.ts +5 -0
  10. package/dist/icons/components/arrow/chevron-left/ChevronLeftBoldIcon.d.ts +5 -0
  11. package/dist/icons/components/arrow/chevron-left/ChevronLeftBrokenIcon.d.ts +5 -0
  12. package/dist/icons/components/arrow/chevron-left/ChevronLeftBulkIcon.d.ts +5 -0
  13. package/dist/icons/components/arrow/chevron-left/ChevronLeftLinearIcon.d.ts +5 -0
  14. package/dist/icons/components/arrow/chevron-left/ChevronLeftOutlineIcon.d.ts +5 -0
  15. package/dist/icons/components/arrow/chevron-left/ChevronLeftTwotoneIcon.d.ts +5 -0
  16. package/dist/icons/components/arrow/chevron-up/ChevronUpBoldIcon.d.ts +5 -0
  17. package/dist/icons/components/arrow/chevron-up/ChevronUpBrokenIcon.d.ts +5 -0
  18. package/dist/icons/components/arrow/chevron-up/ChevronUpBulkIcon.d.ts +5 -0
  19. package/dist/icons/components/arrow/chevron-up/ChevronUpLinearIcon.d.ts +5 -0
  20. package/dist/icons/components/arrow/chevron-up/ChevronUpOutlineIcon.d.ts +5 -0
  21. package/dist/icons/components/arrow/chevron-up/ChevronUpTwotoneIcon.d.ts +5 -0
  22. package/dist/icons/components/arrow/index.d.ts +19 -11
  23. package/dist/icons/components/essetional/battery-empty/BatteryEmptyBoldIcon.d.ts +5 -0
  24. package/dist/icons/components/essetional/battery-empty/BatteryEmptyBrokenIcon.d.ts +5 -0
  25. package/dist/icons/components/essetional/battery-empty/BatteryEmptyBulkIcon.d.ts +5 -0
  26. package/dist/icons/components/essetional/battery-empty/BatteryEmptyLinearIcon.d.ts +5 -0
  27. package/dist/icons/components/essetional/battery-empty/BatteryEmptyOutlineIcon.d.ts +5 -0
  28. package/dist/icons/components/essetional/battery-empty/BatteryEmptyTwotoneIcon.d.ts +5 -0
  29. package/dist/icons/components/essetional/battery-low/BatteryLowBoldIcon.d.ts +5 -0
  30. package/dist/icons/components/essetional/battery-low/BatteryLowBrokenIcon.d.ts +5 -0
  31. package/dist/icons/components/essetional/battery-low/BatteryLowBulkIcon.d.ts +5 -0
  32. package/dist/icons/components/essetional/battery-low/BatteryLowLinearIcon.d.ts +5 -0
  33. package/dist/icons/components/essetional/battery-low/BatteryLowOutlineIcon.d.ts +5 -0
  34. package/dist/icons/components/essetional/battery-low/BatteryLowTwotoneIcon.d.ts +5 -0
  35. package/dist/icons/components/essetional/index.d.ts +13 -1
  36. package/dist/icons/components/money/index.d.ts +7 -0
  37. package/dist/icons/components/money/walletThird/WalletThirdBoldIcon.d.ts +5 -0
  38. package/dist/icons/components/money/walletThird/WalletThirdBrokenIcon.d.ts +5 -0
  39. package/dist/icons/components/money/walletThird/WalletThirdBulkIcon.d.ts +5 -0
  40. package/dist/icons/components/money/walletThird/WalletThirdLinearIcon.d.ts +5 -0
  41. package/dist/icons/components/money/walletThird/WalletThirdOutlineIcon.d.ts +5 -0
  42. package/dist/icons/components/money/walletThird/WalletThirdTwotoneIcon.d.ts +5 -0
  43. package/dist/icons/components/users/index.d.ts +7 -0
  44. package/dist/icons/components/{arrow/arrow-up/ArrowUpLinear.d.ts → users/profile/ProfileBoldIcon.d.ts} +2 -2
  45. package/dist/icons/components/users/profile/ProfileBrokenIcon.d.ts +5 -0
  46. package/dist/icons/components/users/profile/ProfileBulkIcon.d.ts +5 -0
  47. package/dist/icons/components/users/profile/ProfileLinearIcon.d.ts +5 -0
  48. package/dist/icons/components/users/profile/ProfileOutlineIcon.d.ts +5 -0
  49. package/dist/icons/components/users/profile/ProfileTwotoneIcon.d.ts +5 -0
  50. package/dist/moneyIcons.d.ts +2 -0
  51. package/dist/moneyIcons.js +310 -0
  52. package/dist/usersIcons.d.ts +2 -0
  53. package/dist/usersIcons.js +204 -0
  54. package/package.json +13 -1
@@ -0,0 +1,204 @@
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: "M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z",
19
+ fill: "currentColor"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ r(
23
+ "path",
24
+ {
25
+ d: "M17.08 14.1499C14.29 12.2899 9.73996 12.2899 6.92996 14.1499C5.65996 14.9999 4.95996 16.1499 4.95996 17.3799C4.95996 18.6099 5.65996 19.7499 6.91996 20.5899C8.31996 21.5299 10.16 21.9999 12 21.9999C13.84 21.9999 15.68 21.5299 17.08 20.5899C18.34 19.7399 19.04 18.5999 19.04 17.3599C19.03 16.1299 18.34 14.9899 17.08 14.1499Z",
26
+ fill: "currentColor"
27
+ }
28
+ )
29
+ ]
30
+ }
31
+ ), l = ({
32
+ color: t,
33
+ size: o = 24
34
+ }) => /* @__PURE__ */ C(
35
+ "svg",
36
+ {
37
+ width: o,
38
+ height: o,
39
+ viewBox: "0 0 24 24",
40
+ fill: "none",
41
+ xmlns: "http://www.w3.org/2000/svg",
42
+ style: { color: t },
43
+ children: [
44
+ /* @__PURE__ */ r(
45
+ "path",
46
+ {
47
+ d: "M12.1601 10.87C12.0601 10.86 11.9401 10.86 11.8301 10.87C9.45006 10.79 7.56006 8.84 7.56006 6.44C7.56006 3.99 9.54006 2 12.0001 2C14.4501 2 16.4401 3.99 16.4401 6.44C16.4301 8.84 14.5401 10.79 12.1601 10.87Z",
48
+ stroke: "currentColor",
49
+ "stroke-width": "1.5",
50
+ "stroke-linecap": "round",
51
+ "stroke-linejoin": "round"
52
+ }
53
+ ),
54
+ /* @__PURE__ */ r(
55
+ "path",
56
+ {
57
+ d: "M7.16021 14.56C4.74021 16.18 4.74021 18.82 7.16021 20.43C9.91021 22.27 14.4202 22.27 17.1702 20.43C19.5902 18.81 19.5902 16.17 17.1702 14.56C14.4302 12.73 9.92021 12.73 7.16021 14.56Z",
58
+ stroke: "currentColor",
59
+ "stroke-width": "1.5",
60
+ "stroke-linecap": "round",
61
+ "stroke-linejoin": "round"
62
+ }
63
+ )
64
+ ]
65
+ }
66
+ ), i = ({
67
+ color: t,
68
+ size: o = 24
69
+ }) => /* @__PURE__ */ C(
70
+ "svg",
71
+ {
72
+ width: o,
73
+ height: o,
74
+ viewBox: "0 0 24 24",
75
+ fill: "none",
76
+ xmlns: "http://www.w3.org/2000/svg",
77
+ style: { color: t },
78
+ children: [
79
+ /* @__PURE__ */ r(
80
+ "path",
81
+ {
82
+ d: "M12.1596 11.62C12.1296 11.62 12.1096 11.62 12.0796 11.62C12.0296 11.61 11.9596 11.61 11.8996 11.62C8.99957 11.53 6.80957 9.25 6.80957 6.44C6.80957 3.58 9.13957 1.25 11.9996 1.25C14.8596 1.25 17.1896 3.58 17.1896 6.44C17.1796 9.25 14.9796 11.53 12.1896 11.62C12.1796 11.62 12.1696 11.62 12.1596 11.62ZM11.9996 2.75C9.96957 2.75 8.30957 4.41 8.30957 6.44C8.30957 8.44 9.86957 10.05 11.8596 10.12C11.9096 10.11 12.0496 10.11 12.1796 10.12C14.1396 10.03 15.6796 8.42 15.6896 6.44C15.6896 4.41 14.0296 2.75 11.9996 2.75Z",
83
+ fill: "currentColor"
84
+ }
85
+ ),
86
+ /* @__PURE__ */ r(
87
+ "path",
88
+ {
89
+ d: "M12.1696 22.55C10.2096 22.55 8.23961 22.05 6.74961 21.05C5.35961 20.13 4.59961 18.87 4.59961 17.5C4.59961 16.13 5.35961 14.86 6.74961 13.93C9.74961 11.94 14.6096 11.94 17.5896 13.93C18.9696 14.85 19.7396 16.11 19.7396 17.48C19.7396 18.85 18.9796 20.12 17.5896 21.05C16.0896 22.05 14.1296 22.55 12.1696 22.55ZM7.57961 15.19C6.61961 15.83 6.09961 16.65 6.09961 17.51C6.09961 18.36 6.62961 19.18 7.57961 19.81C10.0696 21.48 14.2696 21.48 16.7596 19.81C17.7196 19.17 18.2396 18.35 18.2396 17.49C18.2396 16.64 17.7096 15.82 16.7596 15.19C14.2696 13.53 10.0696 13.53 7.57961 15.19Z",
90
+ fill: "currentColor"
91
+ }
92
+ )
93
+ ]
94
+ }
95
+ ), s = ({
96
+ color: t,
97
+ size: o = 24
98
+ }) => /* @__PURE__ */ C(
99
+ "svg",
100
+ {
101
+ width: o,
102
+ height: o,
103
+ viewBox: "0 0 24 24",
104
+ fill: "none",
105
+ xmlns: "http://www.w3.org/2000/svg",
106
+ style: { color: t },
107
+ children: [
108
+ /* @__PURE__ */ r(
109
+ "path",
110
+ {
111
+ opacity: "0.4",
112
+ d: "M12 2C9.38 2 7.25 4.13 7.25 6.75C7.25 9.32 9.26 11.4 11.88 11.49C11.96 11.48 12.04 11.48 12.1 11.49C12.12 11.49 12.13 11.49 12.15 11.49C12.16 11.49 12.16 11.49 12.17 11.49C14.73 11.4 16.74 9.32 16.75 6.75C16.75 4.13 14.62 2 12 2Z",
113
+ fill: "currentColor"
114
+ }
115
+ ),
116
+ /* @__PURE__ */ r(
117
+ "path",
118
+ {
119
+ d: "M17.08 14.1499C14.29 12.2899 9.73996 12.2899 6.92996 14.1499C5.65996 14.9999 4.95996 16.1499 4.95996 17.3799C4.95996 18.6099 5.65996 19.7499 6.91996 20.5899C8.31996 21.5299 10.16 21.9999 12 21.9999C13.84 21.9999 15.68 21.5299 17.08 20.5899C18.34 19.7399 19.04 18.5999 19.04 17.3599C19.03 16.1299 18.34 14.9899 17.08 14.1499Z",
120
+ fill: "currentColor"
121
+ }
122
+ )
123
+ ]
124
+ }
125
+ ), h = ({
126
+ color: t,
127
+ size: o = 24
128
+ }) => /* @__PURE__ */ C(
129
+ "svg",
130
+ {
131
+ width: o,
132
+ height: o,
133
+ viewBox: "0 0 24 24",
134
+ fill: "none",
135
+ xmlns: "http://www.w3.org/2000/svg",
136
+ style: { color: t },
137
+ children: [
138
+ /* @__PURE__ */ r(
139
+ "path",
140
+ {
141
+ opacity: "0.4",
142
+ d: "M12.1601 10.87C12.0601 10.86 11.9401 10.86 11.8301 10.87C9.45006 10.79 7.56006 8.84 7.56006 6.44C7.56006 3.99 9.54006 2 12.0001 2C14.4501 2 16.4401 3.99 16.4401 6.44C16.4301 8.84 14.5401 10.79 12.1601 10.87Z",
143
+ stroke: "currentColor",
144
+ "stroke-width": "1.5",
145
+ "stroke-linecap": "round",
146
+ "stroke-linejoin": "round"
147
+ }
148
+ ),
149
+ /* @__PURE__ */ r(
150
+ "path",
151
+ {
152
+ d: "M7.16021 14.56C4.74021 16.18 4.74021 18.82 7.16021 20.43C9.91021 22.27 14.4202 22.27 17.1702 20.43C19.5902 18.81 19.5902 16.17 17.1702 14.56C14.4302 12.73 9.92021 12.73 7.16021 14.56Z",
153
+ stroke: "currentColor",
154
+ "stroke-width": "1.5",
155
+ "stroke-linecap": "round",
156
+ "stroke-linejoin": "round"
157
+ }
158
+ )
159
+ ]
160
+ }
161
+ ), d = ({
162
+ color: t,
163
+ size: o = 24
164
+ }) => /* @__PURE__ */ C(
165
+ "svg",
166
+ {
167
+ width: o,
168
+ height: o,
169
+ viewBox: "0 0 24 24",
170
+ fill: "none",
171
+ xmlns: "http://www.w3.org/2000/svg",
172
+ style: { color: t },
173
+ children: [
174
+ /* @__PURE__ */ r(
175
+ "path",
176
+ {
177
+ d: "M15.6802 3.96C16.1602 4.67 16.4402 5.52 16.4402 6.44C16.4302 8.84 14.5402 10.79 12.1602 10.87C12.0602 10.86 11.9402 10.86 11.8302 10.87C9.6202 10.8 7.8302 9.11 7.5902 6.95C7.3002 4.38 9.4102 2 11.9902 2",
178
+ stroke: "currentColor",
179
+ "stroke-width": "1.5",
180
+ "stroke-linecap": "round",
181
+ "stroke-linejoin": "round"
182
+ }
183
+ ),
184
+ /* @__PURE__ */ r(
185
+ "path",
186
+ {
187
+ d: "M6.9898 14.56C4.5698 16.18 4.5698 18.82 6.9898 20.43C9.7398 22.27 14.2498 22.27 16.9998 20.43C19.4198 18.81 19.4198 16.17 16.9998 14.56C14.2698 12.73 9.7598 12.73 6.9898 14.56Z",
188
+ stroke: "currentColor",
189
+ "stroke-width": "1.5",
190
+ "stroke-linecap": "round",
191
+ "stroke-linejoin": "round"
192
+ }
193
+ )
194
+ ]
195
+ }
196
+ );
197
+ export {
198
+ n as ProfileBoldIcon,
199
+ d as ProfileBrokenIcon,
200
+ s as ProfileBulkIcon,
201
+ l as ProfileLinearIcon,
202
+ i as ProfileOutlineIcon,
203
+ h as ProfileTwotoneIcon
204
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "am-shared-assets",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "",
@@ -12,10 +12,22 @@
12
12
  "types": "./dist/icons.d.ts",
13
13
  "import": "./dist/icons.js"
14
14
  },
15
+ "./icons/arrow": {
16
+ "types": "./dist/arrowIcons.d.ts",
17
+ "import": "./dist/arrowIcons.js"
18
+ },
15
19
  "./icons/essetional": {
16
20
  "types": "./dist/essetionalIcons.d.ts",
17
21
  "import": "./dist/essetionalIcons.js"
18
22
  },
23
+ "./icons/money": {
24
+ "types": "./dist/moneyIcons.d.ts",
25
+ "import": "./dist/moneyIcons.js"
26
+ },
27
+ "./icons/users": {
28
+ "types": "./dist/usersIcons.d.ts",
29
+ "import": "./dist/usersIcons.js"
30
+ },
19
31
  "./components": {
20
32
  "types": "./dist/components.d.ts",
21
33
  "import": "./dist/components.js"