@fluentui/react-icons 2.0.158-beta.9 → 2.0.159-beta.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/lib/icons/chunk-2.js +2 -2
- package/lib/icons/chunk-4.js +308 -320
- package/lib/icons/chunk-5.d.ts +4 -4
- package/lib/icons/chunk-5.js +77 -113
- package/lib/icons/chunk-6.d.ts +0 -4
- package/lib/icons/chunk-6.js +0 -76
- package/lib/sizedIcons/chunk-12.js +265 -297
- package/lib/sizedIcons/chunk-13.js +1470 -1566
- package/lib/sizedIcons/chunk-14.js +15 -15
- package/lib/sizedIcons/chunk-18.d.ts +12 -12
- package/lib/sizedIcons/chunk-18.js +229 -265
- package/lib/sizedIcons/chunk-19.d.ts +12 -12
- package/lib/sizedIcons/chunk-19.js +245 -231
- package/lib/sizedIcons/chunk-20.d.ts +0 -12
- package/lib/sizedIcons/chunk-20.js +0 -242
- package/lib/sizedIcons/chunk-7.js +3 -3
- package/lib-cjs/icons/chunk-2.js +2 -2
- package/lib-cjs/icons/chunk-4.js +308 -320
- package/lib-cjs/icons/chunk-5.d.ts +4 -4
- package/lib-cjs/icons/chunk-5.js +81 -117
- package/lib-cjs/icons/chunk-6.d.ts +0 -4
- package/lib-cjs/icons/chunk-6.js +4 -80
- package/lib-cjs/sizedIcons/chunk-12.js +265 -297
- package/lib-cjs/sizedIcons/chunk-13.js +1470 -1566
- package/lib-cjs/sizedIcons/chunk-14.js +15 -15
- package/lib-cjs/sizedIcons/chunk-18.d.ts +12 -12
- package/lib-cjs/sizedIcons/chunk-18.js +238 -274
- package/lib-cjs/sizedIcons/chunk-19.d.ts +12 -12
- package/lib-cjs/sizedIcons/chunk-19.js +255 -241
- package/lib-cjs/sizedIcons/chunk-20.d.ts +0 -12
- package/lib-cjs/sizedIcons/chunk-20.js +2 -244
- package/lib-cjs/sizedIcons/chunk-7.js +3 -3
- package/package.json +1 -1
|
@@ -24,13 +24,13 @@ const PuzzlePiece20RegularIcon = iconProps => {
|
|
|
24
24
|
primaryFill
|
|
25
25
|
} = iconProps;
|
|
26
26
|
return React.createElement("svg", {
|
|
27
|
-
width:
|
|
27
|
+
width: 20,
|
|
28
28
|
height: 20,
|
|
29
|
-
viewBox: "0 0
|
|
29
|
+
viewBox: "0 0 20 20",
|
|
30
30
|
xmlns: "http://www.w3.org/2000/svg",
|
|
31
31
|
className: className
|
|
32
32
|
}, React.createElement("path", {
|
|
33
|
-
d: "M11.
|
|
33
|
+
d: "M11.1 2c-1.07.08-1.94.9-2.08 1.94V4H6.35A1.5 1.5 0 005 5.5v2.27h-.06A2.25 2.25 0 003 10v.16c.08 1.06.9 1.93 1.94 2.07H5v2.42A1.5 1.5 0 006.5 16h2.02v.06A2.25 2.25 0 0010.75 18h.16a2.25 2.25 0 002.07-1.94V16h2.52c.83 0 1.5-.67 1.5-1.5v-3.25h-1.87A1.25 1.25 0 0114 10v-.12c.06-.63.6-1.13 1.25-1.13H17V5.36A1.5 1.5 0 0015.5 4h-2.02v-.06A2.25 2.25 0 0011.25 2h-.15zm.15 1c.69 0 1.25.56 1.25 1.25V5h3l.1.01a.5.5 0 01.4.5v2.24h-.75c-1.17 0-2.15.9-2.24 2.07l-.01.16c0 1.2.9 2.17 2.07 2.26l.16.01H16v2.25a.5.5 0 01-.5.5H12v.75a1.25 1.25 0 01-2.5 0V15h-3a.5.5 0 01-.5-.5v-3.25h-.75a1.25 1.25 0 010-2.5H6V5.5c0-.27.23-.5.5-.5H10v-.75c0-.69.56-1.25 1.25-1.25z",
|
|
34
34
|
fill: primaryFill
|
|
35
35
|
}));
|
|
36
36
|
};
|
|
@@ -43,13 +43,13 @@ const PuzzlePiece24FilledIcon = iconProps => {
|
|
|
43
43
|
primaryFill
|
|
44
44
|
} = iconProps;
|
|
45
45
|
return React.createElement("svg", {
|
|
46
|
-
width:
|
|
46
|
+
width: 24,
|
|
47
47
|
height: 24,
|
|
48
|
-
viewBox: "0 0
|
|
48
|
+
viewBox: "0 0 24 24",
|
|
49
49
|
xmlns: "http://www.w3.org/2000/svg",
|
|
50
50
|
className: className
|
|
51
51
|
}, React.createElement("path", {
|
|
52
|
-
d: "M13
|
|
52
|
+
d: "M13 2c1.36 0 2.47 1.1 2.47 2.47V5H19a1 1 0 011 1v3.5h-1.53a2.47 2.47 0 00-2.46 2.3l-.01.17v.06c0 1.31 1.02 2.38 2.3 2.46l.17.01H20V18a1 1 0 01-1 1h-3.53v.53a2.47 2.47 0 11-4.94 0V19H7a1 1 0 01-1-1v-3.53h-.53a2.47 2.47 0 010-4.94H6V6a1 1 0 011-1h3.53v-.53C10.53 3.11 11.63 2 13 2z",
|
|
53
53
|
fill: primaryFill
|
|
54
54
|
}));
|
|
55
55
|
};
|
|
@@ -62,13 +62,13 @@ const PuzzlePiece24RegularIcon = iconProps => {
|
|
|
62
62
|
primaryFill
|
|
63
63
|
} = iconProps;
|
|
64
64
|
return React.createElement("svg", {
|
|
65
|
-
width:
|
|
65
|
+
width: 24,
|
|
66
66
|
height: 24,
|
|
67
|
-
viewBox: "0 0
|
|
67
|
+
viewBox: "0 0 24 24",
|
|
68
68
|
xmlns: "http://www.w3.org/2000/svg",
|
|
69
69
|
className: className
|
|
70
70
|
}, React.createElement("path", {
|
|
71
|
-
d: "M13
|
|
71
|
+
d: "M13 2a3 3 0 013 2.82V5h2.25c.87 0 1.59.63 1.73 1.46l.01.15v3.89H18a1.5 1.5 0 00-1.48 1.24l-.01.13V12c0 .74.53 1.37 1.23 1.48l.13.02H20v3.75c0 .92-.7 1.67-1.6 1.75H16v.17a3 3 0 01-2.64 2.8l-.18.02H13a3 3 0 01-3-2.81V19H7.75c-.87 0-1.59-.63-1.73-1.46l-.01-.14-.01-.15V15h-.16a3 3 0 01-2.8-2.64l-.02-.18V12a3 3 0 012.82-3H6V6.75c0-.87.63-1.59 1.46-1.73l.15-.01.14-.01H10v-.17a3 3 0 012.64-2.8l.18-.02H13zm0 1.5c-.78 0-1.42.6-1.5 1.36V6.5H7.75a.25.25 0 00-.24.2l-.01.05v3.75H6a1.5 1.5 0 00-.14 3H7.5v3.75c0 .12.08.22.2.25h3.8V19a1.5 1.5 0 003 .14V17.5h3.75c.12 0 .22-.08.24-.19V15h-.69a3 3 0 01-2.8-2.85v-.35A3 3 0 0117.84 9h.67V6.75c0-.1-.05-.18-.13-.22l-.06-.02-.06-.01H14.5V5c0-.82-.67-1.5-1.5-1.5z",
|
|
72
72
|
fill: primaryFill
|
|
73
73
|
}));
|
|
74
74
|
};
|
|
@@ -81,13 +81,13 @@ const PuzzlePieceShield20FilledIcon = iconProps => {
|
|
|
81
81
|
primaryFill
|
|
82
82
|
} = iconProps;
|
|
83
83
|
return React.createElement("svg", {
|
|
84
|
-
width:
|
|
84
|
+
width: 20,
|
|
85
85
|
height: 20,
|
|
86
|
-
viewBox: "0 0
|
|
86
|
+
viewBox: "0 0 20 20",
|
|
87
87
|
xmlns: "http://www.w3.org/2000/svg",
|
|
88
88
|
className: className
|
|
89
89
|
}, React.createElement("path", {
|
|
90
|
-
d: "M5
|
|
90
|
+
d: "M5 15.06V12.7c.18.08.36.15.55.21.29.1.61.1.9 0a6.77 6.77 0 003.39-2.38A6.63 6.63 0 0011 6.58V4.04l-.02-.19v-.04A1.4 1.4 0 009.5 2.67 2 2 0 0113 4v.06h3a1 1 0 011 1V8h-1a2 2 0 00-2 1.85V10a2 2 0 001.85 2H17v3.06a1 1 0 01-1 1h-3v.09a2 2 0 01-4-.1H6a1 1 0 01-1-1zM8 3.35a4.06 4.06 0 001.6.32c.2 0 .35.14.4.33v2.58c0 2.69-1.31 4.51-3.87 5.4a.38.38 0 01-.26 0A6.66 6.66 0 014 11c-.39-.3-.72-.63-.99-1a5.5 5.5 0 01-1-3.15L2 6.58v-2.5a.4.4 0 01.4-.41 4.5 4.5 0 003.32-1.55.39.39 0 01.56 0C6.82 2.7 7.4 3.1 8 3.35z",
|
|
91
91
|
fill: primaryFill
|
|
92
92
|
}));
|
|
93
93
|
};
|
|
@@ -100,13 +100,13 @@ const PuzzlePieceShield20RegularIcon = iconProps => {
|
|
|
100
100
|
primaryFill
|
|
101
101
|
} = iconProps;
|
|
102
102
|
return React.createElement("svg", {
|
|
103
|
-
width:
|
|
103
|
+
width: 20,
|
|
104
104
|
height: 20,
|
|
105
|
-
viewBox: "0 0
|
|
105
|
+
viewBox: "0 0 20 20",
|
|
106
106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
107
107
|
className: className
|
|
108
108
|
}, React.createElement("path", {
|
|
109
|
-
d: "M5
|
|
109
|
+
d: "M5 14.5v-1.79a9 9 0 00.54.21c.15.05.3.08.46.08v1.5c0 .28.22.5.5.5h3v.75a1.25 1.25 0 002.5 0V15h3.5a.5.5 0 00.5-.5v-2.25H15.06A2.25 2.25 0 0113 9.97v-.16a2.25 2.25 0 012.25-2.07H16V5.5a.5.5 0 00-.41-.49H12.5v-.76a1.25 1.25 0 00-1.85-1.1c-.24-.28-.59-.47-1-.48.37-.38.88-.63 1.44-.66l.16-.01c1.14 0 2.08.85 2.23 1.94V4h2.02c.78 0 1.42.6 1.5 1.36v3.39h-1.75c-.65 0-1.2.5-1.25 1.13V10c0 .65.5 1.2 1.13 1.24l.12.01H17v3.25c0 .83-.67 1.5-1.5 1.5h-2.52v.06a2.25 2.25 0 01-2.08 1.93l-.15.01a2.25 2.25 0 01-2.23-1.94V16H6.5A1.5 1.5 0 015 14.65v-.15zM8 3.35a4.06 4.06 0 001.6.32c.2 0 .35.14.4.33v2.58c0 2.69-1.31 4.51-3.87 5.4a.38.38 0 01-.26 0A6.66 6.66 0 014 11c-.39-.3-.72-.63-.99-1a5.5 5.5 0 01-1-3.15L2 6.58v-2.5a.4.4 0 01.4-.41 4.5 4.5 0 003.32-1.55.39.39 0 01.56 0C6.82 2.7 7.4 3.1 8 3.35z",
|
|
110
110
|
fill: primaryFill
|
|
111
111
|
}));
|
|
112
112
|
};
|
|
@@ -99,12 +99,6 @@ export declare const TextHeader320Filled: React.FC<FluentIconsProps>;
|
|
|
99
99
|
export declare const TextHeader320Regular: React.FC<FluentIconsProps>;
|
|
100
100
|
export declare const TextHeader324Filled: React.FC<FluentIconsProps>;
|
|
101
101
|
export declare const TextHeader324Regular: React.FC<FluentIconsProps>;
|
|
102
|
-
export declare const TextIndentDecrease16Filled: React.FC<FluentIconsProps>;
|
|
103
|
-
export declare const TextIndentDecrease16Regular: React.FC<FluentIconsProps>;
|
|
104
|
-
export declare const TextIndentDecrease20Filled: React.FC<FluentIconsProps>;
|
|
105
|
-
export declare const TextIndentDecrease20Regular: React.FC<FluentIconsProps>;
|
|
106
|
-
export declare const TextIndentDecrease24Filled: React.FC<FluentIconsProps>;
|
|
107
|
-
export declare const TextIndentDecrease24Regular: React.FC<FluentIconsProps>;
|
|
108
102
|
export declare const TextIndentDecreaseLtr16Filled: React.FC<FluentIconsProps>;
|
|
109
103
|
export declare const TextIndentDecreaseLtr16Regular: React.FC<FluentIconsProps>;
|
|
110
104
|
export declare const TextIndentDecreaseLtr20Filled: React.FC<FluentIconsProps>;
|
|
@@ -117,12 +111,6 @@ export declare const TextIndentDecreaseRtl20Filled: React.FC<FluentIconsProps>;
|
|
|
117
111
|
export declare const TextIndentDecreaseRtl20Regular: React.FC<FluentIconsProps>;
|
|
118
112
|
export declare const TextIndentDecreaseRtl24Filled: React.FC<FluentIconsProps>;
|
|
119
113
|
export declare const TextIndentDecreaseRtl24Regular: React.FC<FluentIconsProps>;
|
|
120
|
-
export declare const TextIndentIncrease16Filled: React.FC<FluentIconsProps>;
|
|
121
|
-
export declare const TextIndentIncrease16Regular: React.FC<FluentIconsProps>;
|
|
122
|
-
export declare const TextIndentIncrease20Filled: React.FC<FluentIconsProps>;
|
|
123
|
-
export declare const TextIndentIncrease20Regular: React.FC<FluentIconsProps>;
|
|
124
|
-
export declare const TextIndentIncrease24Filled: React.FC<FluentIconsProps>;
|
|
125
|
-
export declare const TextIndentIncrease24Regular: React.FC<FluentIconsProps>;
|
|
126
114
|
export declare const TextIndentIncreaseLtr16Filled: React.FC<FluentIconsProps>;
|
|
127
115
|
export declare const TextIndentIncreaseLtr16Regular: React.FC<FluentIconsProps>;
|
|
128
116
|
export declare const TextIndentIncreaseLtr20Filled: React.FC<FluentIconsProps>;
|
|
@@ -500,3 +488,15 @@ export declare const Vault20Filled: React.FC<FluentIconsProps>;
|
|
|
500
488
|
export declare const Vault20Regular: React.FC<FluentIconsProps>;
|
|
501
489
|
export declare const Vault24Filled: React.FC<FluentIconsProps>;
|
|
502
490
|
export declare const Vault24Regular: React.FC<FluentIconsProps>;
|
|
491
|
+
export declare const VehicleBicycle16Filled: React.FC<FluentIconsProps>;
|
|
492
|
+
export declare const VehicleBicycle16Regular: React.FC<FluentIconsProps>;
|
|
493
|
+
export declare const VehicleBicycle20Filled: React.FC<FluentIconsProps>;
|
|
494
|
+
export declare const VehicleBicycle20Regular: React.FC<FluentIconsProps>;
|
|
495
|
+
export declare const VehicleBicycle24Filled: React.FC<FluentIconsProps>;
|
|
496
|
+
export declare const VehicleBicycle24Regular: React.FC<FluentIconsProps>;
|
|
497
|
+
export declare const VehicleBus16Filled: React.FC<FluentIconsProps>;
|
|
498
|
+
export declare const VehicleBus16Regular: React.FC<FluentIconsProps>;
|
|
499
|
+
export declare const VehicleBus20Filled: React.FC<FluentIconsProps>;
|
|
500
|
+
export declare const VehicleBus20Regular: React.FC<FluentIconsProps>;
|
|
501
|
+
export declare const VehicleBus24Filled: React.FC<FluentIconsProps>;
|
|
502
|
+
export declare const VehicleBus24Regular: React.FC<FluentIconsProps>;
|