@equinor/echo-components 0.7.5 → 0.7.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/icons/echoAssets/index.d.ts +2 -0
- package/dist/icons/echoAssets/maps.d.ts +6 -0
- package/dist/icons/echoAssets/misc.d.ts +2 -0
- package/dist/index.js +6568 -6492
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IconData } from '@equinor/eds-icons';
|
|
2
|
+
export declare const polygon: IconData;
|
|
3
|
+
export declare const polyrectangle: IconData;
|
|
4
|
+
export declare const polyline: IconData;
|
|
5
|
+
export declare const polygon_symbol: IconData;
|
|
6
|
+
export declare const distance_circle: IconData;
|