@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.
@@ -24,13 +24,13 @@ const PuzzlePiece20RegularIcon = iconProps => {
24
24
  primaryFill
25
25
  } = iconProps;
26
26
  return React.createElement("svg", {
27
- width: 21,
27
+ width: 20,
28
28
  height: 20,
29
- viewBox: "0 0 21 20",
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.51 2c-1.07.08-1.93.9-2.07 1.94L9.43 4H6.77a1.5 1.5 0 00-1.35 1.5v2.27h-.06A2.25 2.25 0 003.42 10v.16c.07 1.06.9 1.93 1.94 2.07h.06v2.42A1.5 1.5 0 006.92 16h2.01v.06A2.25 2.25 0 0011.18 18h.15a2.25 2.25 0 002.08-1.94V16h2.52c.83 0 1.5-.67 1.5-1.5v-3.25h-1.88A1.25 1.25 0 0114.42 10v-.12c.05-.63.6-1.13 1.25-1.13h1.75V5.36A1.5 1.5 0 0015.91 4H13.9v-.06A2.25 2.25 0 0011.67 2h-.16zm.16 1c.69 0 1.25.56 1.25 1.25V5h3l.09.01a.5.5 0 01.4.5v2.24h-.74c-1.18 0-2.15.9-2.25 2.07v.16c0 1.2.9 2.17 2.06 2.26l.17.01h.77v2.25a.5.5 0 01-.5.5h-3.5v.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.5h.75V5.5c0-.27.22-.5.5-.5h3.5v-.75c0-.69.56-1.25 1.25-1.25z",
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: 25,
46
+ width: 24,
47
47
  height: 24,
48
- viewBox: "0 0 25 24",
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.42 2c1.36 0 2.47 1.1 2.47 2.47V5h3.53a1 1 0 011 1v3.5h-1.53a2.47 2.47 0 00-2.47 2.3v.23c0 1.31 1.01 2.38 2.3 2.46l.17.01h1.52V18a1 1 0 01-1 1h-3.53v.53a2.47 2.47 0 11-4.93 0V19H7.42a1 1 0 01-1-1v-3.53h-.53a2.47 2.47 0 010-4.94h.53V6a1 1 0 011-1h3.53v-.53c0-1.36 1.1-2.47 2.47-2.47z",
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: 25,
65
+ width: 24,
66
66
  height: 24,
67
- viewBox: "0 0 25 24",
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.42 2a3 3 0 012.99 2.82V5h2.26c.86 0 1.58.63 1.72 1.46l.02.15v3.89h-2a1.5 1.5 0 00-1.47 1.24l-.02.13V12c0 .74.54 1.37 1.24 1.48l.13.02h2.13v3.75c0 .92-.71 1.67-1.61 1.75h-2.4v.17a3 3 0 01-2.64 2.8l-.18.02h-.17a3 3 0 01-3-2.81V19H8.17c-.87 0-1.6-.63-1.73-1.46l-.02-.14V15h-.17a3 3 0 01-2.8-2.64l-.02-.18V12a3 3 0 012.82-3h.16V6.75c0-.87.64-1.59 1.46-1.73l.15-.01.15-.01h2.24l.01-.17a3 3 0 012.64-2.8l.18-.02h.18zm0 1.5c-.78 0-1.43.6-1.5 1.36V6.5H8.16a.25.25 0 00-.25.2v3.8h-1.5a1.5 1.5 0 00-.14 3h1.63v3.75c0 .12.09.22.2.25H11.9V19a1.5 1.5 0 003 .14V17.5h3.76c.11 0 .21-.08.24-.19V15h-.7a3 3 0 01-2.79-2.85v-.35A3 3 0 0118.24 9H18.92V6.75c0-.1-.06-.18-.13-.22l-.07-.02-.05-.01H14.9V5c0-.82-.67-1.5-1.5-1.5z",
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: 21,
84
+ width: 20,
85
85
  height: 20,
86
- viewBox: "0 0 21 20",
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.42 15.06V12.7c.17.08.36.15.54.21.3.1.62.1.91 0a6.77 6.77 0 003.38-2.38 6.63 6.63 0 001.17-3.96V4.04l-.02-.19-.01-.04a1.4 1.4 0 00-1.46-1.14A2 2 0 0113.42 4v.06h3a1 1 0 011 1V8h-1a2 2 0 00-2 1.85V10a2 2 0 001.85 2h1.15v3.06a1 1 0 01-1 1h-3v.09a2 2 0 01-4-.1h-3a1 1 0 01-1-1zm3-11.71a4.06 4.06 0 001.6.32c.19 0 .35.14.39.33v2.58c0 2.69-1.3 4.51-3.87 5.4a.38.38 0 01-.25 0A6.66 6.66 0 014.42 11c-.39-.3-.72-.63-1-1a5.5 5.5 0 01-1-3.15V4.08a.4.4 0 01.4-.41 4.5 4.5 0 003.31-1.55.39.39 0 01.57 0c.54.57 1.11.97 1.72 1.23z",
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: 21,
103
+ width: 20,
104
104
  height: 20,
105
- viewBox: "0 0 21 20",
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.42 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.48a2.25 2.25 0 01-2.06-2.27v-.16a2.25 2.25 0 012.24-2.07h.76V5.5a.5.5 0 00-.41-.49h-3.1v-.76a1.25 1.25 0 00-1.84-1.1c-.24-.28-.6-.47-1-.48.37-.38.88-.63 1.44-.66l.15-.01c1.14 0 2.09.85 2.23 1.94l.01.06h2.02c.78 0 1.42.6 1.49 1.36v3.39h-1.75c-.65 0-1.19.5-1.24 1.13V10c0 .65.5 1.2 1.12 1.24l.12.01h1.76v3.25c0 .83-.68 1.5-1.5 1.5H13.4v.06a2.25 2.25 0 01-2.08 1.93l-.15.01a2.25 2.25 0 01-2.23-1.94V16H6.91a1.5 1.5 0 01-1.5-1.35v-.15zm3-11.15a4.06 4.06 0 001.6.32c.19 0 .35.14.39.33v2.58c0 2.69-1.3 4.51-3.87 5.4a.38.38 0 01-.25 0A6.66 6.66 0 014.42 11c-.39-.3-.72-.63-1-1a5.5 5.5 0 01-1-3.15V4.08a.4.4 0 01.4-.41 4.5 4.5 0 003.31-1.55.39.39 0 01.57 0c.54.57 1.11.97 1.72 1.23z",
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>;