am-shared-assets 1.2.6 → 1.2.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/{CheckIcon-DUoRNL64.js → CheckIcon-8yw1tx0W.js} +68 -188
- package/dist/arrowIcons.js +209 -545
- package/dist/components.js +387 -754
- package/dist/essetionalIcons.js +1550 -980
- package/dist/icons/components/essetional/battery-charging/BatteryChargingBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-charging/BatteryChargingBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-charging/BatteryChargingBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-charging/BatteryChargingLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-charging/BatteryChargingOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-charging/BatteryChargingTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-disable/BatteryDisableTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-full/BatteryFullTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidBoldIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidBrokenIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidBulkIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidLinearIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidOutlineIcon.d.ts +5 -0
- package/dist/icons/components/essetional/battery-mid/BatteryMidTwotoneIcon.d.ts +5 -0
- package/dist/icons/components/essetional/index.d.ts +25 -1
- package/dist/icons.js +937 -3081
- package/dist/moneyIcons.js +101 -341
- package/dist/styles.css +1 -1
- package/dist/usersIcons.js +75 -219
- package/package.json +1 -1
- package/dist/overlays/Drawer.d.ts +0 -11
- package/dist/overlays/index.d.ts +0 -2
- package/dist/overlays.d.ts +0 -2
- package/dist/overlays.js +0 -2030
|
@@ -22,4 +22,28 @@ import { default as BatteryLowBulkIcon } from './battery-low/BatteryLowBulkIcon'
|
|
|
22
22
|
import { default as BatteryLowLinearIcon } from './battery-low/BatteryLowLinearIcon';
|
|
23
23
|
import { default as BatteryLowOutlineIcon } from './battery-low/BatteryLowOutlineIcon';
|
|
24
24
|
import { default as BatteryLowTwotoneIcon } from './battery-low/BatteryLowTwotoneIcon';
|
|
25
|
-
|
|
25
|
+
import { default as BatteryMidBoldIcon } from './battery-mid/BatteryMidBoldIcon';
|
|
26
|
+
import { default as BatteryMidBrokenIcon } from './battery-mid/BatteryMidBrokenIcon';
|
|
27
|
+
import { default as BatteryMidBulkIcon } from './battery-mid/BatteryMidBulkIcon';
|
|
28
|
+
import { default as BatteryMidLinearIcon } from './battery-mid/BatteryMidLinearIcon';
|
|
29
|
+
import { default as BatteryMidOutlineIcon } from './battery-mid/BatteryMidOutlineIcon';
|
|
30
|
+
import { default as BatteryMidTwotoneIcon } from './battery-mid/BatteryMidTwotoneIcon';
|
|
31
|
+
import { default as BatteryFullBoldIcon } from './battery-full/BatteryFullBoldIcon';
|
|
32
|
+
import { default as BatteryFullBrokenIcon } from './battery-full/BatteryFullBrokenIcon';
|
|
33
|
+
import { default as BatteryFullBulkIcon } from './battery-full/BatteryFullBulkIcon';
|
|
34
|
+
import { default as BatteryFullLinearIcon } from './battery-full/BatteryFullLinearIcon';
|
|
35
|
+
import { default as BatteryFullOutlineIcon } from './battery-full/BatteryFullOutlineIcon';
|
|
36
|
+
import { default as BatteryFullTwotoneIcon } from './battery-full/BatteryFullTwotoneIcon';
|
|
37
|
+
import { default as BatteryChargingBoldIcon } from './battery-charging/BatteryChargingBoldIcon';
|
|
38
|
+
import { default as BatteryChargingBrokenIcon } from './battery-charging/BatteryChargingBrokenIcon';
|
|
39
|
+
import { default as BatteryChargingBulkIcon } from './battery-charging/BatteryChargingBulkIcon';
|
|
40
|
+
import { default as BatteryChargingLinearIcon } from './battery-charging/BatteryChargingLinearIcon';
|
|
41
|
+
import { default as BatteryChargingOutlineIcon } from './battery-charging/BatteryChargingOutlineIcon';
|
|
42
|
+
import { default as BatteryChargingTwotoneIcon } from './battery-charging/BatteryChargingTwotoneIcon';
|
|
43
|
+
import { default as BatteryDisableBoldIcon } from './battery-disable/BatteryDisableBoldIcon';
|
|
44
|
+
import { default as BatteryDisableBrokenIcon } from './battery-disable/BatteryDisableBrokenIcon';
|
|
45
|
+
import { default as BatteryDisableBulkIcon } from './battery-disable/BatteryDisableBulkIcon';
|
|
46
|
+
import { default as BatteryDisableLinearIcon } from './battery-disable/BatteryDisableLinearIcon';
|
|
47
|
+
import { default as BatteryDisableOutlineIcon } from './battery-disable/BatteryDisableOutlineIcon';
|
|
48
|
+
import { default as BatteryDisableTwotoneIcon } from './battery-disable/BatteryDisableTwotoneIcon';
|
|
49
|
+
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, BatteryMidBoldIcon, BatteryMidBrokenIcon, BatteryMidBulkIcon, BatteryMidLinearIcon, BatteryMidOutlineIcon, BatteryMidTwotoneIcon, BatteryFullBoldIcon, BatteryFullBrokenIcon, BatteryFullBulkIcon, BatteryFullLinearIcon, BatteryFullOutlineIcon, BatteryFullTwotoneIcon, BatteryChargingBoldIcon, BatteryChargingBrokenIcon, BatteryChargingBulkIcon, BatteryChargingLinearIcon, BatteryChargingOutlineIcon, BatteryChargingTwotoneIcon, BatteryDisableBoldIcon, BatteryDisableBrokenIcon, BatteryDisableBulkIcon, BatteryDisableLinearIcon, BatteryDisableOutlineIcon, BatteryDisableTwotoneIcon };
|