@bbl-digital/snorre 3.0.23 → 3.0.26

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.
Files changed (34) hide show
  1. package/dist/bundle.js +274 -0
  2. package/esm/icons/General/IconCases.js +57 -0
  3. package/esm/icons/General/IconHomeFilled.js +45 -0
  4. package/esm/icons/General/IconHomeOutline.js +45 -0
  5. package/esm/icons/General/IconHouseBlockFilled.js +45 -0
  6. package/esm/icons/General/IconHouseBlockOutline.js +45 -0
  7. package/esm/icons/General/IconLeafFilled.js +54 -0
  8. package/esm/icons/General/IconLeafOutline.js +54 -0
  9. package/esm/index.js +8 -1
  10. package/lib/icons/General/IconCases.d.ts +4 -0
  11. package/lib/icons/General/IconCases.d.ts.map +1 -0
  12. package/lib/icons/General/IconCases.js +57 -0
  13. package/lib/icons/General/IconHomeFilled.d.ts +4 -0
  14. package/lib/icons/General/IconHomeFilled.d.ts.map +1 -0
  15. package/lib/icons/General/IconHomeFilled.js +45 -0
  16. package/lib/icons/General/IconHomeOutline.d.ts +4 -0
  17. package/lib/icons/General/IconHomeOutline.d.ts.map +1 -0
  18. package/lib/icons/General/IconHomeOutline.js +45 -0
  19. package/lib/icons/General/IconHouseBlockFilled.d.ts +4 -0
  20. package/lib/icons/General/IconHouseBlockFilled.d.ts.map +1 -0
  21. package/lib/icons/General/IconHouseBlockFilled.js +45 -0
  22. package/lib/icons/General/IconHouseBlockOutline.d.ts +4 -0
  23. package/lib/icons/General/IconHouseBlockOutline.d.ts.map +1 -0
  24. package/lib/icons/General/IconHouseBlockOutline.js +45 -0
  25. package/lib/icons/General/IconLeafFilled.d.ts +4 -0
  26. package/lib/icons/General/IconLeafFilled.d.ts.map +1 -0
  27. package/lib/icons/General/IconLeafFilled.js +54 -0
  28. package/lib/icons/General/IconLeafOutline.d.ts +4 -0
  29. package/lib/icons/General/IconLeafOutline.d.ts.map +1 -0
  30. package/lib/icons/General/IconLeafOutline.js +54 -0
  31. package/lib/index.d.ts +8 -1
  32. package/lib/index.d.ts.map +1 -1
  33. package/lib/index.js +8 -1
  34. package/package.json +1 -1
package/dist/bundle.js CHANGED
@@ -2240,6 +2240,59 @@
2240
2240
 
2241
2241
  var IconCaretUp$1 = withIcon()(IconCaretUp);
2242
2242
 
2243
+ const IconCases = props => {
2244
+ return /*#__PURE__*/jsxRuntime.jsxs("svg", {
2245
+ viewBox: "0 0 24 24",
2246
+ ...props,
2247
+ children: [/*#__PURE__*/jsxRuntime.jsxs("defs", {
2248
+ children: [/*#__PURE__*/jsxRuntime.jsx("clipPath", {
2249
+ id: "cc",
2250
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
2251
+ d: "m1440 0v1892h-1440v-1892h1440z"
2252
+ })
2253
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
2254
+ id: "cb",
2255
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
2256
+ d: "m7.3967 6.5719 1.4109 1.3965-5.2375 5.0316-3.5701-3.4092 1.4323-1.3555 2.1378 2.0332 3.8266-3.6967zm10.603 2.793v1.9305h-8.0594v-1.9305h8.0594zm-10.603-9.3649 1.4109 1.3965-5.2375 5.0316-3.5701-3.4092 1.4323-1.3555 2.1378 2.0332 3.8266-3.6967zm10.603 2.793v1.9305h-8.0594v-1.9305h8.0594z"
2257
+ })
2258
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
2259
+ id: "ca",
2260
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
2261
+ d: "m20.571 0v19.5h-20.571v-19.5h20.571z"
2262
+ })
2263
+ })]
2264
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
2265
+ transform: "translate(-700 -261)",
2266
+ children: /*#__PURE__*/jsxRuntime.jsx("g", {
2267
+ "clip-path": "url(#cc)",
2268
+ children: /*#__PURE__*/jsxRuntime.jsx("g", {
2269
+ transform: "translate(700 261)",
2270
+ children: /*#__PURE__*/jsxRuntime.jsx("g", {
2271
+ transform: "translate(3 6)",
2272
+ children: /*#__PURE__*/jsxRuntime.jsxs("g", {
2273
+ "clip-path": "url(#cb)",
2274
+ children: [/*#__PURE__*/jsxRuntime.jsx("polygon", {
2275
+ points: "0 0 18 0 18 13 0 13",
2276
+ fill: "#fff"
2277
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
2278
+ transform: "translate(-1.7143 -3.25)",
2279
+ children: /*#__PURE__*/jsxRuntime.jsx("g", {
2280
+ "clip-path": "url(#ca)",
2281
+ children: /*#__PURE__*/jsxRuntime.jsx("polygon", {
2282
+ points: "1.7143 3.25 19.714 3.25 19.714 16.25 1.7143 16.25"
2283
+ })
2284
+ })
2285
+ })]
2286
+ })
2287
+ })
2288
+ })
2289
+ })
2290
+ })]
2291
+ });
2292
+ };
2293
+
2294
+ var IconCases$1 = withIcon()(IconCases);
2295
+
2243
2296
  const IconCaretRight = props => {
2244
2297
  return /*#__PURE__*/jsxRuntime.jsx("svg", {
2245
2298
  viewBox: "0 0 24 24",
@@ -2763,6 +2816,56 @@
2763
2816
 
2764
2817
  var IconKitchen$1 = withIcon()(IconKitchen);
2765
2818
 
2819
+ const IconLeafFilled = props => /*#__PURE__*/jsxRuntime.jsxs("svg", {
2820
+ viewBox: "0 0 24 24",
2821
+ ...props,
2822
+ children: [/*#__PURE__*/jsxRuntime.jsxs("defs", {
2823
+ children: [/*#__PURE__*/jsxRuntime.jsx("clipPath", {
2824
+ id: "lfc",
2825
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
2826
+ d: "m1440 0v1892h-1440v-1892h1440z"
2827
+ })
2828
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
2829
+ id: "lfb",
2830
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
2831
+ d: "m17 0v8.4869c0 2.3823-0.82202 4.3967-2.466 6.0433s-3.6553 2.4699-6.034 2.4699c-1.0144 0-1.972-0.16641-2.8727-0.49923-0.90072-0.33282-1.7184-0.80577-2.4529-1.4189l-1.5741 1.5502c-0.1749 0.17517-0.3804 0.26275-0.61651 0.26275-0.23611 0-0.44162-0.087584-0.61651-0.26275-0.1749-0.17517-0.26235-0.37661-0.26235-0.60433s0.087449-0.43792 0.26235-0.6306l1.5478-1.5765c-0.61214-0.7357-1.0844-1.5502-1.4167-2.4436s-0.49846-1.8568-0.49846-2.8903c0-2.3648 0.82202-4.3704 2.466-6.017 1.644-1.6466 3.6553-2.4699 6.034-2.4699h8.5z"
2832
+ })
2833
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
2834
+ id: "lfa",
2835
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
2836
+ d: "m21.474 0v21.474h-21.474v-21.474h21.474z"
2837
+ })
2838
+ })]
2839
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
2840
+ transform: "translate(-580 -1389)",
2841
+ children: /*#__PURE__*/jsxRuntime.jsx("g", {
2842
+ "clip-path": "url(#lfc)",
2843
+ children: /*#__PURE__*/jsxRuntime.jsx("g", {
2844
+ transform: "translate(580 1389)",
2845
+ children: /*#__PURE__*/jsxRuntime.jsx("g", {
2846
+ transform: "translate(3.5 3.5)",
2847
+ children: /*#__PURE__*/jsxRuntime.jsxs("g", {
2848
+ "clip-path": "url(#lfb)",
2849
+ children: [/*#__PURE__*/jsxRuntime.jsx("polygon", {
2850
+ points: "0 0 17 0 17 17 0 17"
2851
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
2852
+ transform: "translate(-2.2368 -2.2368)",
2853
+ children: /*#__PURE__*/jsxRuntime.jsx("g", {
2854
+ "clip-path": "url(#lfa)",
2855
+ children: /*#__PURE__*/jsxRuntime.jsx("polygon", {
2856
+ points: "2.2368 2.2368 19.237 2.2368 19.237 19.237 2.2368 19.237"
2857
+ })
2858
+ })
2859
+ })]
2860
+ })
2861
+ })
2862
+ })
2863
+ })
2864
+ })]
2865
+ });
2866
+
2867
+ var IconLeafFilled$1 = withIcon()(IconLeafFilled);
2868
+
2766
2869
  const IconLeisureTime = props => {
2767
2870
  return /*#__PURE__*/jsxRuntime.jsx("svg", {
2768
2871
  viewBox: "0 0 24 24",
@@ -3548,6 +3651,170 @@
3548
3651
 
3549
3652
  var IconHouseOutline$1 = withIcon()(IconHouseOutline);
3550
3653
 
3654
+ const IconHomeFilled = props => /*#__PURE__*/jsxRuntime.jsxs("svg", {
3655
+ viewBox: "0 0 24 24",
3656
+ ...props,
3657
+ children: [/*#__PURE__*/jsxRuntime.jsxs("defs", {
3658
+ children: [/*#__PURE__*/jsxRuntime.jsx("clipPath", {
3659
+ id: "hfa",
3660
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3661
+ d: "M1440 0v1892H0V0h1440Z"
3662
+ })
3663
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
3664
+ id: "hfb",
3665
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3666
+ d: "m9 0 9 7v12H0V7l9-7Z"
3667
+ })
3668
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
3669
+ id: "hfc",
3670
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3671
+ d: "M24 0v24H0V0h24Z"
3672
+ })
3673
+ })]
3674
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
3675
+ "clip-path": "url(#hfa)",
3676
+ transform: "translate(-580 -1429)",
3677
+ children: /*#__PURE__*/jsxRuntime.jsxs("g", {
3678
+ "clip-path": "url(#hfb)",
3679
+ transform: "translate(583 1431)",
3680
+ children: [/*#__PURE__*/jsxRuntime.jsx("path", {
3681
+ d: "M0 0h18v19H0V0z"
3682
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
3683
+ "clip-path": "url(#hfc)",
3684
+ transform: "translate(-3 -2)",
3685
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3686
+ d: "M3 2h18v19H3V2z"
3687
+ })
3688
+ })]
3689
+ })
3690
+ })]
3691
+ });
3692
+
3693
+ var IconHomeFilled$1 = withIcon()(IconHomeFilled);
3694
+
3695
+ const IconHomeOutline = props => /*#__PURE__*/jsxRuntime.jsxs("svg", {
3696
+ viewBox: "0 0 24 24",
3697
+ ...props,
3698
+ children: [/*#__PURE__*/jsxRuntime.jsxs("defs", {
3699
+ children: [/*#__PURE__*/jsxRuntime.jsx("clipPath", {
3700
+ id: "hoa",
3701
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3702
+ d: "M1440 0v1892H0V0h1440Z"
3703
+ })
3704
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
3705
+ id: "hob",
3706
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3707
+ d: "m9 0 9 7v12H0V7l9-7Zm0 2.404L2 8.07V17h14V8.071L9 2.404Z"
3708
+ })
3709
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
3710
+ id: "hoc",
3711
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3712
+ d: "M24 0v24H0V0h24Z"
3713
+ })
3714
+ })]
3715
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
3716
+ "clip-path": "url(#hoa)",
3717
+ transform: "translate(-620 -1429)",
3718
+ children: /*#__PURE__*/jsxRuntime.jsxs("g", {
3719
+ "clip-path": "url(#hob)",
3720
+ transform: "translate(623 1431)",
3721
+ children: [/*#__PURE__*/jsxRuntime.jsx("path", {
3722
+ d: "M0 0h18v19H0V0z"
3723
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
3724
+ "clip-path": "url(#hoc)",
3725
+ transform: "translate(-3 -3)",
3726
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3727
+ d: "M3 3h18v19H3V3z"
3728
+ })
3729
+ })]
3730
+ })
3731
+ })]
3732
+ });
3733
+
3734
+ var IconHomeOutline$1 = withIcon()(IconHomeOutline);
3735
+
3736
+ const IconHouseBlockFilled = props => /*#__PURE__*/jsxRuntime.jsxs("svg", {
3737
+ viewBox: "0 0 24 24",
3738
+ ...props,
3739
+ children: [/*#__PURE__*/jsxRuntime.jsxs("defs", {
3740
+ children: [/*#__PURE__*/jsxRuntime.jsx("clipPath", {
3741
+ id: "hbfa",
3742
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3743
+ d: "M1440 0v1892H0V0h1440Z"
3744
+ })
3745
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
3746
+ id: "hbfb",
3747
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3748
+ d: "M15 0v18H0V0h15ZM6.5 12h-2v2h2v-2Zm4 0h-2v2h2v-2Zm-4-4h-2v2h2V8Zm4 0h-2v2h2V8Zm-4-4h-2v2h2V4Zm4 0h-2v2h2V4Z"
3749
+ })
3750
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
3751
+ id: "hbfc",
3752
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3753
+ d: "M24 0v24H0V0h24Z"
3754
+ })
3755
+ })]
3756
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
3757
+ "clip-path": "url(#hbfa)",
3758
+ transform: "translate(-660 -1429)",
3759
+ children: /*#__PURE__*/jsxRuntime.jsxs("g", {
3760
+ "clip-path": "url(#hbfb)",
3761
+ transform: "translate(664.5 1432)",
3762
+ children: [/*#__PURE__*/jsxRuntime.jsx("path", {
3763
+ d: "M0 0h15v18H0V0z"
3764
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
3765
+ "clip-path": "url(#hbfc)",
3766
+ transform: "translate(0 -3)",
3767
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3768
+ d: "M0 3h15v18H0V3z"
3769
+ })
3770
+ })]
3771
+ })
3772
+ })]
3773
+ });
3774
+
3775
+ var IconHouseBlockFilled$1 = withIcon()(IconHouseBlockFilled);
3776
+
3777
+ const IconHouseBlockOutline = props => /*#__PURE__*/jsxRuntime.jsxs("svg", {
3778
+ viewBox: "0 0 24 24",
3779
+ ...props,
3780
+ children: [/*#__PURE__*/jsxRuntime.jsxs("defs", {
3781
+ children: [/*#__PURE__*/jsxRuntime.jsx("clipPath", {
3782
+ id: "hboa",
3783
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3784
+ d: "M1440 0v1892H0V0h1440Z"
3785
+ })
3786
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
3787
+ id: "hbob",
3788
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3789
+ d: "M15 0v18H0V0h15Zm-2 2H2v14h11V2ZM6.5 12v2h-2v-2h2Zm4 0v2h-2v-2h2Zm-4-4v2h-2V8h2Zm4 0v2h-2V8h2Zm-4-4v2h-2V4h2Zm4 0v2h-2V4h2Z"
3790
+ })
3791
+ }), /*#__PURE__*/jsxRuntime.jsx("clipPath", {
3792
+ id: "hboc",
3793
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3794
+ d: "M24 0v24H0V0h24Z"
3795
+ })
3796
+ })]
3797
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
3798
+ "clip-path": "url(#hboa)",
3799
+ transform: "translate(-700 -1429)",
3800
+ children: /*#__PURE__*/jsxRuntime.jsxs("g", {
3801
+ "clip-path": "url(#hbob)",
3802
+ transform: "translate(704.5 1432)",
3803
+ children: [/*#__PURE__*/jsxRuntime.jsx("path", {
3804
+ d: "M0 0h15v18H0V0z"
3805
+ }), /*#__PURE__*/jsxRuntime.jsx("g", {
3806
+ "clip-path": "url(#hboc)",
3807
+ transform: "translate(0 -3)",
3808
+ children: /*#__PURE__*/jsxRuntime.jsx("path", {
3809
+ d: "M0 3h15v18H0V3z"
3810
+ })
3811
+ })]
3812
+ })
3813
+ })]
3814
+ });
3815
+
3816
+ var IconHouseBlockOutline$1 = withIcon()(IconHouseBlockOutline);
3817
+
3551
3818
  const IconMembershipFilled = props => {
3552
3819
  return /*#__PURE__*/jsxRuntime.jsx("svg", {
3553
3820
  viewBox: "0 0 22 16",
@@ -32931,6 +33198,7 @@ to {top: 100vh;}
32931
33198
  exports.IconCaretLeft = IconCaretLeft$1;
32932
33199
  exports.IconCaretRight = IconCaretRight$1;
32933
33200
  exports.IconCaretUp = IconCaretUp$1;
33201
+ exports.IconCases = IconCases$1;
32934
33202
  exports.IconCheck = IconCheck$1;
32935
33203
  exports.IconCheckedFilled = IconCheckedFilled$1;
32936
33204
  exports.IconCheckedOutline = IconCheckedOutline$1;
@@ -32989,7 +33257,11 @@ to {top: 100vh;}
32989
33257
  exports.IconHearthOutline = IconHearthOutline$1;
32990
33258
  exports.IconHelp = IconHelp$1;
32991
33259
  exports.IconHistory = IconHistory$1;
33260
+ exports.IconHomeFilled = IconHomeFilled$1;
33261
+ exports.IconHomeOutline = IconHomeOutline$1;
32992
33262
  exports.IconHouse = IconHouse$1;
33263
+ exports.IconHouseBlockFilled = IconHouseBlockFilled$1;
33264
+ exports.IconHouseBlockOutline = IconHouseBlockOutline$1;
32993
33265
  exports.IconHouseOutline = IconHouseOutline$1;
32994
33266
  exports.IconHumans = IconHumans$1;
32995
33267
  exports.IconImportantComment = IconImportantComment$1;
@@ -33001,6 +33273,8 @@ to {top: 100vh;}
33001
33273
  exports.IconKey = IconKey$1;
33002
33274
  exports.IconKitchen = IconKitchen$1;
33003
33275
  exports.IconLabel = IconLabel$1;
33276
+ exports.IconLeafFilled = IconLeafFilled$1;
33277
+ exports.IconLeafOutline = IconLeafFilled$1;
33004
33278
  exports.IconLeisureTime = IconLeisureTime$1;
33005
33279
  exports.IconLock = IconLock$1;
33006
33280
  exports.IconLockLocked = IconLockLocked$1;
@@ -0,0 +1,57 @@
1
+ import React from 'react';
2
+ import withIcon from '../withIcon';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import { jsxs as _jsxs } from "react/jsx-runtime";
5
+
6
+ const IconCases = props => {
7
+ return /*#__PURE__*/_jsxs("svg", {
8
+ viewBox: "0 0 24 24",
9
+ ...props,
10
+ children: [/*#__PURE__*/_jsxs("defs", {
11
+ children: [/*#__PURE__*/_jsx("clipPath", {
12
+ id: "cc",
13
+ children: /*#__PURE__*/_jsx("path", {
14
+ d: "m1440 0v1892h-1440v-1892h1440z"
15
+ })
16
+ }), /*#__PURE__*/_jsx("clipPath", {
17
+ id: "cb",
18
+ children: /*#__PURE__*/_jsx("path", {
19
+ d: "m7.3967 6.5719 1.4109 1.3965-5.2375 5.0316-3.5701-3.4092 1.4323-1.3555 2.1378 2.0332 3.8266-3.6967zm10.603 2.793v1.9305h-8.0594v-1.9305h8.0594zm-10.603-9.3649 1.4109 1.3965-5.2375 5.0316-3.5701-3.4092 1.4323-1.3555 2.1378 2.0332 3.8266-3.6967zm10.603 2.793v1.9305h-8.0594v-1.9305h8.0594z"
20
+ })
21
+ }), /*#__PURE__*/_jsx("clipPath", {
22
+ id: "ca",
23
+ children: /*#__PURE__*/_jsx("path", {
24
+ d: "m20.571 0v19.5h-20.571v-19.5h20.571z"
25
+ })
26
+ })]
27
+ }), /*#__PURE__*/_jsx("g", {
28
+ transform: "translate(-700 -261)",
29
+ children: /*#__PURE__*/_jsx("g", {
30
+ "clip-path": "url(#cc)",
31
+ children: /*#__PURE__*/_jsx("g", {
32
+ transform: "translate(700 261)",
33
+ children: /*#__PURE__*/_jsx("g", {
34
+ transform: "translate(3 6)",
35
+ children: /*#__PURE__*/_jsxs("g", {
36
+ "clip-path": "url(#cb)",
37
+ children: [/*#__PURE__*/_jsx("polygon", {
38
+ points: "0 0 18 0 18 13 0 13",
39
+ fill: "#fff"
40
+ }), /*#__PURE__*/_jsx("g", {
41
+ transform: "translate(-1.7143 -3.25)",
42
+ children: /*#__PURE__*/_jsx("g", {
43
+ "clip-path": "url(#ca)",
44
+ children: /*#__PURE__*/_jsx("polygon", {
45
+ points: "1.7143 3.25 19.714 3.25 19.714 16.25 1.7143 16.25"
46
+ })
47
+ })
48
+ })]
49
+ })
50
+ })
51
+ })
52
+ })
53
+ })]
54
+ });
55
+ };
56
+
57
+ export default withIcon('IconCases')(IconCases);
@@ -0,0 +1,45 @@
1
+ import React from 'react';
2
+ import withIcon from '../withIcon';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import { jsxs as _jsxs } from "react/jsx-runtime";
5
+
6
+ const IconHomeFilled = props => /*#__PURE__*/_jsxs("svg", {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: [/*#__PURE__*/_jsxs("defs", {
10
+ children: [/*#__PURE__*/_jsx("clipPath", {
11
+ id: "hfa",
12
+ children: /*#__PURE__*/_jsx("path", {
13
+ d: "M1440 0v1892H0V0h1440Z"
14
+ })
15
+ }), /*#__PURE__*/_jsx("clipPath", {
16
+ id: "hfb",
17
+ children: /*#__PURE__*/_jsx("path", {
18
+ d: "m9 0 9 7v12H0V7l9-7Z"
19
+ })
20
+ }), /*#__PURE__*/_jsx("clipPath", {
21
+ id: "hfc",
22
+ children: /*#__PURE__*/_jsx("path", {
23
+ d: "M24 0v24H0V0h24Z"
24
+ })
25
+ })]
26
+ }), /*#__PURE__*/_jsx("g", {
27
+ "clip-path": "url(#hfa)",
28
+ transform: "translate(-580 -1429)",
29
+ children: /*#__PURE__*/_jsxs("g", {
30
+ "clip-path": "url(#hfb)",
31
+ transform: "translate(583 1431)",
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ d: "M0 0h18v19H0V0z"
34
+ }), /*#__PURE__*/_jsx("g", {
35
+ "clip-path": "url(#hfc)",
36
+ transform: "translate(-3 -2)",
37
+ children: /*#__PURE__*/_jsx("path", {
38
+ d: "M3 2h18v19H3V2z"
39
+ })
40
+ })]
41
+ })
42
+ })]
43
+ });
44
+
45
+ export default withIcon('IconHomeFilled')(IconHomeFilled);
@@ -0,0 +1,45 @@
1
+ import React from 'react';
2
+ import withIcon from '../withIcon';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import { jsxs as _jsxs } from "react/jsx-runtime";
5
+
6
+ const IconHomeOutline = props => /*#__PURE__*/_jsxs("svg", {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: [/*#__PURE__*/_jsxs("defs", {
10
+ children: [/*#__PURE__*/_jsx("clipPath", {
11
+ id: "hoa",
12
+ children: /*#__PURE__*/_jsx("path", {
13
+ d: "M1440 0v1892H0V0h1440Z"
14
+ })
15
+ }), /*#__PURE__*/_jsx("clipPath", {
16
+ id: "hob",
17
+ children: /*#__PURE__*/_jsx("path", {
18
+ d: "m9 0 9 7v12H0V7l9-7Zm0 2.404L2 8.07V17h14V8.071L9 2.404Z"
19
+ })
20
+ }), /*#__PURE__*/_jsx("clipPath", {
21
+ id: "hoc",
22
+ children: /*#__PURE__*/_jsx("path", {
23
+ d: "M24 0v24H0V0h24Z"
24
+ })
25
+ })]
26
+ }), /*#__PURE__*/_jsx("g", {
27
+ "clip-path": "url(#hoa)",
28
+ transform: "translate(-620 -1429)",
29
+ children: /*#__PURE__*/_jsxs("g", {
30
+ "clip-path": "url(#hob)",
31
+ transform: "translate(623 1431)",
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ d: "M0 0h18v19H0V0z"
34
+ }), /*#__PURE__*/_jsx("g", {
35
+ "clip-path": "url(#hoc)",
36
+ transform: "translate(-3 -3)",
37
+ children: /*#__PURE__*/_jsx("path", {
38
+ d: "M3 3h18v19H3V3z"
39
+ })
40
+ })]
41
+ })
42
+ })]
43
+ });
44
+
45
+ export default withIcon('IconHomeOutline')(IconHomeOutline);
@@ -0,0 +1,45 @@
1
+ import React from 'react';
2
+ import withIcon from '../withIcon';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import { jsxs as _jsxs } from "react/jsx-runtime";
5
+
6
+ const IconHouseBlockFilled = props => /*#__PURE__*/_jsxs("svg", {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: [/*#__PURE__*/_jsxs("defs", {
10
+ children: [/*#__PURE__*/_jsx("clipPath", {
11
+ id: "hbfa",
12
+ children: /*#__PURE__*/_jsx("path", {
13
+ d: "M1440 0v1892H0V0h1440Z"
14
+ })
15
+ }), /*#__PURE__*/_jsx("clipPath", {
16
+ id: "hbfb",
17
+ children: /*#__PURE__*/_jsx("path", {
18
+ d: "M15 0v18H0V0h15ZM6.5 12h-2v2h2v-2Zm4 0h-2v2h2v-2Zm-4-4h-2v2h2V8Zm4 0h-2v2h2V8Zm-4-4h-2v2h2V4Zm4 0h-2v2h2V4Z"
19
+ })
20
+ }), /*#__PURE__*/_jsx("clipPath", {
21
+ id: "hbfc",
22
+ children: /*#__PURE__*/_jsx("path", {
23
+ d: "M24 0v24H0V0h24Z"
24
+ })
25
+ })]
26
+ }), /*#__PURE__*/_jsx("g", {
27
+ "clip-path": "url(#hbfa)",
28
+ transform: "translate(-660 -1429)",
29
+ children: /*#__PURE__*/_jsxs("g", {
30
+ "clip-path": "url(#hbfb)",
31
+ transform: "translate(664.5 1432)",
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ d: "M0 0h15v18H0V0z"
34
+ }), /*#__PURE__*/_jsx("g", {
35
+ "clip-path": "url(#hbfc)",
36
+ transform: "translate(0 -3)",
37
+ children: /*#__PURE__*/_jsx("path", {
38
+ d: "M0 3h15v18H0V3z"
39
+ })
40
+ })]
41
+ })
42
+ })]
43
+ });
44
+
45
+ export default withIcon('IconHouseBlockFilled')(IconHouseBlockFilled);
@@ -0,0 +1,45 @@
1
+ import React from 'react';
2
+ import withIcon from '../withIcon';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import { jsxs as _jsxs } from "react/jsx-runtime";
5
+
6
+ const IconHouseBlockOutline = props => /*#__PURE__*/_jsxs("svg", {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: [/*#__PURE__*/_jsxs("defs", {
10
+ children: [/*#__PURE__*/_jsx("clipPath", {
11
+ id: "hboa",
12
+ children: /*#__PURE__*/_jsx("path", {
13
+ d: "M1440 0v1892H0V0h1440Z"
14
+ })
15
+ }), /*#__PURE__*/_jsx("clipPath", {
16
+ id: "hbob",
17
+ children: /*#__PURE__*/_jsx("path", {
18
+ d: "M15 0v18H0V0h15Zm-2 2H2v14h11V2ZM6.5 12v2h-2v-2h2Zm4 0v2h-2v-2h2Zm-4-4v2h-2V8h2Zm4 0v2h-2V8h2Zm-4-4v2h-2V4h2Zm4 0v2h-2V4h2Z"
19
+ })
20
+ }), /*#__PURE__*/_jsx("clipPath", {
21
+ id: "hboc",
22
+ children: /*#__PURE__*/_jsx("path", {
23
+ d: "M24 0v24H0V0h24Z"
24
+ })
25
+ })]
26
+ }), /*#__PURE__*/_jsx("g", {
27
+ "clip-path": "url(#hboa)",
28
+ transform: "translate(-700 -1429)",
29
+ children: /*#__PURE__*/_jsxs("g", {
30
+ "clip-path": "url(#hbob)",
31
+ transform: "translate(704.5 1432)",
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ d: "M0 0h15v18H0V0z"
34
+ }), /*#__PURE__*/_jsx("g", {
35
+ "clip-path": "url(#hboc)",
36
+ transform: "translate(0 -3)",
37
+ children: /*#__PURE__*/_jsx("path", {
38
+ d: "M0 3h15v18H0V3z"
39
+ })
40
+ })]
41
+ })
42
+ })]
43
+ });
44
+
45
+ export default withIcon('IconHouseBlockOutline')(IconHouseBlockOutline);
@@ -0,0 +1,54 @@
1
+ import React from 'react';
2
+ import withIcon from '../withIcon';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import { jsxs as _jsxs } from "react/jsx-runtime";
5
+
6
+ const IconLeafFilled = props => /*#__PURE__*/_jsxs("svg", {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: [/*#__PURE__*/_jsxs("defs", {
10
+ children: [/*#__PURE__*/_jsx("clipPath", {
11
+ id: "lfc",
12
+ children: /*#__PURE__*/_jsx("path", {
13
+ d: "m1440 0v1892h-1440v-1892h1440z"
14
+ })
15
+ }), /*#__PURE__*/_jsx("clipPath", {
16
+ id: "lfb",
17
+ children: /*#__PURE__*/_jsx("path", {
18
+ d: "m17 0v8.4869c0 2.3823-0.82202 4.3967-2.466 6.0433s-3.6553 2.4699-6.034 2.4699c-1.0144 0-1.972-0.16641-2.8727-0.49923-0.90072-0.33282-1.7184-0.80577-2.4529-1.4189l-1.5741 1.5502c-0.1749 0.17517-0.3804 0.26275-0.61651 0.26275-0.23611 0-0.44162-0.087584-0.61651-0.26275-0.1749-0.17517-0.26235-0.37661-0.26235-0.60433s0.087449-0.43792 0.26235-0.6306l1.5478-1.5765c-0.61214-0.7357-1.0844-1.5502-1.4167-2.4436s-0.49846-1.8568-0.49846-2.8903c0-2.3648 0.82202-4.3704 2.466-6.017 1.644-1.6466 3.6553-2.4699 6.034-2.4699h8.5z"
19
+ })
20
+ }), /*#__PURE__*/_jsx("clipPath", {
21
+ id: "lfa",
22
+ children: /*#__PURE__*/_jsx("path", {
23
+ d: "m21.474 0v21.474h-21.474v-21.474h21.474z"
24
+ })
25
+ })]
26
+ }), /*#__PURE__*/_jsx("g", {
27
+ transform: "translate(-580 -1389)",
28
+ children: /*#__PURE__*/_jsx("g", {
29
+ "clip-path": "url(#lfc)",
30
+ children: /*#__PURE__*/_jsx("g", {
31
+ transform: "translate(580 1389)",
32
+ children: /*#__PURE__*/_jsx("g", {
33
+ transform: "translate(3.5 3.5)",
34
+ children: /*#__PURE__*/_jsxs("g", {
35
+ "clip-path": "url(#lfb)",
36
+ children: [/*#__PURE__*/_jsx("polygon", {
37
+ points: "0 0 17 0 17 17 0 17"
38
+ }), /*#__PURE__*/_jsx("g", {
39
+ transform: "translate(-2.2368 -2.2368)",
40
+ children: /*#__PURE__*/_jsx("g", {
41
+ "clip-path": "url(#lfa)",
42
+ children: /*#__PURE__*/_jsx("polygon", {
43
+ points: "2.2368 2.2368 19.237 2.2368 19.237 19.237 2.2368 19.237"
44
+ })
45
+ })
46
+ })]
47
+ })
48
+ })
49
+ })
50
+ })
51
+ })]
52
+ });
53
+
54
+ export default withIcon('IconLeafFilled')(IconLeafFilled);
@@ -0,0 +1,54 @@
1
+ import React from 'react';
2
+ import withIcon from '../withIcon';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import { jsxs as _jsxs } from "react/jsx-runtime";
5
+
6
+ const IconLeafOutline = props => /*#__PURE__*/_jsxs("svg", {
7
+ viewBox: "0 0 24 24",
8
+ ...props,
9
+ children: [/*#__PURE__*/_jsxs("defs", {
10
+ children: [/*#__PURE__*/_jsx("clipPath", {
11
+ id: "loc",
12
+ children: /*#__PURE__*/_jsx("path", {
13
+ d: "m1440 0v1892h-1440v-1892h1440z"
14
+ })
15
+ }), /*#__PURE__*/_jsx("clipPath", {
16
+ id: "lob",
17
+ children: /*#__PURE__*/_jsx("path", {
18
+ d: "m17 0v8.4869c0 2.3823-0.82202 4.3967-2.466 6.0433s-3.6553 2.4699-6.034 2.4699c-1.0144 0-1.972-0.16641-2.8727-0.49923-0.90072-0.33282-1.7184-0.80577-2.4529-1.4189l-1.5741 1.5502c-0.1749 0.17517-0.3804 0.26275-0.61651 0.26275-0.23611 0-0.44162-0.087584-0.61651-0.26275-0.1749-0.17517-0.26235-0.37661-0.26235-0.60433s0.087449-0.43792 0.26235-0.6306l1.5478-1.5765c-0.61214-0.7357-1.0844-1.5502-1.4167-2.4436s-0.49846-1.8568-0.49846-2.8903c0-2.3648 0.82202-4.3704 2.466-6.017 1.644-1.6466 3.6553-2.4699 6.034-2.4699h8.5zm-1.8102 1.7867h-6.6898c-1.8539 0-3.4324 0.6525-4.7353 1.9575-1.303 1.305-1.9545 2.8859-1.9545 4.7427 0 0.77074 0.12243 1.5064 0.36728 2.2071 0.24486 0.70067 0.57716 1.3225 0.99691 1.8655l5.588-5.5703c0.1749-0.17517 0.3804-0.26275 0.61651-0.26275 0.23611 0 0.44162 0.087584 0.61651 0.26275 0.1749 0.17517 0.26235 0.38537 0.26235 0.6306 0 0.24523-0.087448 0.45544-0.26235 0.6306l-5.5617 5.5703c0.55967 0.4204 1.1849 0.75322 1.8758 0.99845s1.421 0.36785 2.1906 0.36785c1.8539 0 3.4324-0.64812 4.7353-1.9444 1.303-1.2962 1.9545-2.8815 1.9545-4.7558v-6.7002z"
19
+ })
20
+ }), /*#__PURE__*/_jsx("clipPath", {
21
+ id: "loa",
22
+ children: /*#__PURE__*/_jsx("path", {
23
+ d: "m21.474 0v21.474h-21.474v-21.474h21.474z"
24
+ })
25
+ })]
26
+ }), /*#__PURE__*/_jsx("g", {
27
+ transform: "translate(-620 -1389)",
28
+ children: /*#__PURE__*/_jsx("g", {
29
+ "clip-path": "url(#loc)",
30
+ children: /*#__PURE__*/_jsx("g", {
31
+ transform: "translate(620 1389)",
32
+ children: /*#__PURE__*/_jsx("g", {
33
+ transform: "translate(3.5 3.5)",
34
+ children: /*#__PURE__*/_jsxs("g", {
35
+ "clip-path": "url(#lob)",
36
+ children: [/*#__PURE__*/_jsx("polygon", {
37
+ points: "0 0 17 0 17 17 0 17"
38
+ }), /*#__PURE__*/_jsx("g", {
39
+ transform: "translate(-2.2368 -2.2368)",
40
+ children: /*#__PURE__*/_jsx("g", {
41
+ "clip-path": "url(#loa)",
42
+ children: /*#__PURE__*/_jsx("polygon", {
43
+ points: "2.2368 2.2368 19.237 2.2368 19.237 19.237 2.2368 19.237"
44
+ })
45
+ })
46
+ })]
47
+ })
48
+ })
49
+ })
50
+ })
51
+ })]
52
+ });
53
+
54
+ export default withIcon('IconLeafOutline')(IconLeafOutline);