@up42/up-components 0.12.0 → 0.12.2
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as AlarmBell } from './alarm-bell.svg';
|
|
2
2
|
export { default as AppWindowCode } from './app-window-code.svg';
|
|
3
|
+
export { default as ArrowCircleDown } from './arrow-circle-down.svg';
|
|
3
4
|
export { default as ArrowTopRight } from './arrow-top-right.svg';
|
|
4
5
|
export { default as Assignment } from './assignment-circle.svg';
|
|
5
6
|
export { default as Bash } from './bash-circle.svg';
|
|
@@ -39,6 +40,7 @@ export { default as Satellite } from './satellite.svg';
|
|
|
39
40
|
export { default as Search } from './search.svg';
|
|
40
41
|
export { default as ServerLock } from './server-lock.svg';
|
|
41
42
|
export { default as SettingsVertical } from './settings-vertical.svg';
|
|
43
|
+
export { default as Shield } from './shield.svg';
|
|
42
44
|
export { default as Storage } from './server-2.svg';
|
|
43
45
|
export { default as Support } from './support-circle.svg';
|
|
44
46
|
export { default as SupportClear } from './support.svg';
|