@comercti/icons-hmg 0.0.37 → 0.0.40
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 +56 -33
- package/comerc-style-guide.es.js +79 -48
- package/comerc-style-guide.umd.js +88 -65
- package/index.d.ts +24 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -89,7 +89,9 @@ import { default as building05 } from './building05.svg?raw';
|
|
|
89
89
|
import { default as building06 } from './building06.svg?raw';
|
|
90
90
|
import { default as building07 } from './building07.svg?raw';
|
|
91
91
|
import { default as building08 } from './building08.svg?raw';
|
|
92
|
+
import { default as calculator } from './calculator.svg?raw';
|
|
92
93
|
import { default as calendar } from './calendar.svg?raw';
|
|
94
|
+
import { default as cashPayment } from './cashPayment.svg?raw';
|
|
93
95
|
import { default as check } from './check.svg?raw';
|
|
94
96
|
import { default as checkCircle } from './checkCircle.svg?raw';
|
|
95
97
|
import { default as checkCircleBroken } from './checkCircleBroken.svg?raw';
|
|
@@ -121,6 +123,7 @@ import { default as circle02 } from './circle02.svg?raw';
|
|
|
121
123
|
import { default as circle03 } from './circle03.svg?raw';
|
|
122
124
|
import { default as cloudBlank01 } from './cloudBlank01.svg?raw';
|
|
123
125
|
import { default as cloudBlank02 } from './cloudBlank02.svg?raw';
|
|
126
|
+
import { default as contract } from './contract.svg?raw';
|
|
124
127
|
import { default as copy01 } from './copy01.svg?raw';
|
|
125
128
|
import { default as copy02 } from './copy02.svg?raw';
|
|
126
129
|
import { default as copy03 } from './copy03.svg?raw';
|
|
@@ -142,6 +145,7 @@ import { default as cube02 } from './cube02.svg?raw';
|
|
|
142
145
|
import { default as cube03 } from './cube03.svg?raw';
|
|
143
146
|
import { default as cube04 } from './cube04.svg?raw';
|
|
144
147
|
import { default as cubeOutline } from './cubeOutline.svg?raw';
|
|
148
|
+
import { default as dataflow4 } from './dataflow4.svg?raw';
|
|
145
149
|
import { default as dice1 } from './dice1.svg?raw';
|
|
146
150
|
import { default as dice2 } from './dice2.svg?raw';
|
|
147
151
|
import { default as dice3 } from './dice3.svg?raw';
|
|
@@ -151,6 +155,7 @@ import { default as dice6 } from './dice6.svg?raw';
|
|
|
151
155
|
import { default as divide01 } from './divide01.svg?raw';
|
|
152
156
|
import { default as divide02 } from './divide02.svg?raw';
|
|
153
157
|
import { default as divide03 } from './divide03.svg?raw';
|
|
158
|
+
import { default as dollarCiclo } from './dollarCiclo.svg?raw';
|
|
154
159
|
import { default as dotsGrid } from './dotsGrid.svg?raw';
|
|
155
160
|
import { default as dotsHorizontal } from './dotsHorizontal.svg?raw';
|
|
156
161
|
import { default as dotsVertical } from './dotsVertical.svg?raw';
|
|
@@ -228,6 +233,7 @@ import { default as infoCircle } from './infoCircle.svg?raw';
|
|
|
228
233
|
import { default as infoHexagon } from './infoHexagon.svg?raw';
|
|
229
234
|
import { default as infoOctagon } from './infoOctagon.svg?raw';
|
|
230
235
|
import { default as infoSquare } from './infoSquare.svg?raw';
|
|
236
|
+
import { default as laptopHelp } from './laptopHelp.svg?raw';
|
|
231
237
|
import { default as layersThree } from './layersThree.svg?raw';
|
|
232
238
|
import { default as layoutPushLeft } from './layoutPushLeft.svg?raw';
|
|
233
239
|
import { default as layoutPushRight } from './layoutPushRight.svg?raw';
|
|
@@ -281,6 +287,7 @@ import { default as notificationText } from './notificationText.svg?raw';
|
|
|
281
287
|
import { default as octagon } from './octagon.svg?raw';
|
|
282
288
|
import { default as oneDots } from './oneDots.svg?raw';
|
|
283
289
|
import { default as page } from './page.svg?raw';
|
|
290
|
+
import { default as paper } from './paper.svg?raw';
|
|
284
291
|
import { default as pen } from './pen.svg?raw';
|
|
285
292
|
import { default as pentagon } from './pentagon.svg?raw';
|
|
286
293
|
import { default as percent01 } from './percent01.svg?raw';
|
|
@@ -353,6 +360,7 @@ import { default as target02 } from './target02.svg?raw';
|
|
|
353
360
|
import { default as target03 } from './target03.svg?raw';
|
|
354
361
|
import { default as target04 } from './target04.svg?raw';
|
|
355
362
|
import { default as target05 } from './target05.svg?raw';
|
|
363
|
+
import { default as taskList } from './taskList.svg?raw';
|
|
356
364
|
import { default as thumbsDown } from './thumbsDown.svg?raw';
|
|
357
365
|
import { default as thumbsUp } from './thumbsUp.svg?raw';
|
|
358
366
|
import { default as toggleLeft01 } from './toggleLeft01.svg?raw';
|
|
@@ -607,8 +615,12 @@ export { building07 }
|
|
|
607
615
|
|
|
608
616
|
export { building08 }
|
|
609
617
|
|
|
618
|
+
export { calculator }
|
|
619
|
+
|
|
610
620
|
export { calendar }
|
|
611
621
|
|
|
622
|
+
export { cashPayment }
|
|
623
|
+
|
|
612
624
|
export { check }
|
|
613
625
|
|
|
614
626
|
export { checkCircle }
|
|
@@ -671,6 +683,8 @@ export { cloudBlank01 }
|
|
|
671
683
|
|
|
672
684
|
export { cloudBlank02 }
|
|
673
685
|
|
|
686
|
+
export { contract }
|
|
687
|
+
|
|
674
688
|
export { copy01 }
|
|
675
689
|
|
|
676
690
|
export { copy02 }
|
|
@@ -713,6 +727,8 @@ export { cube04 }
|
|
|
713
727
|
|
|
714
728
|
export { cubeOutline }
|
|
715
729
|
|
|
730
|
+
export { dataflow4 }
|
|
731
|
+
|
|
716
732
|
export { dice1 }
|
|
717
733
|
|
|
718
734
|
export { dice2 }
|
|
@@ -731,6 +747,8 @@ export { divide02 }
|
|
|
731
747
|
|
|
732
748
|
export { divide03 }
|
|
733
749
|
|
|
750
|
+
export { dollarCiclo }
|
|
751
|
+
|
|
734
752
|
export { dotsGrid }
|
|
735
753
|
|
|
736
754
|
export { dotsHorizontal }
|
|
@@ -885,6 +903,8 @@ export { infoOctagon }
|
|
|
885
903
|
|
|
886
904
|
export { infoSquare }
|
|
887
905
|
|
|
906
|
+
export { laptopHelp }
|
|
907
|
+
|
|
888
908
|
export { layersThree }
|
|
889
909
|
|
|
890
910
|
export { layoutPushLeft }
|
|
@@ -991,6 +1011,8 @@ export { oneDots }
|
|
|
991
1011
|
|
|
992
1012
|
export { page }
|
|
993
1013
|
|
|
1014
|
+
export { paper }
|
|
1015
|
+
|
|
994
1016
|
export { pen }
|
|
995
1017
|
|
|
996
1018
|
export { pentagon }
|
|
@@ -1135,6 +1157,8 @@ export { target04 }
|
|
|
1135
1157
|
|
|
1136
1158
|
export { target05 }
|
|
1137
1159
|
|
|
1160
|
+
export { taskList }
|
|
1161
|
+
|
|
1138
1162
|
export { thumbsDown }
|
|
1139
1163
|
|
|
1140
1164
|
export { thumbsUp }
|