@comercti/icons-hmg 0.41.8 → 0.41.10
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 +151 -143
- package/comerc-style-guide.es.js +294 -284
- package/comerc-style-guide.umd.js +152 -144
- package/index.d.ts +6 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -277,6 +277,7 @@ import { default as mail02 } from './mail02.svg?raw';
|
|
|
277
277
|
import { default as mail03 } from './mail03.svg?raw';
|
|
278
278
|
import { default as mail04 } from './mail04.svg?raw';
|
|
279
279
|
import { default as mail05 } from './mail05.svg?raw';
|
|
280
|
+
import { default as markerPin01 } from './markerPin01.svg?raw';
|
|
280
281
|
import { default as medicalCircle } from './medicalCircle.svg?raw';
|
|
281
282
|
import { default as medicalCross } from './medicalCross.svg?raw';
|
|
282
283
|
import { default as medicalSquare } from './medicalSquare.svg?raw';
|
|
@@ -317,6 +318,7 @@ import { default as pin01 } from './pin01.svg?raw';
|
|
|
317
318
|
import { default as pin02 } from './pin02.svg?raw';
|
|
318
319
|
import { default as pix } from './pix.svg?raw';
|
|
319
320
|
import { default as placeholder } from './placeholder.svg?raw';
|
|
321
|
+
import { default as play01 } from './play01.svg?raw';
|
|
320
322
|
import { default as plus } from './plus.svg?raw';
|
|
321
323
|
import { default as plusCircle } from './plusCircle.svg?raw';
|
|
322
324
|
import { default as plusSquare } from './plusSquare.svg?raw';
|
|
@@ -1011,6 +1013,8 @@ export { mail04 }
|
|
|
1011
1013
|
|
|
1012
1014
|
export { mail05 }
|
|
1013
1015
|
|
|
1016
|
+
export { markerPin01 }
|
|
1017
|
+
|
|
1014
1018
|
export { medicalCircle }
|
|
1015
1019
|
|
|
1016
1020
|
export { medicalCross }
|
|
@@ -1091,6 +1095,8 @@ export { pix }
|
|
|
1091
1095
|
|
|
1092
1096
|
export { placeholder }
|
|
1093
1097
|
|
|
1098
|
+
export { play01 }
|
|
1099
|
+
|
|
1094
1100
|
export { plus }
|
|
1095
1101
|
|
|
1096
1102
|
export { plusCircle }
|