@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.
@@ -7,13 +7,13 @@ const PuzzlePiece20RegularIcon = iconProps => {
7
7
  primaryFill
8
8
  } = iconProps;
9
9
  return React.createElement("svg", {
10
- width: 21,
10
+ width: 20,
11
11
  height: 20,
12
- viewBox: "0 0 21 20",
12
+ viewBox: "0 0 20 20",
13
13
  xmlns: "http://www.w3.org/2000/svg",
14
14
  className: className
15
15
  }, React.createElement("path", {
16
- 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",
16
+ 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",
17
17
  fill: primaryFill
18
18
  }));
19
19
  };
@@ -26,13 +26,13 @@ const PuzzlePiece24FilledIcon = iconProps => {
26
26
  primaryFill
27
27
  } = iconProps;
28
28
  return React.createElement("svg", {
29
- width: 25,
29
+ width: 24,
30
30
  height: 24,
31
- viewBox: "0 0 25 24",
31
+ viewBox: "0 0 24 24",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  className: className
34
34
  }, React.createElement("path", {
35
- 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",
35
+ 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",
36
36
  fill: primaryFill
37
37
  }));
38
38
  };
@@ -45,13 +45,13 @@ const PuzzlePiece24RegularIcon = iconProps => {
45
45
  primaryFill
46
46
  } = iconProps;
47
47
  return React.createElement("svg", {
48
- width: 25,
48
+ width: 24,
49
49
  height: 24,
50
- viewBox: "0 0 25 24",
50
+ viewBox: "0 0 24 24",
51
51
  xmlns: "http://www.w3.org/2000/svg",
52
52
  className: className
53
53
  }, React.createElement("path", {
54
- 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",
54
+ 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",
55
55
  fill: primaryFill
56
56
  }));
57
57
  };
@@ -64,13 +64,13 @@ const PuzzlePieceShield20FilledIcon = iconProps => {
64
64
  primaryFill
65
65
  } = iconProps;
66
66
  return React.createElement("svg", {
67
- width: 21,
67
+ width: 20,
68
68
  height: 20,
69
- viewBox: "0 0 21 20",
69
+ viewBox: "0 0 20 20",
70
70
  xmlns: "http://www.w3.org/2000/svg",
71
71
  className: className
72
72
  }, React.createElement("path", {
73
- 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",
73
+ 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",
74
74
  fill: primaryFill
75
75
  }));
76
76
  };
@@ -83,13 +83,13 @@ const PuzzlePieceShield20RegularIcon = iconProps => {
83
83
  primaryFill
84
84
  } = iconProps;
85
85
  return React.createElement("svg", {
86
- width: 21,
86
+ width: 20,
87
87
  height: 20,
88
- viewBox: "0 0 21 20",
88
+ viewBox: "0 0 20 20",
89
89
  xmlns: "http://www.w3.org/2000/svg",
90
90
  className: className
91
91
  }, React.createElement("path", {
92
- 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",
92
+ 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",
93
93
  fill: primaryFill
94
94
  }));
95
95
  };
@@ -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>;
@@ -1882,138 +1882,6 @@ const TextHeader324RegularIcon = iconProps => {
1882
1882
 
1883
1883
  export const TextHeader324Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextHeader324RegularIcon({}), 'TextHeader324Regular');
1884
1884
 
1885
- const TextIndentDecrease16FilledIcon = iconProps => {
1886
- const {
1887
- className,
1888
- primaryFill
1889
- } = iconProps;
1890
- return React.createElement("svg", {
1891
- width: 16,
1892
- height: 16,
1893
- viewBox: "0 0 16 16",
1894
- xmlns: "http://www.w3.org/2000/svg",
1895
- className: className
1896
- }, React.createElement("path", {
1897
- d: "M5 3.75c0-.41.34-.75.75-.75h5.5a.75.75 0 010 1.5h-5.5A.75.75 0 015 3.75zM3.78 5.72c.3.3.3.77 0 1.06l-.97.97.97.97a.75.75 0 01-1.06 1.06l-1.5-1.5a.75.75 0 010-1.06l1.5-1.5c.3-.3.77-.3 1.06 0zM5 7.75c0-.41.34-.75.75-.75h8.5a.75.75 0 010 1.5h-8.5A.75.75 0 015 7.75zm0 4c0-.41.34-.75.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75z",
1898
- fill: primaryFill
1899
- }));
1900
- };
1901
-
1902
- export const TextIndentDecrease16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentDecrease16FilledIcon({}), 'TextIndentDecrease16Filled');
1903
-
1904
- const TextIndentDecrease16RegularIcon = iconProps => {
1905
- const {
1906
- className,
1907
- primaryFill
1908
- } = iconProps;
1909
- return React.createElement("svg", {
1910
- width: 16,
1911
- height: 16,
1912
- viewBox: "0 0 16 16",
1913
- xmlns: "http://www.w3.org/2000/svg",
1914
- className: className
1915
- }, React.createElement("path", {
1916
- d: "M5 3.5c0-.28.22-.5.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5zM3.35 5.65c.2.2.2.5 0 .7L2.21 7.5l1.14 1.15a.5.5 0 11-.7.7l-1.5-1.5a.5.5 0 010-.7l1.5-1.5c.2-.2.5-.2.7 0zM5 7.5c0-.28.22-.5.5-.5h9a.5.5 0 010 1h-9a.5.5 0 01-.5-.5zm0 4c0-.28.22-.5.5-.5h4a.5.5 0 010 1h-4a.5.5 0 01-.5-.5z",
1917
- fill: primaryFill
1918
- }));
1919
- };
1920
-
1921
- export const TextIndentDecrease16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentDecrease16RegularIcon({}), 'TextIndentDecrease16Regular');
1922
-
1923
- const TextIndentDecrease20FilledIcon = iconProps => {
1924
- const {
1925
- className,
1926
- primaryFill
1927
- } = iconProps;
1928
- return React.createElement("svg", {
1929
- width: 20,
1930
- height: 20,
1931
- viewBox: "0 0 20 20",
1932
- xmlns: "http://www.w3.org/2000/svg",
1933
- className: className
1934
- }, React.createElement("path", {
1935
- d: "M6 4.75c0-.41.34-.75.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 016 4.75z",
1936
- fill: primaryFill
1937
- }), React.createElement("path", {
1938
- d: "M6.75 9a.75.75 0 000 1.5h10.5a.75.75 0 000-1.5H6.75z",
1939
- fill: primaryFill
1940
- }), React.createElement("path", {
1941
- d: "M6.75 14a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5z",
1942
- fill: primaryFill
1943
- }), React.createElement("path", {
1944
- d: "M3.47 11.78a.75.75 0 001.06-1.06l-.97-.97.97-.97a.75.75 0 00-1.06-1.06l-1.5 1.5c-.3.3-.3.77 0 1.06l1.5 1.5z",
1945
- fill: primaryFill
1946
- }));
1947
- };
1948
-
1949
- export const TextIndentDecrease20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentDecrease20FilledIcon({}), 'TextIndentDecrease20Filled');
1950
-
1951
- const TextIndentDecrease20RegularIcon = iconProps => {
1952
- const {
1953
- className,
1954
- primaryFill
1955
- } = iconProps;
1956
- return React.createElement("svg", {
1957
- width: 20,
1958
- height: 20,
1959
- viewBox: "0 0 20 20",
1960
- xmlns: "http://www.w3.org/2000/svg",
1961
- className: className
1962
- }, React.createElement("path", {
1963
- d: "M6 4.5c0-.28.22-.5.5-.5h8a.5.5 0 110 1h-8a.5.5 0 01-.5-.5z",
1964
- fill: primaryFill
1965
- }), React.createElement("path", {
1966
- d: "M3.56 7.73a.5.5 0 01.7.7L3.22 9.5l1.06 1.06a.5.5 0 11-.7.7l-1.42-1.4a.5.5 0 010-.71l1.41-1.42z",
1967
- fill: primaryFill
1968
- }), React.createElement("path", {
1969
- d: "M6.5 9a.5.5 0 000 1h11a.5.5 0 100-1h-11z",
1970
- fill: primaryFill
1971
- }), React.createElement("path", {
1972
- d: "M6 14.5c0-.28.22-.5.5-.5h6a.5.5 0 110 1h-6a.5.5 0 01-.5-.5z",
1973
- fill: primaryFill
1974
- }));
1975
- };
1976
-
1977
- export const TextIndentDecrease20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentDecrease20RegularIcon({}), 'TextIndentDecrease20Regular');
1978
-
1979
- const TextIndentDecrease24FilledIcon = iconProps => {
1980
- const {
1981
- className,
1982
- primaryFill
1983
- } = iconProps;
1984
- return React.createElement("svg", {
1985
- width: 24,
1986
- height: 24,
1987
- viewBox: "0 0 24 24",
1988
- xmlns: "http://www.w3.org/2000/svg",
1989
- className: className
1990
- }, React.createElement("path", {
1991
- d: "M9 16h8.5a1 1 0 01.12 2H9a1 1 0 01-.12-2h8.62H9zm-6.7-4.7l2-2a1 1 0 011.49 1.31l-.08.1L4.4 12l1.3 1.3a1 1 0 01-1.32 1.49l-.1-.08-2-2a1 1 0 01-.08-1.32l.08-.1 2-2-2 2zM9 11h11.5a1 1 0 01.12 2H9a1 1 0 01-.12-2H20.5 9zm0-5h8.5a1 1 0 01.12 2H9a1 1 0 01-.12-2h8.62H9z",
1992
- fill: primaryFill
1993
- }));
1994
- };
1995
-
1996
- export const TextIndentDecrease24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentDecrease24FilledIcon({}), 'TextIndentDecrease24Filled');
1997
-
1998
- const TextIndentDecrease24RegularIcon = iconProps => {
1999
- const {
2000
- className,
2001
- primaryFill
2002
- } = iconProps;
2003
- return React.createElement("svg", {
2004
- width: 24,
2005
- height: 24,
2006
- viewBox: "0 0 24 24",
2007
- xmlns: "http://www.w3.org/2000/svg",
2008
- className: className
2009
- }, React.createElement("path", {
2010
- d: "M17.75 16a.75.75 0 010 1.5h-9a.75.75 0 010-1.5h9zM2.72 11.22l2-2a.75.75 0 011.13.98l-.07.08-1.47 1.47 1.47 1.47a.75.75 0 01-.98 1.13l-.08-.07-2-2a.75.75 0 01-.07-.98l.07-.08 2-2-2 2zM20.75 11a.75.75 0 010 1.5h-12a.75.75 0 010-1.5h12zm-3-5a.75.75 0 010 1.5h-9a.75.75 0 010-1.5h9z",
2011
- fill: primaryFill
2012
- }));
2013
- };
2014
-
2015
- export const TextIndentDecrease24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentDecrease24RegularIcon({}), 'TextIndentDecrease24Regular');
2016
-
2017
1885
  const TextIndentDecreaseLtr16FilledIcon = iconProps => {
2018
1886
  const {
2019
1887
  className,
@@ -2242,138 +2110,6 @@ const TextIndentDecreaseRtl24RegularIcon = iconProps => {
2242
2110
 
2243
2111
  export const TextIndentDecreaseRtl24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentDecreaseRtl24RegularIcon({}), 'TextIndentDecreaseRtl24Regular');
2244
2112
 
2245
- const TextIndentIncrease16FilledIcon = iconProps => {
2246
- const {
2247
- className,
2248
- primaryFill
2249
- } = iconProps;
2250
- return React.createElement("svg", {
2251
- width: 16,
2252
- height: 16,
2253
- viewBox: "0 0 16 16",
2254
- xmlns: "http://www.w3.org/2000/svg",
2255
- className: className
2256
- }, React.createElement("path", {
2257
- d: "M5 3.75c0-.41.34-.75.75-.75h5.5a.75.75 0 010 1.5h-5.5A.75.75 0 015 3.75zM1.22 5.72c.3-.3.77-.3 1.06 0l1.5 1.5c.3.3.3.77 0 1.06l-1.5 1.5a.75.75 0 01-1.06-1.06l.97-.97-.97-.97a.75.75 0 010-1.06zM5 7.75c0-.41.34-.75.75-.75h8.5a.75.75 0 010 1.5h-8.5A.75.75 0 015 7.75zm0 4c0-.41.34-.75.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75z",
2258
- fill: primaryFill
2259
- }));
2260
- };
2261
-
2262
- export const TextIndentIncrease16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentIncrease16FilledIcon({}), 'TextIndentIncrease16Filled');
2263
-
2264
- const TextIndentIncrease16RegularIcon = iconProps => {
2265
- const {
2266
- className,
2267
- primaryFill
2268
- } = iconProps;
2269
- return React.createElement("svg", {
2270
- width: 16,
2271
- height: 16,
2272
- viewBox: "0 0 16 16",
2273
- xmlns: "http://www.w3.org/2000/svg",
2274
- className: className
2275
- }, React.createElement("path", {
2276
- d: "M5 3.5c0-.28.22-.5.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5zM1.15 5.65c.2-.2.5-.2.7 0l1.5 1.5c.2.2.2.5 0 .7l-1.5 1.5a.5.5 0 11-.7-.7L2.29 7.5 1.15 6.35a.5.5 0 010-.7zM5 7.5c0-.28.22-.5.5-.5h9a.5.5 0 010 1h-9a.5.5 0 01-.5-.5zm0 4c0-.28.22-.5.5-.5h4a.5.5 0 010 1h-4a.5.5 0 01-.5-.5z",
2277
- fill: primaryFill
2278
- }));
2279
- };
2280
-
2281
- export const TextIndentIncrease16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentIncrease16RegularIcon({}), 'TextIndentIncrease16Regular');
2282
-
2283
- const TextIndentIncrease20FilledIcon = iconProps => {
2284
- const {
2285
- className,
2286
- primaryFill
2287
- } = iconProps;
2288
- return React.createElement("svg", {
2289
- width: 20,
2290
- height: 20,
2291
- viewBox: "0 0 20 20",
2292
- xmlns: "http://www.w3.org/2000/svg",
2293
- className: className
2294
- }, React.createElement("path", {
2295
- d: "M6 4.75c0-.41.34-.75.75-.75h7.5a.75.75 0 010 1.5h-7.5A.75.75 0 016 4.75z",
2296
- fill: primaryFill
2297
- }), React.createElement("path", {
2298
- d: "M6.75 9a.75.75 0 000 1.5h10.5a.75.75 0 000-1.5H6.75z",
2299
- fill: primaryFill
2300
- }), React.createElement("path", {
2301
- d: "M6.75 14a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5z",
2302
- fill: primaryFill
2303
- }), React.createElement("path", {
2304
- d: "M3.03 7.72a.75.75 0 00-1.06 1.06l.97.97-.97.97a.75.75 0 101.06 1.06l1.5-1.5c.3-.3.3-.77 0-1.06l-1.5-1.5z",
2305
- fill: primaryFill
2306
- }));
2307
- };
2308
-
2309
- export const TextIndentIncrease20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentIncrease20FilledIcon({}), 'TextIndentIncrease20Filled');
2310
-
2311
- const TextIndentIncrease20RegularIcon = iconProps => {
2312
- const {
2313
- className,
2314
- primaryFill
2315
- } = iconProps;
2316
- return React.createElement("svg", {
2317
- width: 20,
2318
- height: 20,
2319
- viewBox: "0 0 20 20",
2320
- xmlns: "http://www.w3.org/2000/svg",
2321
- className: className
2322
- }, React.createElement("path", {
2323
- d: "M6 4.5c0-.28.22-.5.5-.5h8a.5.5 0 010 1h-8a.5.5 0 01-.5-.5z",
2324
- fill: primaryFill
2325
- }), React.createElement("path", {
2326
- d: "M6 9.5c0-.28.22-.5.5-.5h11a.5.5 0 010 1h-11a.5.5 0 01-.5-.5z",
2327
- fill: primaryFill
2328
- }), React.createElement("path", {
2329
- d: "M6.5 14a.5.5 0 000 1h6a.5.5 0 000-1h-6z",
2330
- fill: primaryFill
2331
- }), React.createElement("path", {
2332
- d: "M2.85 7.73a.5.5 0 10-.7.7L3.2 9.5l-1.06 1.06a.5.5 0 10.7.7l1.42-1.4a.5.5 0 000-.71L2.85 7.73z",
2333
- fill: primaryFill
2334
- }));
2335
- };
2336
-
2337
- export const TextIndentIncrease20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentIncrease20RegularIcon({}), 'TextIndentIncrease20Regular');
2338
-
2339
- const TextIndentIncrease24FilledIcon = iconProps => {
2340
- const {
2341
- className,
2342
- primaryFill
2343
- } = iconProps;
2344
- return React.createElement("svg", {
2345
- width: 24,
2346
- height: 24,
2347
- viewBox: "0 0 24 24",
2348
- xmlns: "http://www.w3.org/2000/svg",
2349
- className: className
2350
- }, React.createElement("path", {
2351
- d: "M9 16h8.5a1 1 0 01.12 2H9a1 1 0 01-.12-2h8.62H9zM2.3 9.3A1 1 0 013.6 9.2l.1.08 2 2a1 1 0 01.08 1.32l-.08.1-2 2a1 1 0 01-1.5-1.32l.08-.1L3.6 12l-1.3-1.3a1 1 0 010-1.4zM9 11h11.5a1 1 0 01.12 2H9a1 1 0 01-.12-2H20.5 9zm0-5h8.5a1 1 0 01.12 2H9a1 1 0 01-.12-2h8.62H9z",
2352
- fill: primaryFill
2353
- }));
2354
- };
2355
-
2356
- export const TextIndentIncrease24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentIncrease24FilledIcon({}), 'TextIndentIncrease24Filled');
2357
-
2358
- const TextIndentIncrease24RegularIcon = iconProps => {
2359
- const {
2360
- className,
2361
- primaryFill
2362
- } = iconProps;
2363
- return React.createElement("svg", {
2364
- width: 24,
2365
- height: 24,
2366
- viewBox: "0 0 24 24",
2367
- xmlns: "http://www.w3.org/2000/svg",
2368
- className: className
2369
- }, React.createElement("path", {
2370
- d: "M17.75 16a.75.75 0 010 1.5h-9a.75.75 0 010-1.5h9zM2.72 9.22a.75.75 0 01.98-.07l.08.07 2 2c.27.27.3.68.07.98l-.07.08-2 2a.75.75 0 01-1.13-.98l.07-.08 1.47-1.47-1.47-1.47a.75.75 0 010-1.06zM20.75 11a.75.75 0 010 1.5h-12a.75.75 0 010-1.5h12zm-3-5a.75.75 0 010 1.5h-9a.75.75 0 010-1.5h9z",
2371
- fill: primaryFill
2372
- }));
2373
- };
2374
-
2375
- export const TextIndentIncrease24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/TextIndentIncrease24RegularIcon({}), 'TextIndentIncrease24Regular');
2376
-
2377
2113
  const TextIndentIncreaseLtr16FilledIcon = iconProps => {
2378
2114
  const {
2379
2115
  className,
@@ -9583,4 +9319,232 @@ const Vault24RegularIcon = iconProps => {
9583
9319
  }));
9584
9320
  };
9585
9321
 
9586
- export const Vault24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Vault24RegularIcon({}), 'Vault24Regular');
9322
+ export const Vault24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/Vault24RegularIcon({}), 'Vault24Regular');
9323
+
9324
+ const VehicleBicycle16FilledIcon = iconProps => {
9325
+ const {
9326
+ className,
9327
+ primaryFill
9328
+ } = iconProps;
9329
+ return React.createElement("svg", {
9330
+ width: 16,
9331
+ height: 16,
9332
+ viewBox: "0 0 16 16",
9333
+ xmlns: "http://www.w3.org/2000/svg",
9334
+ className: className
9335
+ }, React.createElement("path", {
9336
+ d: "M8.75 1.5a.75.75 0 000 1.5h.9l.34 1.5H6v-.75A.75.75 0 005.25 3h-1.5a.75.75 0 000 1.5h.75v.68L4.13 7a3.25 3.25 0 103.08 1.92l3.22-2.48.17.77a3.25 3.25 0 101.5-.2l-1.12-4.93a.75.75 0 00-.73-.58h-1.5zM5.61 7.3L5.86 6h2.68L6.3 7.73a3.25 3.25 0 00-.7-.43zM2.5 10.25c0-.82.56-1.5 1.32-1.7l-.3 1.55a.75.75 0 001.19.74l1.25-.96A1.76 1.76 0 014.25 12c-.97 0-1.75-.78-1.75-1.75zm8.44-1.55l.33 1.47a.75.75 0 001.46-.34l-.27-1.18a1.75 1.75 0 11-1.52.05z",
9337
+ fill: primaryFill
9338
+ }));
9339
+ };
9340
+
9341
+ export const VehicleBicycle16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBicycle16FilledIcon({}), 'VehicleBicycle16Filled');
9342
+
9343
+ const VehicleBicycle16RegularIcon = iconProps => {
9344
+ const {
9345
+ className,
9346
+ primaryFill
9347
+ } = iconProps;
9348
+ return React.createElement("svg", {
9349
+ width: 16,
9350
+ height: 16,
9351
+ viewBox: "0 0 16 16",
9352
+ xmlns: "http://www.w3.org/2000/svg",
9353
+ className: className
9354
+ }, React.createElement("path", {
9355
+ d: "M8.5 2a.5.5 0 000 1h1.12l.53 2H6V3.5a.5.5 0 00-.5-.5h-2a.5.5 0 000 1H5v1.2c0 .05 0 .1.02.15l-.56 1.69A3 3 0 107 10.2l3.5-3.93.26 1a3 3 0 10.97-.26l-1.24-4.64A.5.5 0 0010 2H8.5zM4 8h.14l-.61 1.84a.5.5 0 00.47.66h1.94A2 2 0 114 8zm.7 1.5l.39-1.18a2 2 0 01.85 1.18H4.69zm.71-2.15L5.86 6h3.53l-2.6 2.91a3.01 3.01 0 00-1.38-1.56zm5.6.9l.5 1.88a.5.5 0 00.97-.26L11.98 8H12a2 2 0 11-.98.26z",
9356
+ fill: primaryFill
9357
+ }));
9358
+ };
9359
+
9360
+ export const VehicleBicycle16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBicycle16RegularIcon({}), 'VehicleBicycle16Regular');
9361
+
9362
+ const VehicleBicycle20FilledIcon = iconProps => {
9363
+ const {
9364
+ className,
9365
+ primaryFill
9366
+ } = iconProps;
9367
+ return React.createElement("svg", {
9368
+ width: 20,
9369
+ height: 20,
9370
+ viewBox: "0 0 20 20",
9371
+ xmlns: "http://www.w3.org/2000/svg",
9372
+ className: className
9373
+ }, React.createElement("path", {
9374
+ d: "M10.75 2a.75.75 0 000 1.5h1.13l.36 2H7.25v-.75A.75.75 0 006.5 4h-2a.75.75 0 000 1.5h1.25v.7L5.4 9.02a3.75 3.75 0 104.06 3.2l3.23-4.3.24 1.32A3.75 3.75 0 1014.41 9l-1.17-6.39A.75.75 0 0012.5 2h-1.75zm-3.6 5.13A.75.75 0 007.2 7h4.29l-2.69 3.58a3.76 3.76 0 00-1.92-1.4l.26-2.05zM3.5 12.75c0-1.05.73-1.94 1.7-2.18L5 12.16a.75.75 0 00.75.84h2.24a2.25 2.25 0 01-4.49-.25zm3.1-1.25l.1-.8c.37.18.7.46.92.8H6.6zm6.61-.75l.3 1.64A.75.75 0 0015 12.1l-.3-1.57a2.25 2.25 0 11-1.48.21z",
9375
+ fill: primaryFill
9376
+ }));
9377
+ };
9378
+
9379
+ export const VehicleBicycle20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBicycle20FilledIcon({}), 'VehicleBicycle20Filled');
9380
+
9381
+ const VehicleBicycle20RegularIcon = iconProps => {
9382
+ const {
9383
+ className,
9384
+ primaryFill
9385
+ } = iconProps;
9386
+ return React.createElement("svg", {
9387
+ width: 20,
9388
+ height: 20,
9389
+ viewBox: "0 0 20 20",
9390
+ xmlns: "http://www.w3.org/2000/svg",
9391
+ className: className
9392
+ }, React.createElement("path", {
9393
+ d: "M10.5 2a.5.5 0 000 1h1.59l.6 3H7V4.5a.5.5 0 00-.5-.5h-2a.5.5 0 000 1H6v1.46L5.58 9H5.5A3.5 3.5 0 109 12.67l3.97-5.3.36 1.83a3.5 3.5 0 10.98-.2L13 2.4a.5.5 0 00-.49-.4h-2zM3 12.5A2.5 2.5 0 015.41 10l-.4 2.42a.5.5 0 00.49.58h2.45A2.5 2.5 0 013 12.5zm3.09-.5l.3-1.83c.8.3 1.39.99 1.56 1.83H6.09zm.47-2.84L6.92 7H12l-3.22 4.29a3.5 3.5 0 00-2.22-2.13zm6.97 1.04l.48 2.4a.5.5 0 00.98-.2l-.48-2.4a2.5 2.5 0 11-.98.2z",
9394
+ fill: primaryFill
9395
+ }));
9396
+ };
9397
+
9398
+ export const VehicleBicycle20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBicycle20RegularIcon({}), 'VehicleBicycle20Regular');
9399
+
9400
+ const VehicleBicycle24FilledIcon = iconProps => {
9401
+ const {
9402
+ className,
9403
+ primaryFill
9404
+ } = iconProps;
9405
+ return React.createElement("svg", {
9406
+ width: 24,
9407
+ height: 24,
9408
+ viewBox: "0 0 24 24",
9409
+ xmlns: "http://www.w3.org/2000/svg",
9410
+ className: className
9411
+ }, React.createElement("path", {
9412
+ d: "M13 2a1 1 0 100 2h1.19l.62 3H9V6a1 1 0 00-1-1H5a1 1 0 000 2h2v.86l-.9 3.16a4.5 4.5 0 104.9 4.35l4.47-5.21.25 1.2A4.5 4.5 0 1017.7 11l-1.71-8.2A1 1 0 0015 2h-2zm3.14 11.4l.38 1.8a1 1 0 001.96-.4l-.36-1.72a2.5 2.5 0 11-1.98.32zm-5.83-.3a4.52 4.52 0 00-2.21-1.8L8.75 9h5.08l-3.52 4.1zm-2.76.13c.37.17.7.44.95.77H7.33l.22-.77zm-2.08 0l-.43 1.5A1 1 0 006 16h2.95a2.5 2.5 0 11-3.48-2.78z",
9413
+ fill: primaryFill
9414
+ }));
9415
+ };
9416
+
9417
+ export const VehicleBicycle24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBicycle24FilledIcon({}), 'VehicleBicycle24Filled');
9418
+
9419
+ const VehicleBicycle24RegularIcon = iconProps => {
9420
+ const {
9421
+ className,
9422
+ primaryFill
9423
+ } = iconProps;
9424
+ return React.createElement("svg", {
9425
+ width: 24,
9426
+ height: 24,
9427
+ viewBox: "0 0 24 24",
9428
+ xmlns: "http://www.w3.org/2000/svg",
9429
+ className: className
9430
+ }, React.createElement("path", {
9431
+ d: "M12.75 3a.75.75 0 000 1.5h1.43l.95 3.5H8.5V5.75A.75.75 0 007.75 5h-3a.75.75 0 000 1.5H7v2.19l-.3 1.81a4.25 4.25 0 104.3 4.06l4.65-4.65.28 1a4.25 4.25 0 101.44-.4l-1.9-6.96a.75.75 0 00-.72-.55h-2zm3.58 9.4l.7 2.55a.75.75 0 101.44-.4l-.7-2.55a2.75 2.75 0 11-1.44.4zm-5.77.47a4.26 4.26 0 00-2.38-2.12l.2-1.25h5.56l-3.38 3.37zm-2.64-.6c.72.33 1.26.96 1.48 1.73H7.64l.28-1.74zm-1.47-.25L6 14.62a.75.75 0 00.74.88H9.4a2.75 2.75 0 11-2.95-3.48z",
9432
+ fill: primaryFill
9433
+ }));
9434
+ };
9435
+
9436
+ export const VehicleBicycle24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBicycle24RegularIcon({}), 'VehicleBicycle24Regular');
9437
+
9438
+ const VehicleBus16FilledIcon = iconProps => {
9439
+ const {
9440
+ className,
9441
+ primaryFill
9442
+ } = iconProps;
9443
+ return React.createElement("svg", {
9444
+ width: 16,
9445
+ height: 16,
9446
+ viewBox: "0 0 16 16",
9447
+ xmlns: "http://www.w3.org/2000/svg",
9448
+ className: className
9449
+ }, React.createElement("path", {
9450
+ d: "M7.5 3a.5.5 0 000 1h1a.5.5 0 000-1h-1zM4.9 1A2.9 2.9 0 002 3.9V6h-.5a.5.5 0 000 1H2v6.7c0 .72.58 1.3 1.3 1.3h1.4c.72 0 1.3-.58 1.3-1.3V13h4v.7c0 .72.58 1.3 1.3 1.3h1.4c.72 0 1.3-.58 1.3-1.3V7h.5a.5.5 0 000-1H14V3.9C14 2.3 12.7 1 11.1 1H4.9zM13 3.9V8H3V3.9C3 2.85 3.85 2 4.9 2h6.2c1.05 0 1.9.85 1.9 1.9zm0 9.1v.7a.3.3 0 01-.3.3h-1.4a.3.3 0 01-.3-.3V13h2zm-8 0v.7a.3.3 0 01-.3.3H3.3a.3.3 0 01-.3-.3V13h2zm1.5-2.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3.75.75a.75.75 0 110-1.5.75.75 0 010 1.5z",
9451
+ fill: primaryFill
9452
+ }));
9453
+ };
9454
+
9455
+ export const VehicleBus16Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBus16FilledIcon({}), 'VehicleBus16Filled');
9456
+
9457
+ const VehicleBus16RegularIcon = iconProps => {
9458
+ const {
9459
+ className,
9460
+ primaryFill
9461
+ } = iconProps;
9462
+ return React.createElement("svg", {
9463
+ width: 16,
9464
+ height: 16,
9465
+ viewBox: "0 0 16 16",
9466
+ xmlns: "http://www.w3.org/2000/svg",
9467
+ className: className
9468
+ }, React.createElement("path", {
9469
+ d: "M7.5 3a.5.5 0 000 1h1a.5.5 0 000-1h-1zm-1 7.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3.75.75a.75.75 0 100-1.5.75.75 0 000 1.5zM2 3.9C2 2.3 3.3 1 4.9 1h6.2C12.7 1 14 2.3 14 3.9V6h.5a.5.5 0 010 1H14v6.7c0 .72-.58 1.3-1.3 1.3h-1.4a1.3 1.3 0 01-1.3-1.3V13H6v.7c0 .72-.58 1.3-1.3 1.3H3.3A1.3 1.3 0 012 13.7V7h-.5a.5.5 0 010-1H2V3.9zm11 0A1.9 1.9 0 0011.1 2H4.9A1.9 1.9 0 003 3.9V8h10V3.9zM11 13v.7c0 .17.13.3.3.3h1.4a.3.3 0 00.3-.3V13h-2zm-8 0v.7c0 .17.13.3.3.3h1.4a.3.3 0 00.3-.3V13H3zm0-1h10V9H3v3z",
9470
+ fill: primaryFill
9471
+ }));
9472
+ };
9473
+
9474
+ export const VehicleBus16Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBus16RegularIcon({}), 'VehicleBus16Regular');
9475
+
9476
+ const VehicleBus20FilledIcon = iconProps => {
9477
+ const {
9478
+ className,
9479
+ primaryFill
9480
+ } = iconProps;
9481
+ return React.createElement("svg", {
9482
+ width: 20,
9483
+ height: 20,
9484
+ viewBox: "0 0 20 20",
9485
+ xmlns: "http://www.w3.org/2000/svg",
9486
+ className: className
9487
+ }, React.createElement("path", {
9488
+ d: "M9 4a.5.5 0 000 1h2a.5.5 0 000-1H9zM3 5.5A3.5 3.5 0 016.5 2h7A3.5 3.5 0 0117 5.5V8h1a.5.5 0 010 1h-1v7.5c0 .83-.67 1.5-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5V16H7v.5c0 .83-.67 1.5-1.5 1.5h-1A1.5 1.5 0 013 16.5V9H2a.5.5 0 010-1h1V5.5zm13 0A2.5 2.5 0 0013.5 3h-7A2.5 2.5 0 004 5.5V10h12V5.5zM14 16v.5c0 .28.22.5.5.5h1a.5.5 0 00.5-.5V16h-2zM4 16v.5c0 .28.22.5.5.5h1a.5.5 0 00.5-.5V16H4zm4-3a1 1 0 10-2 0 1 1 0 002 0zm5 1a1 1 0 100-2 1 1 0 000 2z",
9489
+ fill: primaryFill
9490
+ }));
9491
+ };
9492
+
9493
+ export const VehicleBus20Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBus20FilledIcon({}), 'VehicleBus20Filled');
9494
+
9495
+ const VehicleBus20RegularIcon = iconProps => {
9496
+ const {
9497
+ className,
9498
+ primaryFill
9499
+ } = iconProps;
9500
+ return React.createElement("svg", {
9501
+ width: 20,
9502
+ height: 20,
9503
+ viewBox: "0 0 20 20",
9504
+ xmlns: "http://www.w3.org/2000/svg",
9505
+ className: className
9506
+ }, React.createElement("path", {
9507
+ d: "M9 4a.5.5 0 000 1h2a.5.5 0 000-1H9zm-1 9a1 1 0 11-2 0 1 1 0 012 0zm5 1a1 1 0 100-2 1 1 0 000 2zM3 5.5A3.5 3.5 0 016.5 2h7A3.5 3.5 0 0117 5.5V8h1a.5.5 0 010 1h-1v7.5c0 .83-.67 1.5-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5V16H7v.5c0 .83-.67 1.5-1.5 1.5h-1A1.5 1.5 0 013 16.5V9H2a.5.5 0 010-1h1V5.5zm13 0A2.5 2.5 0 0013.5 3h-7A2.5 2.5 0 004 5.5V10h12V5.5zM14 16v.5c0 .28.22.5.5.5h1a.5.5 0 00.5-.5V16h-2zM4 16v.5c0 .28.22.5.5.5h1a.5.5 0 00.5-.5V16H4zm0-1h12v-4H4v4z",
9508
+ fill: primaryFill
9509
+ }));
9510
+ };
9511
+
9512
+ export const VehicleBus20Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBus20RegularIcon({}), 'VehicleBus20Regular');
9513
+
9514
+ const VehicleBus24FilledIcon = iconProps => {
9515
+ const {
9516
+ className,
9517
+ primaryFill
9518
+ } = iconProps;
9519
+ return React.createElement("svg", {
9520
+ width: 24,
9521
+ height: 24,
9522
+ viewBox: "0 0 24 24",
9523
+ xmlns: "http://www.w3.org/2000/svg",
9524
+ className: className
9525
+ }, React.createElement("path", {
9526
+ d: "M10.75 5a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-2.5zM4 5.75A3.75 3.75 0 017.75 2h8.5A3.75 3.75 0 0120 5.75V9.5h1.23a.75.75 0 010 1.5H20v8.75c0 .97-.78 1.75-1.75 1.75h-1.5c-.97 0-1.75-.78-1.75-1.75V18.5H9v1.25c0 .97-.78 1.75-1.75 1.75h-1.5c-.97 0-1.75-.78-1.75-1.75V11H2.75a.75.75 0 010-1.5H4V5.75zM16.5 18.5v1.25c0 .14.11.25.25.25h1.5c.14 0 .25-.11.25-.25V18.5h-2zm-11 0v1.25c0 .14.11.25.25.25h1.5c.14 0 .25-.11.25-.25V18.5h-2zm2.25-15c-1.24 0-2.25 1-2.25 2.25V12h13V5.75c0-1.24-1-2.25-2.25-2.25h-8.5zM9 15a1 1 0 10-2 0 1 1 0 002 0zm7 1a1 1 0 100-2 1 1 0 000 2z",
9527
+ fill: primaryFill
9528
+ }));
9529
+ };
9530
+
9531
+ export const VehicleBus24Filled = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBus24FilledIcon({}), 'VehicleBus24Filled');
9532
+
9533
+ const VehicleBus24RegularIcon = iconProps => {
9534
+ const {
9535
+ className,
9536
+ primaryFill
9537
+ } = iconProps;
9538
+ return React.createElement("svg", {
9539
+ width: 24,
9540
+ height: 24,
9541
+ viewBox: "0 0 24 24",
9542
+ xmlns: "http://www.w3.org/2000/svg",
9543
+ className: className
9544
+ }, React.createElement("path", {
9545
+ d: "M8 16a1 1 0 100-2 1 1 0 000 2zm9-1a1 1 0 11-2 0 1 1 0 012 0zM10.75 5a.75.75 0 000 1.5h2.5a.75.75 0 000-1.5h-2.5zm-3-3A3.75 3.75 0 004 5.75V9.5H2.75a.75.75 0 100 1.5H4v8.75c0 .97.78 1.75 1.75 1.75h1.5c.97 0 1.75-.78 1.75-1.75V18.5h6v1.25c0 .97.78 1.75 1.75 1.75h1.5c.97 0 1.75-.78 1.75-1.75V11h1.23a.75.75 0 000-1.5H20V5.75A3.75 3.75 0 0016.25 2h-8.5zM18.5 18.5v1.25c0 .14-.11.25-.25.25h-1.5a.25.25 0 01-.25-.25V18.5h2zm0-1.5h-13v-4h13v4zm-13 2.75V18.5h2v1.25c0 .14-.11.25-.25.25h-1.5a.25.25 0 01-.25-.25zm0-14c0-1.24 1-2.25 2.25-2.25h8.5c1.24 0 2.25 1 2.25 2.25v5.75h-13V5.75z",
9546
+ fill: primaryFill
9547
+ }));
9548
+ };
9549
+
9550
+ export const VehicleBus24Regular = /*#__PURE__*/wrapIcon( /*#__PURE__*/VehicleBus24RegularIcon({}), 'VehicleBus24Regular');