@karrotmarket/react-monochrome-icon 1.4.0 → 1.6.0
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/lib/IconGridDot5Fill.cjs +109 -0
- package/lib/IconGridDot5Fill.d.ts +9 -0
- package/lib/IconGridDot5Fill.js +88 -0
- package/lib/IconGridDot5Line.cjs +109 -0
- package/lib/IconGridDot5Line.d.ts +9 -0
- package/lib/IconGridDot5Line.js +88 -0
- package/lib/IconMidcutSquareFill.cjs +61 -0
- package/lib/IconMidcutSquareFill.d.ts +9 -0
- package/lib/IconMidcutSquareFill.js +40 -0
- package/lib/IconMidcutSquareLine.cjs +54 -0
- package/lib/IconMidcutSquareLine.d.ts +9 -0
- package/lib/IconMidcutSquareLine.js +33 -0
- package/lib/index.cjs +559 -314
- package/lib/index.d.ts +4 -0
- package/lib/index.js +92 -84
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -570,6 +570,8 @@ export { default as IconDiamondLine } from "./IconDiamondLine.js";
|
|
|
570
570
|
export { default as IconDiamondFill } from "./IconDiamondFill.js";
|
|
571
571
|
export { default as IconSofaLine } from "./IconSofaLine.js";
|
|
572
572
|
export { default as IconSofaFill } from "./IconSofaFill.js";
|
|
573
|
+
export { default as IconMidcutSquareLine } from "./IconMidcutSquareLine.js";
|
|
574
|
+
export { default as IconMidcutSquareFill } from "./IconMidcutSquareFill.js";
|
|
573
575
|
export { default as IconShoppingbagItemsLine } from "./IconShoppingbagItemsLine.js";
|
|
574
576
|
export { default as IconShoppingbagItemsFill } from "./IconShoppingbagItemsFill.js";
|
|
575
577
|
export { default as IconWindow4HouseLine } from "./IconWindow4HouseLine.js";
|
|
@@ -598,6 +600,8 @@ export { default as IconPeople3Line } from "./IconPeople3Line.js";
|
|
|
598
600
|
export { default as IconPeople3Fill } from "./IconPeople3Fill.js";
|
|
599
601
|
export { default as IconArrowUpRightShoppingbagTiltedLine } from "./IconArrowUpRightShoppingbagTiltedLine.js";
|
|
600
602
|
export { default as IconArrowUpRightShoppingbagTiltedFill } from "./IconArrowUpRightShoppingbagTiltedFill.js";
|
|
603
|
+
export { default as IconGridDot5Line } from "./IconGridDot5Line.js";
|
|
604
|
+
export { default as IconGridDot5Fill } from "./IconGridDot5Fill.js";
|
|
601
605
|
export { default as IconPlusSmallLine } from "./IconPlusSmallLine.js";
|
|
602
606
|
export { default as IconPlusSmallFill } from "./IconPlusSmallFill.js";
|
|
603
607
|
export { default as IconChevronLeftSmallLine } from "./IconChevronLeftSmallLine.js";
|
package/lib/index.js
CHANGED
|
@@ -570,48 +570,52 @@ import { default as default570 } from "./IconDiamondLine.js";
|
|
|
570
570
|
import { default as default571 } from "./IconDiamondFill.js";
|
|
571
571
|
import { default as default572 } from "./IconSofaLine.js";
|
|
572
572
|
import { default as default573 } from "./IconSofaFill.js";
|
|
573
|
-
import { default as default574 } from "./
|
|
574
|
-
import { default as default575 } from "./
|
|
575
|
-
import { default as default576 } from "./
|
|
576
|
-
import { default as default577 } from "./
|
|
577
|
-
import { default as default578 } from "./
|
|
578
|
-
import { default as default579 } from "./
|
|
579
|
-
import { default as default580 } from "./
|
|
580
|
-
import { default as default581 } from "./
|
|
581
|
-
import { default as default582 } from "./
|
|
582
|
-
import { default as default583 } from "./
|
|
583
|
-
import { default as default584 } from "./
|
|
584
|
-
import { default as default585 } from "./
|
|
585
|
-
import { default as default586 } from "./
|
|
586
|
-
import { default as default587 } from "./
|
|
587
|
-
import { default as default588 } from "./
|
|
588
|
-
import { default as default589 } from "./
|
|
589
|
-
import { default as default590 } from "./
|
|
590
|
-
import { default as default591 } from "./
|
|
591
|
-
import { default as default592 } from "./
|
|
592
|
-
import { default as default593 } from "./
|
|
593
|
-
import { default as default594 } from "./
|
|
594
|
-
import { default as default595 } from "./
|
|
595
|
-
import { default as default596 } from "./
|
|
596
|
-
import { default as default597 } from "./
|
|
597
|
-
import { default as default598 } from "./
|
|
598
|
-
import { default as default599 } from "./
|
|
599
|
-
import { default as default600 } from "./
|
|
600
|
-
import { default as default601 } from "./
|
|
601
|
-
import { default as default602 } from "./
|
|
602
|
-
import { default as default603 } from "./
|
|
603
|
-
import { default as default604 } from "./
|
|
604
|
-
import { default as default605 } from "./
|
|
605
|
-
import { default as default606 } from "./
|
|
606
|
-
import { default as default607 } from "./
|
|
607
|
-
import { default as default608 } from "./
|
|
608
|
-
import { default as default609 } from "./
|
|
609
|
-
import { default as default610 } from "./
|
|
610
|
-
import { default as default611 } from "./
|
|
611
|
-
import { default as default612 } from "./
|
|
612
|
-
import { default as default613 } from "./
|
|
613
|
-
import { default as default614 } from "./
|
|
614
|
-
import { default as default615 } from "./
|
|
573
|
+
import { default as default574 } from "./IconMidcutSquareLine.js";
|
|
574
|
+
import { default as default575 } from "./IconMidcutSquareFill.js";
|
|
575
|
+
import { default as default576 } from "./IconShoppingbagItemsLine.js";
|
|
576
|
+
import { default as default577 } from "./IconShoppingbagItemsFill.js";
|
|
577
|
+
import { default as default578 } from "./IconWindow4HouseLine.js";
|
|
578
|
+
import { default as default579 } from "./IconWindow4HouseFill.js";
|
|
579
|
+
import { default as default580 } from "./IconCarFrontsideLine.js";
|
|
580
|
+
import { default as default581 } from "./IconCarFrontsideFill.js";
|
|
581
|
+
import { default as default582 } from "./IconPersonMagnifyingglassLine.js";
|
|
582
|
+
import { default as default583 } from "./IconPersonMagnifyingglassFill.js";
|
|
583
|
+
import { default as default584 } from "./IconPerson2OpenarmsLine.js";
|
|
584
|
+
import { default as default585 } from "./IconPerson2OpenarmsFill.js";
|
|
585
|
+
import { default as default586 } from "./IconForkSpoonBagLine.js";
|
|
586
|
+
import { default as default587 } from "./IconForkSpoonBagFill.js";
|
|
587
|
+
import { default as default588 } from "./IconLinechartUpXaxisLine.js";
|
|
588
|
+
import { default as default589 } from "./IconLinechartUpXaxisFill.js";
|
|
589
|
+
import { default as default590 } from "./IconTriangleRightChatbubbleLeftLine.js";
|
|
590
|
+
import { default as default591 } from "./IconTriangleRightChatbubbleLeftFill.js";
|
|
591
|
+
import { default as default592 } from "./IconWindow2StoreLine.js";
|
|
592
|
+
import { default as default593 } from "./IconWindow2StoreFill.js";
|
|
593
|
+
import { default as default594 } from "./IconMegaphoneTiltedLine.js";
|
|
594
|
+
import { default as default595 } from "./IconMegaphoneTiltedFill.js";
|
|
595
|
+
import { default as default596 } from "./IconAppleLine.js";
|
|
596
|
+
import { default as default597 } from "./IconAppleFill.js";
|
|
597
|
+
import { default as default598 } from "./IconRocketLine.js";
|
|
598
|
+
import { default as default599 } from "./IconRocketFill.js";
|
|
599
|
+
import { default as default600 } from "./IconPeople3Line.js";
|
|
600
|
+
import { default as default601 } from "./IconPeople3Fill.js";
|
|
601
|
+
import { default as default602 } from "./IconArrowUpRightShoppingbagTiltedLine.js";
|
|
602
|
+
import { default as default603 } from "./IconArrowUpRightShoppingbagTiltedFill.js";
|
|
603
|
+
import { default as default604 } from "./IconGridDot5Line.js";
|
|
604
|
+
import { default as default605 } from "./IconGridDot5Fill.js";
|
|
605
|
+
import { default as default606 } from "./IconPlusSmallLine.js";
|
|
606
|
+
import { default as default607 } from "./IconPlusSmallFill.js";
|
|
607
|
+
import { default as default608 } from "./IconChevronLeftSmallLine.js";
|
|
608
|
+
import { default as default609 } from "./IconChevronLeftSmallFill.js";
|
|
609
|
+
import { default as default610 } from "./IconChevronRightSmallLine.js";
|
|
610
|
+
import { default as default611 } from "./IconChevronRightSmallFill.js";
|
|
611
|
+
import { default as default612 } from "./IconChevronDownSmallLine.js";
|
|
612
|
+
import { default as default613 } from "./IconChevronDownSmallFill.js";
|
|
613
|
+
import { default as default614 } from "./IconChevronUpSmallLine.js";
|
|
614
|
+
import { default as default615 } from "./IconChevronUpSmallFill.js";
|
|
615
|
+
import { default as default616 } from "./IconMinusFatLine.js";
|
|
616
|
+
import { default as default617 } from "./IconMinusFatFill.js";
|
|
617
|
+
import { default as default618 } from "./IconCheckmarkFatLine.js";
|
|
618
|
+
import { default as default619 } from "./IconCheckmarkFatFill.js";
|
|
615
619
|
export {
|
|
616
620
|
default137 as IconAUppercaseALowercaseFill,
|
|
617
621
|
default136 as IconAUppercaseALowercaseLine,
|
|
@@ -621,8 +625,8 @@ export {
|
|
|
621
625
|
default132 as IconAUppercaseSquareLine,
|
|
622
626
|
default201 as IconAndroidshareFill,
|
|
623
627
|
default200 as IconAndroidshareLine,
|
|
624
|
-
|
|
625
|
-
|
|
628
|
+
default597 as IconAppleFill,
|
|
629
|
+
default596 as IconAppleLine,
|
|
626
630
|
default43 as IconArrow2ClockwiseCircularFill,
|
|
627
631
|
default42 as IconArrow2ClockwiseCircularLine,
|
|
628
632
|
default39 as IconArrowClockwiseCircularFill,
|
|
@@ -663,8 +667,8 @@ export {
|
|
|
663
667
|
default544 as IconArrowUpRightArrowDownLeftSquareLine,
|
|
664
668
|
default11 as IconArrowUpRightFill,
|
|
665
669
|
default10 as IconArrowUpRightLine,
|
|
666
|
-
|
|
667
|
-
|
|
670
|
+
default603 as IconArrowUpRightShoppingbagTiltedFill,
|
|
671
|
+
default602 as IconArrowUpRightShoppingbagTiltedLine,
|
|
668
672
|
default35 as IconArrowUturnLeftFill,
|
|
669
673
|
default34 as IconArrowUturnLeftLine,
|
|
670
674
|
default37 as IconArrowUturnRightFill,
|
|
@@ -710,8 +714,8 @@ export {
|
|
|
710
714
|
default485 as IconCarFill,
|
|
711
715
|
default329 as IconCarFrontUpsideWave2ReversedUpFill,
|
|
712
716
|
default328 as IconCarFrontUpsideWave2ReversedUpLine,
|
|
713
|
-
|
|
714
|
-
|
|
717
|
+
default581 as IconCarFrontsideFill,
|
|
718
|
+
default580 as IconCarFrontsideLine,
|
|
715
719
|
default484 as IconCarLine,
|
|
716
720
|
default323 as IconCarRearTrunkOpenLeftsideFill,
|
|
717
721
|
default322 as IconCarRearTrunkOpenLeftsideLine,
|
|
@@ -741,8 +745,8 @@ export {
|
|
|
741
745
|
default444 as IconCheckmarkClipboardLine,
|
|
742
746
|
default435 as IconCheckmarkCouponFill,
|
|
743
747
|
default434 as IconCheckmarkCouponLine,
|
|
744
|
-
|
|
745
|
-
|
|
748
|
+
default619 as IconCheckmarkFatFill,
|
|
749
|
+
default618 as IconCheckmarkFatLine,
|
|
746
750
|
default259 as IconCheckmarkFill,
|
|
747
751
|
default283 as IconCheckmarkFlowerFill,
|
|
748
752
|
default282 as IconCheckmarkFlowerLine,
|
|
@@ -757,20 +761,20 @@ export {
|
|
|
757
761
|
default348 as IconCheckmarkhorizline2VerticalLine,
|
|
758
762
|
default31 as IconChevronDownFill,
|
|
759
763
|
default30 as IconChevronDownLine,
|
|
760
|
-
|
|
761
|
-
|
|
764
|
+
default613 as IconChevronDownSmallFill,
|
|
765
|
+
default612 as IconChevronDownSmallLine,
|
|
762
766
|
default27 as IconChevronLeftFill,
|
|
763
767
|
default26 as IconChevronLeftLine,
|
|
764
|
-
|
|
765
|
-
|
|
768
|
+
default609 as IconChevronLeftSmallFill,
|
|
769
|
+
default608 as IconChevronLeftSmallLine,
|
|
766
770
|
default29 as IconChevronRightFill,
|
|
767
771
|
default28 as IconChevronRightLine,
|
|
768
|
-
|
|
769
|
-
|
|
772
|
+
default611 as IconChevronRightSmallFill,
|
|
773
|
+
default610 as IconChevronRightSmallLine,
|
|
770
774
|
default33 as IconChevronUpFill,
|
|
771
775
|
default32 as IconChevronUpLine,
|
|
772
|
-
|
|
773
|
-
|
|
776
|
+
default615 as IconChevronUpSmallFill,
|
|
777
|
+
default614 as IconChevronUpSmallLine,
|
|
774
778
|
default541 as IconCircle4SquareFill,
|
|
775
779
|
default540 as IconCircle4SquareLine,
|
|
776
780
|
default423 as IconClockFill,
|
|
@@ -877,8 +881,8 @@ export {
|
|
|
877
881
|
default364 as IconFlameLine,
|
|
878
882
|
default295 as IconFlaskFill,
|
|
879
883
|
default294 as IconFlaskLine,
|
|
880
|
-
|
|
881
|
-
|
|
884
|
+
default587 as IconForkSpoonBagFill,
|
|
885
|
+
default586 as IconForkSpoonBagLine,
|
|
882
886
|
default501 as IconForkSpoonFill,
|
|
883
887
|
default500 as IconForkSpoonLine,
|
|
884
888
|
default535 as IconFridgeFill,
|
|
@@ -891,6 +895,8 @@ export {
|
|
|
891
895
|
default78 as IconGlobeLine,
|
|
892
896
|
default509 as IconGraduationcapFill,
|
|
893
897
|
default508 as IconGraduationcapLine,
|
|
898
|
+
default605 as IconGridDot5Fill,
|
|
899
|
+
default604 as IconGridDot5Line,
|
|
894
900
|
default191 as IconGridHeartFill,
|
|
895
901
|
default190 as IconGridHeartLine,
|
|
896
902
|
default209 as IconHandPointUpFill,
|
|
@@ -943,8 +949,8 @@ export {
|
|
|
943
949
|
default112 as IconLightningLine,
|
|
944
950
|
default115 as IconLightningSlashFill,
|
|
945
951
|
default114 as IconLightningSlashLine,
|
|
946
|
-
|
|
947
|
-
|
|
952
|
+
default589 as IconLinechartUpXaxisFill,
|
|
953
|
+
default588 as IconLinechartUpXaxisLine,
|
|
948
954
|
default83 as IconLocationpinFill,
|
|
949
955
|
default82 as IconLocationpinLine,
|
|
950
956
|
default235 as IconLockFill,
|
|
@@ -959,8 +965,8 @@ export {
|
|
|
959
965
|
default84 as IconMapLocationpinLine,
|
|
960
966
|
default429 as IconMegaphoneFill,
|
|
961
967
|
default428 as IconMegaphoneLine,
|
|
962
|
-
|
|
963
|
-
|
|
968
|
+
default595 as IconMegaphoneTiltedFill,
|
|
969
|
+
default594 as IconMegaphoneTiltedLine,
|
|
964
970
|
default525 as IconMetroFrontsideFill,
|
|
965
971
|
default524 as IconMetroFrontsideLine,
|
|
966
972
|
default71 as IconMicrophoneFill,
|
|
@@ -969,10 +975,12 @@ export {
|
|
|
969
975
|
default72 as IconMicrophoneSlashLine,
|
|
970
976
|
default533 as IconMicrowaveFill,
|
|
971
977
|
default532 as IconMicrowaveLine,
|
|
978
|
+
default575 as IconMidcutSquareFill,
|
|
979
|
+
default574 as IconMidcutSquareLine,
|
|
972
980
|
default267 as IconMinusCircleFill,
|
|
973
981
|
default266 as IconMinusCircleLine,
|
|
974
|
-
|
|
975
|
-
|
|
982
|
+
default617 as IconMinusFatFill,
|
|
983
|
+
default616 as IconMinusFatLine,
|
|
976
984
|
default255 as IconMinusFill,
|
|
977
985
|
default254 as IconMinusLine,
|
|
978
986
|
default305 as IconMobileFill,
|
|
@@ -1005,24 +1013,24 @@ export {
|
|
|
1005
1013
|
default122 as IconPenHorizlineLine,
|
|
1006
1014
|
default503 as IconPencilFill,
|
|
1007
1015
|
default502 as IconPencilLine,
|
|
1008
|
-
|
|
1009
|
-
|
|
1016
|
+
default601 as IconPeople3Fill,
|
|
1017
|
+
default600 as IconPeople3Line,
|
|
1010
1018
|
default149 as IconPercentFill,
|
|
1011
1019
|
default439 as IconPercentFlowerFill,
|
|
1012
1020
|
default438 as IconPercentFlowerLine,
|
|
1013
1021
|
default148 as IconPercentLine,
|
|
1014
1022
|
default241 as IconPerson2Fill,
|
|
1015
1023
|
default240 as IconPerson2Line,
|
|
1016
|
-
|
|
1017
|
-
|
|
1024
|
+
default585 as IconPerson2OpenarmsFill,
|
|
1025
|
+
default584 as IconPerson2OpenarmsLine,
|
|
1018
1026
|
default243 as IconPersonCircleFill,
|
|
1019
1027
|
default242 as IconPersonCircleLine,
|
|
1020
1028
|
default239 as IconPersonFill,
|
|
1021
1029
|
default441 as IconPersonFlowerFill,
|
|
1022
1030
|
default440 as IconPersonFlowerLine,
|
|
1023
1031
|
default238 as IconPersonLine,
|
|
1024
|
-
|
|
1025
|
-
|
|
1032
|
+
default583 as IconPersonMagnifyingglassFill,
|
|
1033
|
+
default582 as IconPersonMagnifyingglassLine,
|
|
1026
1034
|
default245 as IconPersonPlusFill,
|
|
1027
1035
|
default244 as IconPersonPlusLine,
|
|
1028
1036
|
default413 as IconPersonShieldFill,
|
|
@@ -1039,8 +1047,8 @@ export {
|
|
|
1039
1047
|
default264 as IconPlusCircleLine,
|
|
1040
1048
|
default253 as IconPlusFill,
|
|
1041
1049
|
default252 as IconPlusLine,
|
|
1042
|
-
|
|
1043
|
-
|
|
1050
|
+
default607 as IconPlusSmallFill,
|
|
1051
|
+
default606 as IconPlusSmallLine,
|
|
1044
1052
|
default269 as IconPlusSquareFill,
|
|
1045
1053
|
default268 as IconPlusSquareLine,
|
|
1046
1054
|
default449 as IconPostFill,
|
|
@@ -1063,8 +1071,8 @@ export {
|
|
|
1063
1071
|
default108 as IconRectangleSplitedLineVerticalLine,
|
|
1064
1072
|
default319 as IconRoadlaneFill,
|
|
1065
1073
|
default318 as IconRoadlaneLine,
|
|
1066
|
-
|
|
1067
|
-
|
|
1074
|
+
default599 as IconRocketFill,
|
|
1075
|
+
default598 as IconRocketLine,
|
|
1068
1076
|
default547 as IconRooftoproomFill,
|
|
1069
1077
|
default546 as IconRooftoproomLine,
|
|
1070
1078
|
default145 as IconSUppercaseHorizlineCenterFill,
|
|
@@ -1082,8 +1090,8 @@ export {
|
|
|
1082
1090
|
default381 as IconShoppingbag2StackedFill,
|
|
1083
1091
|
default380 as IconShoppingbag2StackedLine,
|
|
1084
1092
|
default379 as IconShoppingbagFill,
|
|
1085
|
-
|
|
1086
|
-
|
|
1093
|
+
default577 as IconShoppingbagItemsFill,
|
|
1094
|
+
default576 as IconShoppingbagItemsLine,
|
|
1087
1095
|
default378 as IconShoppingbagLine,
|
|
1088
1096
|
default343 as IconSidemirrorWaveFill,
|
|
1089
1097
|
default342 as IconSidemirrorWaveLine,
|
|
@@ -1169,8 +1177,8 @@ export {
|
|
|
1169
1177
|
default202 as IconTrashcanLine,
|
|
1170
1178
|
default45 as IconTriangleDownSmallFill,
|
|
1171
1179
|
default44 as IconTriangleDownSmallLine,
|
|
1172
|
-
|
|
1173
|
-
|
|
1180
|
+
default591 as IconTriangleRightChatbubbleLeftFill,
|
|
1181
|
+
default590 as IconTriangleRightChatbubbleLeftLine,
|
|
1174
1182
|
default67 as IconTriangleRightFill,
|
|
1175
1183
|
default66 as IconTriangleRightLine,
|
|
1176
1184
|
default111 as IconTriangleRightRectangleSplitedLineVerticalFill,
|
|
@@ -1197,10 +1205,10 @@ export {
|
|
|
1197
1205
|
default102 as IconWandLine,
|
|
1198
1206
|
default537 as IconWashingmachineFill,
|
|
1199
1207
|
default536 as IconWashingmachineLine,
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1208
|
+
default593 as IconWindow2StoreFill,
|
|
1209
|
+
default592 as IconWindow2StoreLine,
|
|
1210
|
+
default579 as IconWindow4HouseFill,
|
|
1211
|
+
default578 as IconWindow4HouseLine,
|
|
1204
1212
|
default391 as IconWonArrowClockwiseCircularFill,
|
|
1205
1213
|
default390 as IconWonArrowClockwiseCircularLine,
|
|
1206
1214
|
default477 as IconWonCircleArrowLeftFill,
|