@agregio-solutions/design-system 1.99.0 → 1.100.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.
|
@@ -125,6 +125,7 @@ import { default as phone_2_full } from './components/phone_2_full';
|
|
|
125
125
|
import { default as play } from './components/play';
|
|
126
126
|
import { default as play_empty } from './components/play_empty';
|
|
127
127
|
import { default as play_full } from './components/play_full';
|
|
128
|
+
import { default as power_off } from './components/power_off';
|
|
128
129
|
import { default as profile } from './components/profile';
|
|
129
130
|
import { default as profile_full } from './components/profile_full';
|
|
130
131
|
import { default as progress } from './components/progress';
|
|
@@ -313,6 +314,7 @@ export declare const AVAILABLE_ICONS: {
|
|
|
313
314
|
play_empty: typeof play_empty;
|
|
314
315
|
play_full: typeof play_full;
|
|
315
316
|
play: typeof play;
|
|
317
|
+
power_off: typeof power_off;
|
|
316
318
|
profile_full: typeof profile_full;
|
|
317
319
|
profile: typeof profile;
|
|
318
320
|
progress: typeof progress;
|
package/package.json
CHANGED