@comercti/icons-hmg 0.43.12 → 0.43.14
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/comerc-style-guide.cjs.js +114 -112
- package/comerc-style-guide.es.js +438 -435
- package/comerc-style-guide.umd.js +128 -126
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -262,6 +262,7 @@ import { default as list } from './list.svg?raw';
|
|
|
262
262
|
import { default as loading01 } from './loading01.svg?raw';
|
|
263
263
|
import { default as loading02 } from './loading02.svg?raw';
|
|
264
264
|
import { default as loading03 } from './loading03.svg?raw';
|
|
265
|
+
import { default as location_2 } from './location.svg?raw';
|
|
265
266
|
import { default as lock03 } from './lock03.svg?raw';
|
|
266
267
|
import { default as lockUnlocked03 } from './lockUnlocked03.svg?raw';
|
|
267
268
|
import { default as logIn01 } from './logIn01.svg?raw';
|
|
@@ -983,6 +984,8 @@ export { loading02 }
|
|
|
983
984
|
|
|
984
985
|
export { loading03 }
|
|
985
986
|
|
|
987
|
+
export { location_2 as location }
|
|
988
|
+
|
|
986
989
|
export { lock03 }
|
|
987
990
|
|
|
988
991
|
export { lockUnlocked03 }
|