diff --git a/icons/.svgrrc.js b/icons/.svgrrc.js
index 5b81235313..f9db8850f1 100644
--- a/icons/.svgrrc.js
+++ b/icons/.svgrrc.js
@@ -56,7 +56,7 @@ module.exports = {
[
"@svgr/babel-plugin-add-jsx-attribute",
{
- "elements": ["path"],
+ "elements": ["path", "circle"],
"attributes": [
{
"name": "fill",
diff --git a/icons/es5/Accessible.js b/icons/es5/Accessible.js
index 91791387a0..18b13e9907 100644
--- a/icons/es5/Accessible.js
+++ b/icons/es5/Accessible.js
@@ -9,7 +9,8 @@ const SvgAccessible = props => /*#__PURE__*/React.createElement("svg", _extends(
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 4,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.37-.21-.78-.31-1.25-.25C10.73 7.15 10 8.07 10 9.1V17h7v5h2v-7.5h-5v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1a5 5 0 1 0 5.9 5.9h-2.07z",
fill: "currentColor"
diff --git a/icons/es5/AccessibleForward.js b/icons/es5/AccessibleForward.js
index 168232606f..190389f680 100644
--- a/icons/es5/AccessibleForward.js
+++ b/icons/es5/AccessibleForward.js
@@ -9,7 +9,8 @@ const SvgAccessibleForward = props => /*#__PURE__*/React.createElement("svg", _e
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 18,
cy: 4.54,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm5-3.5h-3.86l1.67-3.67C18.42 8.5 17.44 7 15.96 7h-5.2c-.81 0-1.54.47-1.87 1.2L8.22 10l1.92.53.65-1.53H13l-3.12 7H18v5h2v-7.5z",
fill: "currentColor"
diff --git a/icons/es5/AssistWalker.js b/icons/es5/AssistWalker.js
index b810d3014e..3e16d07d8a 100644
--- a/icons/es5/AssistWalker.js
+++ b/icons/es5/AssistWalker.js
@@ -9,7 +9,8 @@ const SvgAssistWalker = props => /*#__PURE__*/React.createElement("svg", _extend
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12.5,
cy: 4.5,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M19.77 17.72 19 10h-3c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98A1.95 1.95 0 0 0 8.83 6c-.51 0-1.02.2-1.41.59l-4.2 4.17 2.08 4.07-3.15 4.05 1.57 1.24 3.68-4.73-.17-1.36.77.72V20h2v-6.12l-2.12-2.12 2.36-2.36c.94.94 1.72 1.82 3.59 2.32L13 20h1.5l.41-3.5h3.18l.14 1.22c-.44.26-.73.74-.73 1.28 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.54-.29-1.02-.73-1.28zM15.09 15l.41-3.5h2l.41 3.5h-2.82z",
fill: "currentColor"
diff --git a/icons/es5/Attribution.js b/icons/es5/Attribution.js
index f9a9c3bbce..04387e2e58 100644
--- a/icons/es5/Attribution.js
+++ b/icons/es5/Attribution.js
@@ -12,6 +12,7 @@ const SvgAttribution = props => /*#__PURE__*/React.createElement("svg", _extends
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 6.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}));
export default SvgAttribution;
\ No newline at end of file
diff --git a/icons/es5/Bathtub.js b/icons/es5/Bathtub.js
index 1062a23130..1e449ba2f0 100644
--- a/icons/es5/Bathtub.js
+++ b/icons/es5/Bathtub.js
@@ -9,7 +9,8 @@ const SvgBathtub = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 7,
cy: 7,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 13V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.4 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.51l1.25-1.25a.828.828 0 0 1 1.41.59V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5A2.251 2.251 0 0 0 5 12.25V13H2v8h2v1h16v-1h2v-8h-2z",
fill: "currentColor"
diff --git a/icons/es5/Biotech.js b/icons/es5/Biotech.js
index 522e64fec6..40f57e6be3 100644
--- a/icons/es5/Biotech.js
+++ b/icons/es5/Biotech.js
@@ -15,6 +15,7 @@ const SvgBiotech = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 10.5,
cy: 8,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}));
export default SvgBiotech;
\ No newline at end of file
diff --git a/icons/es5/Blind.js b/icons/es5/Blind.js
index e9679050a1..8f11d3e47e 100644
--- a/icons/es5/Blind.js
+++ b/icons/es5/Blind.js
@@ -9,7 +9,8 @@ const SvgBlind = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 11.5,
cy: 3.5,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M12.13 7.12c-.17-.35-.44-.65-.8-.85a1.98 1.98 0 0 0-1.93-.03v-.01L4 9.3V14h2v-3.54l1.5-.85C7.18 10.71 7 11.85 7 13v5.33L4.4 21.8 6 23l3-4 .22-3.54L11 18v5h2v-6.5l-1.97-2.81c-.04-.52-.14-1.76.45-3.4.75 1.14 1.88 1.98 3.2 2.41L20.63 23l.87-.5-5.48-9.5H17v-2c-.49 0-2.88.17-4.08-2.21",
fill: "currentColor"
diff --git a/icons/es5/BlurOff.js b/icons/es5/BlurOff.js
index 6f790646b0..d3aaa42d49 100644
--- a/icons/es5/BlurOff.js
+++ b/icons/es5/BlurOff.js
@@ -9,47 +9,55 @@ const SvgBlurOff = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 14,
cy: 6,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "m13.8 11.48.2.02c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5l.02.2c.09.67.61 1.19 1.28 1.28zM14 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-4 0c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 18,
cy: 10,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 18,
cy: 6,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 6,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 18,
cy: 14,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 6,
cy: 18,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M14 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7-7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-18 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 18,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 11c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 6,
cy: 14,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M2.5 5.27 6 8.77l.28.28L6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l2.81 2.81c-.71.11-1.25.73-1.25 1.47 0 .83.67 1.5 1.5 1.5.74 0 1.36-.54 1.47-1.25l2.81 2.81A.875.875 0 0 0 14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l3.78 3.78h.01l1.41-1.41L3.91 3.86 2.5 5.27z",
fill: "currentColor"
diff --git a/icons/es5/Brightness1.js b/icons/es5/Brightness1.js
index 18b23df11d..a754962072 100644
--- a/icons/es5/Brightness1.js
+++ b/icons/es5/Brightness1.js
@@ -9,6 +9,7 @@ const SvgBrightness1 = props => /*#__PURE__*/React.createElement("svg", _extends
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 12,
- r: 10
+ r: 10,
+ fill: "currentColor"
}));
export default SvgBrightness1;
\ No newline at end of file
diff --git a/icons/es5/BubbleChart.js b/icons/es5/BubbleChart.js
index 5788bcefc5..813ddd0b1a 100644
--- a/icons/es5/BubbleChart.js
+++ b/icons/es5/BubbleChart.js
@@ -9,14 +9,17 @@ const SvgBubbleChart = props => /*#__PURE__*/React.createElement("svg", _extends
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 7.2,
cy: 14.4,
- r: 3.2
+ r: 3.2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 14.8,
cy: 18,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15.2,
cy: 8.8,
- r: 4.8
+ r: 4.8,
+ fill: "currentColor"
}));
export default SvgBubbleChart;
\ No newline at end of file
diff --git a/icons/es5/CameraAlt.js b/icons/es5/CameraAlt.js
index e1733fde30..644cb5fa93 100644
--- a/icons/es5/CameraAlt.js
+++ b/icons/es5/CameraAlt.js
@@ -9,7 +9,8 @@ const SvgCameraAlt = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 12,
- r: 3
+ r: 3,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.83 4 15 2H9L7.17 4H2v16h20V4h-5.17zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z",
fill: "currentColor"
diff --git a/icons/es5/Category.js b/icons/es5/Category.js
index 5b380c80b1..96cce0b813 100644
--- a/icons/es5/Category.js
+++ b/icons/es5/Category.js
@@ -12,7 +12,8 @@ const SvgCategory = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 17.5,
cy: 17.5,
- r: 4.5
+ r: 4.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M3 13.5h8v8H3z",
fill: "currentColor"
diff --git a/icons/es5/ChildCare.js b/icons/es5/ChildCare.js
index 92f5066d14..dc52e13c05 100644
--- a/icons/es5/ChildCare.js
+++ b/icons/es5/ChildCare.js
@@ -9,11 +9,13 @@ const SvgChildCare = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 14.5,
cy: 10.5,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 9.5,
cy: 10.5,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 17c2.01 0 3.74-1.23 4.5-3h-9c.76 1.77 2.49 3 4.5 3zm10.94-5.66a4.008 4.008 0 0 0-2.81-3.17 9.114 9.114 0 0 0-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91a3.994 3.994 0 0 0-2.81 3.17c-.04.21-.06.43-.06.66 0 .23.02.45.06.66a4.008 4.008 0 0 0 2.81 3.17 8.977 8.977 0 0 0 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89a3.998 3.998 0 0 0 2.8-3.17c.04-.21.06-.43.06-.66 0-.23-.02-.45-.06-.66zM19 14c-.1 0-.19-.02-.29-.03-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86-.1.01-.19.03-.29.03-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86.1-.01.19-.03.29-.03 1.1 0 2 .9 2 2s-.9 2-2 2z",
fill: "currentColor"
diff --git a/icons/es5/CoPresent.js b/icons/es5/CoPresent.js
index a311d3b0e0..fb77d1fd12 100644
--- a/icons/es5/CoPresent.js
+++ b/icons/es5/CoPresent.js
@@ -12,7 +12,8 @@ const SvgCoPresent = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 10,
- r: 4
+ r: 4,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.39 16.56C13.71 15.7 11.53 15 9 15s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 1 19.22V22h16v-2.78c0-1.12-.61-2.15-1.61-2.66z",
fill: "currentColor"
diff --git a/icons/es5/CoffeeMaker.js b/icons/es5/CoffeeMaker.js
index 481a5355a5..9a98e3d411 100644
--- a/icons/es5/CoffeeMaker.js
+++ b/icons/es5/CoffeeMaker.js
@@ -12,6 +12,7 @@ const SvgCoffeeMaker = props => /*#__PURE__*/React.createElement("svg", _extends
}), /*#__PURE__*/React.createElement("circle", {
cx: 13,
cy: 9,
- r: 1
+ r: 1,
+ fill: "currentColor"
}));
export default SvgCoffeeMaker;
\ No newline at end of file
diff --git a/icons/es5/CompassCalibration.js b/icons/es5/CompassCalibration.js
index 0e89e5ca30..32bda2e830 100644
--- a/icons/es5/CompassCalibration.js
+++ b/icons/es5/CompassCalibration.js
@@ -9,7 +9,8 @@ const SvgCompassCalibration = props => /*#__PURE__*/React.createElement("svg", _
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 17,
- r: 4
+ r: 4,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 3C8.1 3 4.56 4.59 2 7.15l5 5a7.06 7.06 0 0 1 10-.01l5-5C19.44 4.59 15.9 3 12 3z",
fill: "currentColor"
diff --git a/icons/es5/ControlCamera.js b/icons/es5/ControlCamera.js
index ea6591758e..92d2b2a728 100644
--- a/icons/es5/ControlCamera.js
+++ b/icons/es5/ControlCamera.js
@@ -12,6 +12,7 @@ const SvgControlCamera = props => /*#__PURE__*/React.createElement("svg", _exten
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 12,
- r: 3
+ r: 3,
+ fill: "currentColor"
}));
export default SvgControlCamera;
\ No newline at end of file
diff --git a/icons/es5/Deblur.js b/icons/es5/Deblur.js
index 0c2c97693d..cadec11e0e 100644
--- a/icons/es5/Deblur.js
+++ b/icons/es5/Deblur.js
@@ -12,50 +12,62 @@ const SvgDeblur = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 6,
cy: 14,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 6,
cy: 18,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 6,
cy: 10,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 3,
cy: 10,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 6,
cy: 6,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 3,
cy: 14,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 21,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 3,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 6,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 14,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 10,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 18,
- r: 1
+ r: 1,
+ fill: "currentColor"
}));
export default SvgDeblur;
\ No newline at end of file
diff --git a/icons/es5/Diversity1.js b/icons/es5/Diversity1.js
index 3bb1eee287..7d3026aa73 100644
--- a/icons/es5/Diversity1.js
+++ b/icons/es5/Diversity1.js
@@ -9,14 +9,16 @@ const SvgDiversity1 = props => /*#__PURE__*/React.createElement("svg", _extends(
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 4,
cy: 14,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M1.22 17.58A2.01 2.01 0 0 0 0 19.43V21h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 20,
cy: 14,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M22.78 17.58A6.95 6.95 0 0 0 20 17c-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V21H24v-1.57c0-.81-.48-1.53-1.22-1.85zm-6.54-.93c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9A2.988 2.988 0 0 0 6 19.39V21h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z",
fill: "currentColor"
diff --git a/icons/es5/EmojiPeople.js b/icons/es5/EmojiPeople.js
index bef65083f1..ab8009276a 100644
--- a/icons/es5/EmojiPeople.js
+++ b/icons/es5/EmojiPeople.js
@@ -9,7 +9,8 @@ const SvgEmojiPeople = props => /*#__PURE__*/React.createElement("svg", _extends
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 4,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54C8.24 6.99 6 4.75 6 2H4c0 3.16 2.11 5.84 5 6.71V22h2v-6h2v6h2V10.05L18.95 14l1.41-1.41-4.47-4.48z",
fill: "currentColor"
diff --git a/icons/es5/EmojiSymbols.js b/icons/es5/EmojiSymbols.js
index 618efb54f4..acdabe2849 100644
--- a/icons/es5/EmojiSymbols.js
+++ b/icons/es5/EmojiSymbols.js
@@ -12,11 +12,13 @@ const SvgEmojiSymbols = props => /*#__PURE__*/React.createElement("svg", _extend
}), /*#__PURE__*/React.createElement("circle", {
cx: 14.5,
cy: 14.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 19.5,
cy: 19.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.5 11A2.5 2.5 0 0 0 18 8.5V4h3V2h-4v4.51c-.42-.32-.93-.51-1.5-.51a2.5 2.5 0 0 0 0 5zm-5.76 4.96-1.41 1.41-.71-.71.35-.35a2.499 2.499 0 0 0-1.77-4.27 2.499 2.499 0 0 0-1.77 4.27l.35.35-1.06 1.06c-.98.98-.98 2.56 0 3.54.5.5 1.14.74 1.78.74s1.28-.24 1.77-.73l1.06-1.06 1.41 1.41 1.41-1.41-1.41-1.41 1.41-1.41-1.41-1.43zM5.85 14.2c.12-.12.26-.15.35-.15s.23.03.35.15c.19.2.19.51 0 .71l-.35.35-.35-.36a.501.501 0 0 1 0-.7zm0 5.65c-.12.12-.26.15-.35.15s-.23-.03-.35-.15a.513.513 0 0 1 0-.71l1.06-1.06.71.71-1.07 1.06z",
fill: "currentColor"
diff --git a/icons/es5/Face2.js b/icons/es5/Face2.js
index edfcabab71..a066e5635b 100644
--- a/icons/es5/Face2.js
+++ b/icons/es5/Face2.js
@@ -12,10 +12,12 @@ const SvgFace2 = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 14,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15,
cy: 14,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}));
export default SvgFace2;
\ No newline at end of file
diff --git a/icons/es5/Face3.js b/icons/es5/Face3.js
index 65ec9349d0..660c1a81ce 100644
--- a/icons/es5/Face3.js
+++ b/icons/es5/Face3.js
@@ -9,11 +9,13 @@ const SvgFace3 = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 13,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15,
cy: 13,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M22.91 11.96c-.54-5.93-5.75-10.41-11.8-9.92-5.38.42-9.56 4.9-10.05 10.28L0 24h24l-1.09-12.04zM4.54 9.13c.87.55 1.89.87 2.96.87 1.86 0 3.5-.93 4.5-2.35C13 9.07 14.64 10 16.5 10c1.07 0 2.09-.32 2.96-.87.34.89.54 1.86.54 2.87 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-1.01.2-1.98.54-2.87z",
fill: "currentColor"
diff --git a/icons/es5/Face4.js b/icons/es5/Face4.js
index 2e81bde53e..ef5c5e01ac 100644
--- a/icons/es5/Face4.js
+++ b/icons/es5/Face4.js
@@ -12,10 +12,12 @@ const SvgFace4 = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 13,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15,
cy: 13,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}));
export default SvgFace4;
\ No newline at end of file
diff --git a/icons/es5/Face5.js b/icons/es5/Face5.js
index 5fad57b9e4..250d64cc94 100644
--- a/icons/es5/Face5.js
+++ b/icons/es5/Face5.js
@@ -12,90 +12,112 @@ const SvgFace5 = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 13,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 5.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 14,
cy: 5.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 5.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 17,
cy: 6.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 6.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 7,
cy: 6.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 11,
cy: 6.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 13,
cy: 6.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15,
cy: 6.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 7.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 14,
cy: 7.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 16,
cy: 7.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 7.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 8,
cy: 7.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 8.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 7,
cy: 8.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 11,
cy: 8.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 13,
cy: 8.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15,
cy: 8.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 17,
cy: 8.5,
- r: 0.5
+ r: 0.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15,
cy: 13,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}));
export default SvgFace5;
\ No newline at end of file
diff --git a/icons/es5/Face6.js b/icons/es5/Face6.js
index 1f97254674..ded30f3e7f 100644
--- a/icons/es5/Face6.js
+++ b/icons/es5/Face6.js
@@ -12,10 +12,12 @@ const SvgFace6 = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 13,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15,
cy: 13,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}));
export default SvgFace6;
\ No newline at end of file
diff --git a/icons/es5/FaceRetouchingNatural.js b/icons/es5/FaceRetouchingNatural.js
index 63719ff409..92cb5d358c 100644
--- a/icons/es5/FaceRetouchingNatural.js
+++ b/icons/es5/FaceRetouchingNatural.js
@@ -9,14 +9,16 @@ const SvgFaceRetouchingNatural = props => /*#__PURE__*/React.createElement("svg"
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 13,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M19.85 10.59C20.79 15.4 17.01 20 12 20c-4.41 0-8-3.59-8-8 0-.39 3.87-1.12 5.74-5.69 3.42 4.19 8.07 3.73 9.09 3.59l-1.48-3.25-4.72-2.15 3.5-1.59C9.51-.14 2 4.77 2 12c0 5.52 4.48 10 10 10 7.21 0 12.12-7.45 9.1-14.13l-1.25 2.72z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15,
cy: 13,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M20.6 5.6 19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.1 2.4L23 4.5l-2.4 1.1z",
fill: "currentColor"
diff --git a/icons/es5/FaceRetouchingOff.js b/icons/es5/FaceRetouchingOff.js
index ddb7d50739..4c2b9b2d93 100644
--- a/icons/es5/FaceRetouchingOff.js
+++ b/icons/es5/FaceRetouchingOff.js
@@ -9,7 +9,8 @@ const SvgFaceRetouchingOff = props => /*#__PURE__*/React.createElement("svg", _e
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 13,
- r: 1.25
+ r: 1.25,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.5 10c.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 1.22-.28 2.37-.77 3.4l1.49 1.49A9.981 9.981 0 0 0 22 12c0-5.52-4.48-10-10-10-1.78 0-3.44.47-4.89 1.28l5.33 5.33c1.49.88 3.21 1.39 5.06 1.39zM1.89 3.72l2.19 2.19A9.958 9.958 0 0 0 2 12c0 5.52 4.48 10 10 10 2.29 0 4.4-.78 6.09-2.08l2.19 2.19 1.41-1.41L3.31 2.31 1.89 3.72zm14.77 14.77A7.91 7.91 0 0 1 12 20c-4.41 0-8-3.59-8-8 0-.05.01-.1 0-.14a9.946 9.946 0 0 0 3.64-2.39l9.02 9.02z",
fill: "currentColor"
diff --git a/icons/es5/FiberManualRecord.js b/icons/es5/FiberManualRecord.js
index e69ac7886a..ed90ab834b 100644
--- a/icons/es5/FiberManualRecord.js
+++ b/icons/es5/FiberManualRecord.js
@@ -9,6 +9,7 @@ const SvgFiberManualRecord = props => /*#__PURE__*/React.createElement("svg", _e
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 12,
- r: 8
+ r: 8,
+ fill: "currentColor"
}));
export default SvgFiberManualRecord;
\ No newline at end of file
diff --git a/icons/es5/FiberSmartRecord.js b/icons/es5/FiberSmartRecord.js
index 12303f0e5d..d426f51069 100644
--- a/icons/es5/FiberSmartRecord.js
+++ b/icons/es5/FiberSmartRecord.js
@@ -9,7 +9,8 @@ const SvgFiberSmartRecord = props => /*#__PURE__*/React.createElement("svg", _ex
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 12,
- r: 8
+ r: 8,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 4.26v2.09a5.99 5.99 0 0 1 0 11.3v2.09c3.45-.89 6-4.01 6-7.74s-2.55-6.85-6-7.74z",
fill: "currentColor"
diff --git a/icons/es5/FireHydrantAlt.js b/icons/es5/FireHydrantAlt.js
index 3c677fdcdd..b2b2d70984 100644
--- a/icons/es5/FireHydrantAlt.js
+++ b/icons/es5/FireHydrantAlt.js
@@ -12,6 +12,7 @@ const SvgFireHydrantAlt = props => /*#__PURE__*/React.createElement("svg", _exte
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 14,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}));
export default SvgFireHydrantAlt;
\ No newline at end of file
diff --git a/icons/es5/Garage.js b/icons/es5/Garage.js
index 263fb51b31..9e847a1d8a 100644
--- a/icons/es5/Garage.js
+++ b/icons/es5/Garage.js
@@ -9,11 +9,13 @@ const SvgGarage = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 15,
cy: 13,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 13,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "m8.33 7.5-.66 2h8.66l-.66-2z",
fill: "currentColor"
diff --git a/icons/es5/GolfCourse.js b/icons/es5/GolfCourse.js
index 1adc772d76..45cd8f2794 100644
--- a/icons/es5/GolfCourse.js
+++ b/icons/es5/GolfCourse.js
@@ -9,7 +9,8 @@ const SvgGolfCourse = props => /*#__PURE__*/React.createElement("svg", _extends(
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 19.5,
cy: 19.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 5.92 9 2v18H7v-1.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97V8.98l6-3.06z",
fill: "currentColor"
diff --git a/icons/es5/HotTub.js b/icons/es5/HotTub.js
index d3a0b35e55..18f447e24d 100644
--- a/icons/es5/HotTub.js
+++ b/icons/es5/HotTub.js
@@ -9,7 +9,8 @@ const SvgHotTub = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 7,
cy: 6,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.15 12c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H2v10h20V12H11.15zM7 20H5v-6h2v6zm4 0H9v-6h2v6zm4 0h-2v-6h2v6zm4 0h-2v-6h2v6zm-.35-14.14-.07-.07c-.57-.62-.82-1.41-.67-2.2L18 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71zm-4 0-.07-.07c-.57-.62-.82-1.41-.67-2.2L14 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71z",
fill: "currentColor"
diff --git a/icons/es5/LinkedCamera.js b/icons/es5/LinkedCamera.js
index 75f20a4db4..5ca8932941 100644
--- a/icons/es5/LinkedCamera.js
+++ b/icons/es5/LinkedCamera.js
@@ -9,7 +9,8 @@ const SvgLinkedCamera = props => /*#__PURE__*/React.createElement("svg", _extend
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 14,
- r: 3
+ r: 3,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 8h1.33c0-1.84-1.49-3.33-3.33-3.33V6c1.11 0 2 .89 2 2zm2.67 0H22c0-3.31-2.69-6-6-6v1.33c2.58 0 4.67 2.09 4.67 4.67zM15 7V4H9L7.17 6H2v16h20V9h-5c0-1.1-.9-2-2-2zm-3 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z",
fill: "currentColor"
diff --git a/icons/es5/LocalSee.js b/icons/es5/LocalSee.js
index 0fe68e46c7..3dcaae6c79 100644
--- a/icons/es5/LocalSee.js
+++ b/icons/es5/LocalSee.js
@@ -9,7 +9,8 @@ const SvgLocalSee = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 12,
- r: 3.2
+ r: 3.2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M22 4h-5.17L15 2H9L7.17 4H2v16h20V4zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z",
fill: "currentColor"
diff --git a/icons/es5/Man.js b/icons/es5/Man.js
index 6d75772e43..38c72bafb7 100644
--- a/icons/es5/Man.js
+++ b/icons/es5/Man.js
@@ -12,6 +12,7 @@ const SvgMan = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 4,
- r: 2
+ r: 2,
+ fill: "currentColor"
}));
export default SvgMan;
\ No newline at end of file
diff --git a/icons/es5/Man2.js b/icons/es5/Man2.js
index 5c6b02273f..12eb631de3 100644
--- a/icons/es5/Man2.js
+++ b/icons/es5/Man2.js
@@ -12,6 +12,7 @@ const SvgMan2 = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 4,
- r: 2
+ r: 2,
+ fill: "currentColor"
}));
export default SvgMan2;
\ No newline at end of file
diff --git a/icons/es5/Man4.js b/icons/es5/Man4.js
index b0c4a4b6ce..d940406e34 100644
--- a/icons/es5/Man4.js
+++ b/icons/es5/Man4.js
@@ -12,6 +12,7 @@ const SvgMan4 = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 4,
- r: 2
+ r: 2,
+ fill: "currentColor"
}));
export default SvgMan4;
\ No newline at end of file
diff --git a/icons/es5/ManageAccounts.js b/icons/es5/ManageAccounts.js
index 22469111b3..8940d48d7b 100644
--- a/icons/es5/ManageAccounts.js
+++ b/icons/es5/ManageAccounts.js
@@ -12,7 +12,8 @@ const SvgManageAccounts = props => /*#__PURE__*/React.createElement("svg", _exte
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 8,
- r: 4
+ r: 4,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M20.75 16c0-.22-.03-.42-.06-.63l1.14-1.01-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L18 11h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1.01c-.03.21-.06.41-.06.63s.03.42.06.63l-1.14 1.01 1 1.73 1.45-.49c.32.27.68.48 1.08.63L16 21h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1.01c.03-.21.06-.41.06-.63zM17 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z",
fill: "currentColor"
diff --git a/icons/es5/MarkUnreadChatAlt.js b/icons/es5/MarkUnreadChatAlt.js
index 905f771c1c..c866466195 100644
--- a/icons/es5/MarkUnreadChatAlt.js
+++ b/icons/es5/MarkUnreadChatAlt.js
@@ -9,7 +9,8 @@ const SvgMarkUnreadChatAlt = props => /*#__PURE__*/React.createElement("svg", _e
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 19,
cy: 3,
- r: 3
+ r: 3,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 8V6h9.03a4.906 4.906 0 0 1-.92-4H2.01L2 22l4-4h16V6.97C21.16 7.61 20.13 8 19 8H6zm8 6H6v-2h8v2zm4-3H6V9h12v2z",
fill: "currentColor"
diff --git a/icons/es5/NoiseAware.js b/icons/es5/NoiseAware.js
index bfe081dcea..c6fce38136 100644
--- a/icons/es5/NoiseAware.js
+++ b/icons/es5/NoiseAware.js
@@ -12,6 +12,7 @@ const SvgNoiseAware = props => /*#__PURE__*/React.createElement("svg", _extends(
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 12,
- r: 5
+ r: 5,
+ fill: "currentColor"
}));
export default SvgNoiseAware;
\ No newline at end of file
diff --git a/icons/es5/NoiseControlOff.js b/icons/es5/NoiseControlOff.js
index 6e713e6db1..1abb6feff3 100644
--- a/icons/es5/NoiseControlOff.js
+++ b/icons/es5/NoiseControlOff.js
@@ -9,6 +9,7 @@ const SvgNoiseControlOff = props => /*#__PURE__*/React.createElement("svg", _ext
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 12,
- r: 5
+ r: 5,
+ fill: "currentColor"
}));
export default SvgNoiseControlOff;
\ No newline at end of file
diff --git a/icons/es5/PeopleAlt.js b/icons/es5/PeopleAlt.js
index e8a4d13ef8..75c6e4d750 100644
--- a/icons/es5/PeopleAlt.js
+++ b/icons/es5/PeopleAlt.js
@@ -14,7 +14,8 @@ const SvgPeopleAlt = props => /*#__PURE__*/React.createElement("svg", _extends({
cx: 9,
cy: 8,
fillRule: "evenodd",
- r: 4
+ r: 4,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zm-6 1c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z",
fillRule: "evenodd",
diff --git a/icons/es5/PersonSearch.js b/icons/es5/PersonSearch.js
index 7a0380f934..39d35c047f 100644
--- a/icons/es5/PersonSearch.js
+++ b/icons/es5/PersonSearch.js
@@ -9,7 +9,8 @@ const SvgPersonSearch = props => /*#__PURE__*/React.createElement("svg", _extend
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 8,
- r: 4
+ r: 4,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M10.35 14.01C7.62 13.91 2 15.27 2 18v2h9.54c-2.47-2.76-1.23-5.89-1.19-5.99zm9.08 4.01c.36-.59.57-1.28.57-2.02 0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4c.74 0 1.43-.22 2.02-.57L20.59 22 22 20.59l-2.57-2.57zM16 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z",
fill: "currentColor"
diff --git a/icons/es5/Pets.js b/icons/es5/Pets.js
index 1c2d14f314..8281140bc1 100644
--- a/icons/es5/Pets.js
+++ b/icons/es5/Pets.js
@@ -9,19 +9,23 @@ const SvgPets = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 4.5,
cy: 9.5,
- r: 2.5
+ r: 2.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 5.5,
- r: 2.5
+ r: 2.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15,
cy: 5.5,
- r: 2.5
+ r: 2.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 19.5,
cy: 9.5,
- r: 2.5
+ r: 2.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z",
fill: "currentColor"
diff --git a/icons/es5/Plagiarism.js b/icons/es5/Plagiarism.js
index 97dd773de6..217c6d5b26 100644
--- a/icons/es5/Plagiarism.js
+++ b/icons/es5/Plagiarism.js
@@ -9,7 +9,8 @@ const SvgPlagiarism = props => /*#__PURE__*/React.createElement("svg", _extends(
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 11.5,
cy: 14.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M14 2H4v20h16V8l-6-6zm1.04 17.45-1.88-1.88c-1.33.71-3.01.53-4.13-.59a3.495 3.495 0 0 1 0-4.95 3.495 3.495 0 0 1 4.95 0 3.48 3.48 0 0 1 .59 4.13l1.88 1.88-1.41 1.41zM13 9V3.5L18.5 9H13z",
fill: "currentColor"
diff --git a/icons/es5/Policy.js b/icons/es5/Policy.js
index d6f6e77568..aebfdb1d77 100644
--- a/icons/es5/Policy.js
+++ b/icons/es5/Policy.js
@@ -12,6 +12,7 @@ const SvgPolicy = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 12,
- r: 3
+ r: 3,
+ fill: "currentColor"
}));
export default SvgPolicy;
\ No newline at end of file
diff --git a/icons/es5/Pool.js b/icons/es5/Pool.js
index 254c346f6a..0adec108a2 100644
--- a/icons/es5/Pool.js
+++ b/icons/es5/Pool.js
@@ -12,6 +12,7 @@ const SvgPool = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 16.5,
cy: 5.5,
- r: 2.5
+ r: 2.5,
+ fill: "currentColor"
}));
export default SvgPool;
\ No newline at end of file
diff --git a/icons/es5/PriorityHigh.js b/icons/es5/PriorityHigh.js
index 5cb91e2d76..a4741208f5 100644
--- a/icons/es5/PriorityHigh.js
+++ b/icons/es5/PriorityHigh.js
@@ -9,7 +9,8 @@ const SvgPriorityHigh = props => /*#__PURE__*/React.createElement("svg", _extend
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 19,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 3h4v12h-4z",
fill: "currentColor"
diff --git a/icons/es5/RecordVoiceOver.js b/icons/es5/RecordVoiceOver.js
index 5a5f53987c..bd48d5867a 100644
--- a/icons/es5/RecordVoiceOver.js
+++ b/icons/es5/RecordVoiceOver.js
@@ -9,7 +9,8 @@ const SvgRecordVoiceOver = props => /*#__PURE__*/React.createElement("svg", _ext
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 9,
- r: 4
+ r: 4,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm6.08-7.95c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z",
fill: "currentColor"
diff --git a/icons/es5/RememberMe.js b/icons/es5/RememberMe.js
index af285c819c..8d4ce610fb 100644
--- a/icons/es5/RememberMe.js
+++ b/icons/es5/RememberMe.js
@@ -12,6 +12,7 @@ const SvgRememberMe = props => /*#__PURE__*/React.createElement("svg", _extends(
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 10,
- r: 3
+ r: 3,
+ fill: "currentColor"
}));
export default SvgRememberMe;
\ No newline at end of file
diff --git a/icons/es5/ReportGmailerrorred.js b/icons/es5/ReportGmailerrorred.js
index 5412cc8485..eb784e634d 100644
--- a/icons/es5/ReportGmailerrorred.js
+++ b/icons/es5/ReportGmailerrorred.js
@@ -12,7 +12,8 @@ const SvgReportGmailerrorred = props => /*#__PURE__*/React.createElement("svg",
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 16,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M11 7h2v7h-2z",
fill: "currentColor"
diff --git a/icons/es5/RssFeed.js b/icons/es5/RssFeed.js
index 97ae39a686..72f36c292f 100644
--- a/icons/es5/RssFeed.js
+++ b/icons/es5/RssFeed.js
@@ -9,7 +9,8 @@ const SvgRssFeed = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 6.18,
cy: 17.82,
- r: 2.18
+ r: 2.18,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M4 10.1v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9zm0-5.66v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56z",
fill: "currentColor"
diff --git a/icons/es5/ScatterPlot.js b/icons/es5/ScatterPlot.js
index 7e9d96af1b..a2d75920d6 100644
--- a/icons/es5/ScatterPlot.js
+++ b/icons/es5/ScatterPlot.js
@@ -9,14 +9,17 @@ const SvgScatterPlot = props => /*#__PURE__*/React.createElement("svg", _extends
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 7,
cy: 14,
- r: 3
+ r: 3,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 11,
cy: 6,
- r: 3
+ r: 3,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 16.6,
cy: 17.6,
- r: 3
+ r: 3,
+ fill: "currentColor"
}));
export default SvgScatterPlot;
\ No newline at end of file
diff --git a/icons/es5/ScreenSearchDesktop.js b/icons/es5/ScreenSearchDesktop.js
index b6c78d8fc4..9ae5934818 100644
--- a/icons/es5/ScreenSearchDesktop.js
+++ b/icons/es5/ScreenSearchDesktop.js
@@ -12,6 +12,7 @@ const SvgScreenSearchDesktop = props => /*#__PURE__*/React.createElement("svg",
}), /*#__PURE__*/React.createElement("circle", {
cx: 11.5,
cy: 10,
- r: 2
+ r: 2,
+ fill: "currentColor"
}));
export default SvgScreenSearchDesktop;
\ No newline at end of file
diff --git a/icons/es5/SelfImprovement.js b/icons/es5/SelfImprovement.js
index 809d212ad8..3d234965d3 100644
--- a/icons/es5/SelfImprovement.js
+++ b/icons/es5/SelfImprovement.js
@@ -9,7 +9,8 @@ const SvgSelfImprovement = props => /*#__PURE__*/React.createElement("svg", _ext
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 6,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M21 16v-2c-2.24 0-4.16-.96-5.6-2.68l-1.34-1.6A1.98 1.98 0 0 0 12.53 9h-1.05c-.59 0-1.15.26-1.53.72l-1.34 1.6C7.16 13.04 5.24 14 3 14v2c2.77 0 5.19-1.17 7-3.25V15l-3.88 1.55c-.67.27-1.12.93-1.12 1.66C5 19.2 5.8 20 6.79 20H9v-.5a2.5 2.5 0 0 1 2.5-2.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.83 0-1.5.67-1.5 1.5v.5h7.21c.99 0 1.79-.8 1.79-1.79 0-.73-.45-1.39-1.12-1.66L14 15v-2.25c1.81 2.08 4.23 3.25 7 3.25z",
fill: "currentColor"
diff --git a/icons/es5/SentimentDissatisfied.js b/icons/es5/SentimentDissatisfied.js
index 6fba3b436e..0703a4965c 100644
--- a/icons/es5/SentimentDissatisfied.js
+++ b/icons/es5/SentimentDissatisfied.js
@@ -9,11 +9,13 @@ const SvgSentimentDissatisfied = props => /*#__PURE__*/React.createElement("svg"
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 15.5,
cy: 9.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 8.5,
cy: 9.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 14c-2.33 0-4.32 1.45-5.12 3.5h1.67c.69-1.19 1.97-2 3.45-2s2.75.81 3.45 2h1.67c-.8-2.05-2.79-3.5-5.12-3.5zm-.01-12C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z",
fill: "currentColor"
diff --git a/icons/es5/SentimentSatisfied.js b/icons/es5/SentimentSatisfied.js
index 838b2270a0..0bfe9e0dcd 100644
--- a/icons/es5/SentimentSatisfied.js
+++ b/icons/es5/SentimentSatisfied.js
@@ -9,11 +9,13 @@ const SvgSentimentSatisfied = props => /*#__PURE__*/React.createElement("svg", _
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 15.5,
cy: 9.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 8.5,
cy: 9.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-4c-1.48 0-2.75-.81-3.45-2H6.88a5.495 5.495 0 0 0 10.24 0h-1.67c-.7 1.19-1.97 2-3.45 2z",
fill: "currentColor"
diff --git a/icons/es5/SentimentSatisfiedAlt.js b/icons/es5/SentimentSatisfiedAlt.js
index 4804e83f60..d310d0ed73 100644
--- a/icons/es5/SentimentSatisfiedAlt.js
+++ b/icons/es5/SentimentSatisfiedAlt.js
@@ -9,11 +9,13 @@ const SvgSentimentSatisfiedAlt = props => /*#__PURE__*/React.createElement("svg"
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 15.5,
cy: 9.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 8.5,
cy: 9.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-4c-1.48 0-2.75-.81-3.45-2H6.88a5.495 5.495 0 0 0 10.24 0h-1.67c-.69 1.19-1.97 2-3.45 2z",
fill: "currentColor"
diff --git a/icons/es5/SentimentSlightlyDissatisfied.js b/icons/es5/SentimentSlightlyDissatisfied.js
index 1e82fa0dcb..5a7c74146d 100644
--- a/icons/es5/SentimentSlightlyDissatisfied.js
+++ b/icons/es5/SentimentSlightlyDissatisfied.js
@@ -9,11 +9,13 @@ const SvgSentimentSlightlyDissatisfied = props => /*#__PURE__*/React.createEleme
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 15.5,
cy: 9.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 8.5,
cy: 9.5,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-3.5c.73 0 1.39.19 1.97.53.12-.14.86-.98 1.01-1.14A5.39 5.39 0 0 0 12 15c-1.11 0-2.13.33-2.99.88.97 1.09.01.02 1.01 1.14.59-.33 1.25-.52 1.98-.52z",
fill: "currentColor"
diff --git a/icons/es5/SettingsApplications.js b/icons/es5/SettingsApplications.js
index b21e7fd4cf..8f86a9a897 100644
--- a/icons/es5/SettingsApplications.js
+++ b/icons/es5/SettingsApplications.js
@@ -12,6 +12,7 @@ const SvgSettingsApplications = props => /*#__PURE__*/React.createElement("svg",
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 12,
- r: 2.45
+ r: 2.45,
+ fill: "currentColor"
}));
export default SvgSettingsApplications;
\ No newline at end of file
diff --git a/icons/es5/Shower.js b/icons/es5/Shower.js
index aad4ec031c..d60c1ad342 100644
--- a/icons/es5/Shower.js
+++ b/icons/es5/Shower.js
@@ -9,29 +9,35 @@ const SvgShower = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 8,
cy: 17,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 17,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 16,
cy: 17,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M13 5.08V3h-2v2.08C7.61 5.57 5 8.47 5 12v2h14v-2c0-3.53-2.61-6.43-6-6.92z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 8,
cy: 20,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 20,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 16,
cy: 20,
- r: 1
+ r: 1,
+ fill: "currentColor"
}));
export default SvgShower;
\ No newline at end of file
diff --git a/icons/es5/SpatialAudio.js b/icons/es5/SpatialAudio.js
index 2785c6b400..6d43310afc 100644
--- a/icons/es5/SpatialAudio.js
+++ b/icons/es5/SpatialAudio.js
@@ -9,7 +9,8 @@ const SvgSpatialAudio = props => /*#__PURE__*/React.createElement("svg", _extend
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 9,
- r: 4
+ r: 4,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM16 1h-2a9 9 0 0 0 9 9V8c-3.86 0-7-3.14-7-7z",
fill: "currentColor"
diff --git a/icons/es5/SpatialAudioOff.js b/icons/es5/SpatialAudioOff.js
index 9593a63614..afe2d6a522 100644
--- a/icons/es5/SpatialAudioOff.js
+++ b/icons/es5/SpatialAudioOff.js
@@ -9,7 +9,8 @@ const SvgSpatialAudioOff = props => /*#__PURE__*/React.createElement("svg", _ext
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 9,
- r: 4
+ r: 4,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM20.36 1l-1.41 1.41a7.007 7.007 0 0 1 0 9.9l1.41 1.41a8.98 8.98 0 0 0 0-12.72z",
fill: "currentColor"
diff --git a/icons/es5/SpatialTracking.js b/icons/es5/SpatialTracking.js
index 06bd9b724d..a02fc661ad 100644
--- a/icons/es5/SpatialTracking.js
+++ b/icons/es5/SpatialTracking.js
@@ -9,7 +9,8 @@ const SvgSpatialTracking = props => /*#__PURE__*/React.createElement("svg", _ext
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 9,
- r: 4
+ r: 4,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zm3.66-13.15L18.64 1c-3.51 3.51-3.51 9.21 0 12.73l1.41-1.41c-2.73-2.74-2.73-7.18 0-9.91z",
fill: "currentColor"
diff --git a/icons/es5/SpeakerGroup.js b/icons/es5/SpeakerGroup.js
index 06ccacbcd8..f657d7071a 100644
--- a/icons/es5/SpeakerGroup.js
+++ b/icons/es5/SpeakerGroup.js
@@ -12,7 +12,8 @@ const SvgSpeakerGroup = props => /*#__PURE__*/React.createElement("svg", _extend
}), /*#__PURE__*/React.createElement("circle", {
cx: 14,
cy: 12.5,
- r: 2.5
+ r: 2.5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 5H4v18h12v-2H6z",
fill: "currentColor"
diff --git a/icons/es5/Sports.js b/icons/es5/Sports.js
index fedbee84b4..0e13bd18d8 100644
--- a/icons/es5/Sports.js
+++ b/icons/es5/Sports.js
@@ -12,6 +12,7 @@ const SvgSports = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 11,
cy: 12,
- r: 2
+ r: 2,
+ fill: "currentColor"
}));
export default SvgSports;
\ No newline at end of file
diff --git a/icons/es5/SportsCricket.js b/icons/es5/SportsCricket.js
index 7ba3912e20..d0107b2656 100644
--- a/icons/es5/SportsCricket.js
+++ b/icons/es5/SportsCricket.js
@@ -12,6 +12,7 @@ const SvgSportsCricket = props => /*#__PURE__*/React.createElement("svg", _exten
}), /*#__PURE__*/React.createElement("circle", {
cx: 18.5,
cy: 5.5,
- r: 3.5
+ r: 3.5,
+ fill: "currentColor"
}));
export default SvgSportsCricket;
\ No newline at end of file
diff --git a/icons/es5/SportsGolf.js b/icons/es5/SportsGolf.js
index eaab6fc4e7..7c9815a614 100644
--- a/icons/es5/SportsGolf.js
+++ b/icons/es5/SportsGolf.js
@@ -12,15 +12,18 @@ const SvgSportsGolf = props => /*#__PURE__*/React.createElement("svg", _extends(
}), /*#__PURE__*/React.createElement("circle", {
cx: 10,
cy: 8,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 14,
cy: 8,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 6,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 19h2c1.1 0 2 .9 2 2v1h2v-1c0-1.1.9-2 2-2h2v-2H7v2z",
fill: "currentColor"
diff --git a/icons/es5/SportsKabaddi.js b/icons/es5/SportsKabaddi.js
index 114f5d8be3..d090f63478 100644
--- a/icons/es5/SportsKabaddi.js
+++ b/icons/es5/SportsKabaddi.js
@@ -9,7 +9,8 @@ const SvgSportsKabaddi = props => /*#__PURE__*/React.createElement("svg", _exten
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 16.5,
cy: 2.38,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M24 11.88v-4.7l-5.05-2.14c-.97-.41-2.09-.06-2.65.84l-1 1.6c-.67 1.18-1.91 2.06-3.41 2.32l.06.06c.69.69 1.52 1.07 2.46 1.17.8-.42 1.52-.98 2.09-1.64l.6 3-1.16 1.1-.94.89v7.5h2v-6l2.1-2 1.8 8H23l-2.18-11-.62-3.1 1.8.7v3.4h2zM10.29 8.09c.22.15.47.24.72.29.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11.24-.1.47-.24.66-.44.49-.49.67-1.17.55-1.8-.07-.37-.25-.74-.55-1.03-.19-.19-.42-.34-.66-.44-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12 0-.23.01-.35.03-.14.02-.28.06-.41.11-.23.11-.46.26-.65.45-.3.29-.48.66-.55 1.03-.12.63.06 1.31.55 1.8.09.1.2.18.31.26z",
fill: "currentColor"
diff --git a/icons/es5/SportsMartialArts.js b/icons/es5/SportsMartialArts.js
index 6e98c44221..650bc06a99 100644
--- a/icons/es5/SportsMartialArts.js
+++ b/icons/es5/SportsMartialArts.js
@@ -12,6 +12,7 @@ const SvgSportsMartialArts = props => /*#__PURE__*/React.createElement("svg", _e
}), /*#__PURE__*/React.createElement("circle", {
cx: 5,
cy: 5,
- r: 2
+ r: 2,
+ fill: "currentColor"
}));
export default SvgSportsMartialArts;
\ No newline at end of file
diff --git a/icons/es5/Stream.js b/icons/es5/Stream.js
index 24731d95aa..7c1ef102fb 100644
--- a/icons/es5/Stream.js
+++ b/icons/es5/Stream.js
@@ -9,21 +9,25 @@ const SvgStream = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 20,
cy: 12,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 4,
cy: 12,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 20,
- r: 2
+ r: 2,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "m13.943 8.619 4.404-4.392 1.413 1.416-4.405 4.392zM8.32 9.68l.31.32 1.42-1.41-4.02-4.04h-.01l-.31-.32-1.42 1.41 4.02 4.05zm7.09 4.26L14 15.35l3.99 4.01.35.35 1.42-1.41-3.99-4.01zm-6.82.01-4.03 4.01-.32.33 1.41 1.41 4.03-4.02.33-.32z",
fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 4,
- r: 2
+ r: 2,
+ fill: "currentColor"
}));
export default SvgStream;
\ No newline at end of file
diff --git a/icons/es5/Streetview.js b/icons/es5/Streetview.js
index 4415e3cad7..5c327d276f 100644
--- a/icons/es5/Streetview.js
+++ b/icons/es5/Streetview.js
@@ -12,7 +12,8 @@ const SvgStreetview = props => /*#__PURE__*/React.createElement("svg", _extends(
}), /*#__PURE__*/React.createElement("circle", {
cx: 18,
cy: 6,
- r: 5
+ r: 5,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.5 6c0-1.08.27-2.1.74-3H5c-1.1 0-2 .9-2 2v14c0 .55.23 1.05.59 1.41l9.82-9.82A6.435 6.435 0 0 1 11.5 6z",
fill: "currentColor"
diff --git a/icons/es5/Subway.js b/icons/es5/Subway.js
index 9c7108a1ec..000e2d4007 100644
--- a/icons/es5/Subway.js
+++ b/icons/es5/Subway.js
@@ -9,11 +9,13 @@ const SvgSubway = props => /*#__PURE__*/React.createElement("svg", _extends({
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 8.5,
cy: 16,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15.5,
cy: 16,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M7.01 9h10v5h-10zM17.8 2.8C16 2.09 13.86 2 12 2s-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06zm.2 12.7c0 1.54-1.16 2.79-2.65 2.96l1.15 1.16V20h-1.67l-1.5-1.5h-2.66L9.17 20H7.5v-.38l1.15-1.16A2.979 2.979 0 0 1 6 15.5V9c0-2.63 3-3 6-3s6 .37 6 3v6.5z",
fill: "currentColor"
diff --git a/icons/es5/SupportAgent.js b/icons/es5/SupportAgent.js
index 67c36ba92f..7dc7cf69f3 100644
--- a/icons/es5/SupportAgent.js
+++ b/icons/es5/SupportAgent.js
@@ -9,11 +9,13 @@ const SvgSupportAgent = props => /*#__PURE__*/React.createElement("svg", _extend
}, props), /*#__PURE__*/React.createElement("circle", {
cx: 9,
cy: 13,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("circle", {
cx: 15,
cy: 13,
- r: 1
+ r: 1,
+ fill: "currentColor"
}), /*#__PURE__*/React.createElement("path", {
d: "M18 11.03A6.04 6.04 0 0 0 12.05 6c-3.03 0-6.29 2.51-6.03 6.45a8.075 8.075 0 0 0 4.86-5.89c1.31 2.63 4 4.44 7.12 4.47z",
fill: "currentColor"
diff --git a/icons/es5/WindPower.js b/icons/es5/WindPower.js
index 1eb81d44c3..ba82b56858 100644
--- a/icons/es5/WindPower.js
+++ b/icons/es5/WindPower.js
@@ -12,6 +12,7 @@ const SvgWindPower = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 13,
cy: 13,
- r: 1.5
+ r: 1.5,
+ fill: "currentColor"
}));
export default SvgWindPower;
\ No newline at end of file
diff --git a/icons/es5/Woman.js b/icons/es5/Woman.js
index d71aa6fafa..cd0ba7010d 100644
--- a/icons/es5/Woman.js
+++ b/icons/es5/Woman.js
@@ -12,6 +12,7 @@ const SvgWoman = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 4,
- r: 2
+ r: 2,
+ fill: "currentColor"
}));
export default SvgWoman;
\ No newline at end of file
diff --git a/icons/es5/Woman2.js b/icons/es5/Woman2.js
index dbd8b4949b..0b09305a7e 100644
--- a/icons/es5/Woman2.js
+++ b/icons/es5/Woman2.js
@@ -12,6 +12,7 @@ const SvgWoman2 = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 4,
- r: 2
+ r: 2,
+ fill: "currentColor"
}));
export default SvgWoman2;
\ No newline at end of file
diff --git a/icons/es5/Yard.js b/icons/es5/Yard.js
index 29b99a26ef..e707656a9f 100644
--- a/icons/es5/Yard.js
+++ b/icons/es5/Yard.js
@@ -12,6 +12,7 @@ const SvgYard = props => /*#__PURE__*/React.createElement("svg", _extends({
}), /*#__PURE__*/React.createElement("circle", {
cx: 12,
cy: 9.62,
- r: 1.56
+ r: 1.56,
+ fill: "currentColor"
}));
export default SvgYard;
\ No newline at end of file
diff --git a/icons/jsx/Accessible.jsx b/icons/jsx/Accessible.jsx
index 25a6614180..cc1e808244 100644
--- a/icons/jsx/Accessible.jsx
+++ b/icons/jsx/Accessible.jsx
@@ -8,7 +8,7 @@ const SvgAccessible = (props) => (
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
+
(
d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-2.75-5.5h1.5V19h2.5v-4.5h1.5v-6h-5.5z"
fill="currentColor"
/>
-
+
);
export default SvgAttribution;
diff --git a/icons/jsx/Bathtub.jsx b/icons/jsx/Bathtub.jsx
index a5ec780ef0..62617a8892 100644
--- a/icons/jsx/Bathtub.jsx
+++ b/icons/jsx/Bathtub.jsx
@@ -8,7 +8,7 @@ const SvgBathtub = (props) => (
fill="none"
{...props}
>
-
+
(
d="M10.56 5.51C11.91 5.54 13 6.64 13 8c0 .75-.33 1.41-.85 1.87l.59 1.62.94-.34.34.94 1.88-.68-.34-.94.94-.34-2.74-7.53-.94.34-.34-.94-1.88.68.34.94-.94.35.56 1.54z"
fill="currentColor"
/>
-
+
);
export default SvgBiotech;
diff --git a/icons/jsx/Blind.jsx b/icons/jsx/Blind.jsx
index 71cf6e7a48..85ac7cb001 100644
--- a/icons/jsx/Blind.jsx
+++ b/icons/jsx/Blind.jsx
@@ -8,7 +8,7 @@ const SvgBlind = (props) => (
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
+
-
-
+
+
-
-
-
+
+
+
-
+
-
+
(
fill="none"
{...props}
>
-
+
);
export default SvgBrightness1;
diff --git a/icons/jsx/BubbleChart.jsx b/icons/jsx/BubbleChart.jsx
index 0fc98bd4f0..8ea6259bed 100644
--- a/icons/jsx/BubbleChart.jsx
+++ b/icons/jsx/BubbleChart.jsx
@@ -8,9 +8,9 @@ const SvgBubbleChart = (props) => (
fill="none"
{...props}
>
-
-
-
+
+
+
);
export default SvgBubbleChart;
diff --git a/icons/jsx/CameraAlt.jsx b/icons/jsx/CameraAlt.jsx
index f924cbd185..56b9c914af 100644
--- a/icons/jsx/CameraAlt.jsx
+++ b/icons/jsx/CameraAlt.jsx
@@ -8,7 +8,7 @@ const SvgCameraAlt = (props) => (
fill="none"
{...props}
>
-
+
(
{...props}
>
-
+
);
diff --git a/icons/jsx/ChildCare.jsx b/icons/jsx/ChildCare.jsx
index 661ac706d4..36a3b96376 100644
--- a/icons/jsx/ChildCare.jsx
+++ b/icons/jsx/ChildCare.jsx
@@ -8,8 +8,8 @@ const SvgChildCare = (props) => (
fill="none"
{...props}
>
-
-
+
+
(
{...props}
>
-
+
(
d="M18 7V4h2V2H4v20h16v-2h-4.03A4.966 4.966 0 0 0 18 16v-5H8v5c0 1.64.81 3.09 2.03 4H6V4h2v3h10z"
fill="currentColor"
/>
-
+
);
export default SvgCoffeeMaker;
diff --git a/icons/jsx/CompassCalibration.jsx b/icons/jsx/CompassCalibration.jsx
index 6bf2a5e761..186270ee0b 100644
--- a/icons/jsx/CompassCalibration.jsx
+++ b/icons/jsx/CompassCalibration.jsx
@@ -8,7 +8,7 @@ const SvgCompassCalibration = (props) => (
fill="none"
{...props}
>
-
+
(
d="M5.54 8.46 2 12l3.54 3.54 1.76-1.77L5.54 12l1.76-1.77zm12.92 0-1.76 1.77L18.46 12l-1.76 1.77 1.76 1.77L22 12zm-6.46 10-1.77-1.76-1.77 1.76L12 22l3.54-3.54-1.77-1.76zM8.46 5.54l1.77 1.76L12 5.54l1.77 1.76 1.77-1.76L12 2z"
fill="currentColor"
/>
-
+
);
export default SvgControlCamera;
diff --git a/icons/jsx/Deblur.jsx b/icons/jsx/Deblur.jsx
index 245f89496b..7a2c83e9ce 100644
--- a/icons/jsx/Deblur.jsx
+++ b/icons/jsx/Deblur.jsx
@@ -9,18 +9,18 @@ const SvgDeblur = (props) => (
{...props}
>
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
);
export default SvgDeblur;
diff --git a/icons/jsx/Diversity1.jsx b/icons/jsx/Diversity1.jsx
index 7e199a369f..fc608d4ed5 100644
--- a/icons/jsx/Diversity1.jsx
+++ b/icons/jsx/Diversity1.jsx
@@ -8,12 +8,12 @@ const SvgDiversity1 = (props) => (
fill="none"
{...props}
>
-
+
-
+
(
fill="none"
{...props}
>
-
+
(
d="M3 2h8v2H3zm3 9h2V7h3V5H3v2h3zm6.404 9.182 7.778-7.778 1.414 1.414-7.778 7.778z"
fill="currentColor"
/>
-
-
+
+
(
d="M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6-.26 0-.52.02-.78.06a5.98 5.98 0 0 0-10.44 0C6.52 3.02 6.26 3 6 3 2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04A6.008 6.008 0 0 0 0 18c0 3.31 2.69 6 6 6 1.39 0 2.67-.48 3.69-1.28.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28 3.31 0 6-2.69 6-6 0-1.78-.79-3.38-2.03-4.48zM12 21c-4.41 0-8-3.59-8-8 0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06 1.26 0 2.45-.39 3.45-1.09.31.86.49 1.77.49 2.72 0 4.41-3.59 8-8 8z"
fill="currentColor"
/>
-
-
+
+
);
export default SvgFace2;
diff --git a/icons/jsx/Face3.jsx b/icons/jsx/Face3.jsx
index 6138021197..03c190ce44 100644
--- a/icons/jsx/Face3.jsx
+++ b/icons/jsx/Face3.jsx
@@ -8,8 +8,8 @@ const SvgFace3 = (props) => (
fill="none"
{...props}
>
-
-
+
+
(
d="M12 2c-.96 0-1.88.14-2.75.39A4.986 4.986 0 0 0 5 0C2.24 0 0 2.24 0 5c0 1.8.96 3.37 2.39 4.25C2.14 10.12 2 11.04 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.05.01-.1.01-.15 2.6-.98 4.68-2.99 5.74-5.55a9.942 9.942 0 0 0 9.92 3.46c.21.71.33 1.46.33 2.24 0 4.41-3.59 8-8 8z"
fill="currentColor"
/>
-
-
+
+
);
export default SvgFace4;
diff --git a/icons/jsx/Face5.jsx b/icons/jsx/Face5.jsx
index 8710ea508f..5960fe3982 100644
--- a/icons/jsx/Face5.jsx
+++ b/icons/jsx/Face5.jsx
@@ -12,28 +12,28 @@ const SvgFace5 = (props) => (
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15a.495.495 0 0 0 .85-.35c0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76A.495.495 0 0 0 8 6a.495.495 0 0 0 .1-.98c.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5a.51.51 0 0 0-.3-.46c.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25A.495.495 0 0 0 16 6c.28 0 .5-.22.5-.5 0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76a.495.495 0 0 0-.83.37c0 .28.22.5.5.5s.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48a.495.495 0 0 0 .85.35c.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z"
fill="currentColor"
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
export default SvgFace5;
diff --git a/icons/jsx/Face6.jsx b/icons/jsx/Face6.jsx
index 156763e8b5..e2cc5d2bac 100644
--- a/icons/jsx/Face6.jsx
+++ b/icons/jsx/Face6.jsx
@@ -12,8 +12,8 @@ const SvgFace6 = (props) => (
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8h2.62l2-4h6.76l2 4H20c0 4.41-3.59 8-8 8z"
fill="currentColor"
/>
-
-
+
+
);
export default SvgFace6;
diff --git a/icons/jsx/FaceRetouchingNatural.jsx b/icons/jsx/FaceRetouchingNatural.jsx
index 3a8afa9406..04ef3844a3 100644
--- a/icons/jsx/FaceRetouchingNatural.jsx
+++ b/icons/jsx/FaceRetouchingNatural.jsx
@@ -8,12 +8,12 @@ const SvgFaceRetouchingNatural = (props) => (
fill="none"
{...props}
>
-
+
-
+
(
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
+
);
export default SvgFiberManualRecord;
diff --git a/icons/jsx/FiberSmartRecord.jsx b/icons/jsx/FiberSmartRecord.jsx
index d0af31b4a9..47d38d0064 100644
--- a/icons/jsx/FiberSmartRecord.jsx
+++ b/icons/jsx/FiberSmartRecord.jsx
@@ -8,7 +8,7 @@ const SvgFiberSmartRecord = (props) => (
fill="none"
{...props}
>
-
+
(
d="M21 11h-3V8h2V6h-2.35a5.99 5.99 0 0 0-11.3 0H4v2h2v3H3v6h3v3H4v2h16v-2h-2v-3h3v-6zm-9 6.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z"
fill="currentColor"
/>
-
+
);
export default SvgFireHydrantAlt;
diff --git a/icons/jsx/Garage.jsx b/icons/jsx/Garage.jsx
index 617d81bb01..ef9e4285b1 100644
--- a/icons/jsx/Garage.jsx
+++ b/icons/jsx/Garage.jsx
@@ -8,8 +8,8 @@ const SvgGarage = (props) => (
fill="none"
{...props}
>
-
-
+
+
(
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
+
(
{...props}
>
-
+
);
export default SvgMan;
diff --git a/icons/jsx/Man2.jsx b/icons/jsx/Man2.jsx
index b1545426b3..b50889f0b8 100644
--- a/icons/jsx/Man2.jsx
+++ b/icons/jsx/Man2.jsx
@@ -9,7 +9,7 @@ const SvgMan2 = (props) => (
{...props}
>
-
+
);
export default SvgMan2;
diff --git a/icons/jsx/Man4.jsx b/icons/jsx/Man4.jsx
index a7cca20499..05f74dfaa6 100644
--- a/icons/jsx/Man4.jsx
+++ b/icons/jsx/Man4.jsx
@@ -9,7 +9,7 @@ const SvgMan4 = (props) => (
{...props}
>
-
+
);
export default SvgMan4;
diff --git a/icons/jsx/ManageAccounts.jsx b/icons/jsx/ManageAccounts.jsx
index 54912894c9..ae3a6809e3 100644
--- a/icons/jsx/ManageAccounts.jsx
+++ b/icons/jsx/ManageAccounts.jsx
@@ -12,7 +12,7 @@ const SvgManageAccounts = (props) => (
d="M10.67 13.02c-.22-.01-.44-.02-.67-.02-2.42 0-4.68.67-6.61 1.82-.88.52-1.39 1.5-1.39 2.53V20h9.26a6.963 6.963 0 0 1-.59-6.98z"
fill="currentColor"
/>
-
+
(
fill="none"
{...props}
>
-
+
(
d="M4.07 13H2.05c.2 2.01 1 3.84 2.21 5.33l1.43-1.43A7.941 7.941 0 0 1 4.07 13zm1.62-5.9L4.26 5.67A10.013 10.013 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9zM11 4.07V2.05c-2.01.2-3.84 1-5.33 2.21L7.1 5.69A7.941 7.941 0 0 1 11 4.07zm7.33.19A10.013 10.013 0 0 0 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62l1.43-1.43zm-.02 12.64 1.43 1.43A9.98 9.98 0 0 0 21.95 13h-2.02a7.941 7.941 0 0 1-1.62 3.9zm1.62-5.9h2.02c-.2-2.01-1-3.84-2.21-5.33L18.31 7.1a7.941 7.941 0 0 1 1.62 3.9zM13 19.93v2.02c2.01-.2 3.84-1 5.33-2.21l-1.43-1.43a7.941 7.941 0 0 1-3.9 1.62zm-7.33-.19A9.98 9.98 0 0 0 11 21.95v-2.02a7.941 7.941 0 0 1-3.9-1.62l-1.43 1.43z"
fill="currentColor"
/>
-
+
);
export default SvgNoiseAware;
diff --git a/icons/jsx/NoiseControlOff.jsx b/icons/jsx/NoiseControlOff.jsx
index 1c351d81a2..f4b1d87162 100644
--- a/icons/jsx/NoiseControlOff.jsx
+++ b/icons/jsx/NoiseControlOff.jsx
@@ -8,7 +8,7 @@ const SvgNoiseControlOff = (props) => (
fill="none"
{...props}
>
-
+
);
export default SvgNoiseControlOff;
diff --git a/icons/jsx/PeopleAlt.jsx b/icons/jsx/PeopleAlt.jsx
index a10a3781f0..a36e1fc52c 100644
--- a/icons/jsx/PeopleAlt.jsx
+++ b/icons/jsx/PeopleAlt.jsx
@@ -13,7 +13,7 @@ const SvgPeopleAlt = (props) => (
fillRule="evenodd"
fill="currentColor"
/>
-
+
(
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
-
-
-
+
+
+
+
(
fill="none"
{...props}
>
-
+
(
d="m21 5-9-4-9 4v6c0 5.55 3.84 10.74 9 12 2.3-.56 4.33-1.9 5.88-3.71l-3.12-3.12a4.994 4.994 0 0 1-6.29-.64 5.003 5.003 0 0 1 0-7.07 5.003 5.003 0 0 1 7.07 0 5.006 5.006 0 0 1 .64 6.29l2.9 2.9C20.29 15.69 21 13.38 21 11V5z"
fill="currentColor"
/>
-
+
);
export default SvgPolicy;
diff --git a/icons/jsx/Pool.jsx b/icons/jsx/Pool.jsx
index b3f878a983..7a5c4aaf7a 100644
--- a/icons/jsx/Pool.jsx
+++ b/icons/jsx/Pool.jsx
@@ -12,7 +12,7 @@ const SvgPool = (props) => (
d="m10 8-3.25 3.25c.31.12.56.27.77.39.37.23.59.36 1.15.36s.78-.13 1.15-.36c.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36.55 0 .78-.13 1.15-.36.12-.07.26-.15.41-.23L10.48 5 5 3v2.5L9 7l1 1zm12 8.5h-.02.02zm-16.65-1c.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.06.63 2.16.64v-2c-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.2-.64.37-.23.6-.36 1.15-.36zM18.67 18c-1.11 0-1.73.37-2.18.64-.37.23-.6.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.19-.64.37-.23.6-.36 1.15-.36.55 0 .78.13 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.19-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.72-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64v-2c-.56 0-.78-.13-1.15-.36-.45-.27-1.07-.64-2.18-.64z"
fill="currentColor"
/>
-
+
);
export default SvgPool;
diff --git a/icons/jsx/PriorityHigh.jsx b/icons/jsx/PriorityHigh.jsx
index b382d3e678..79017917e4 100644
--- a/icons/jsx/PriorityHigh.jsx
+++ b/icons/jsx/PriorityHigh.jsx
@@ -8,7 +8,7 @@ const SvgPriorityHigh = (props) => (
fill="none"
{...props}
>
-
+
);
diff --git a/icons/jsx/RecordVoiceOver.jsx b/icons/jsx/RecordVoiceOver.jsx
index 6a0f888b87..774b8cfc84 100644
--- a/icons/jsx/RecordVoiceOver.jsx
+++ b/icons/jsx/RecordVoiceOver.jsx
@@ -8,7 +8,7 @@ const SvgRecordVoiceOver = (props) => (
fill="none"
{...props}
>
-
+
(
d="M19 1H5v22h14V1zm-2 14.21c-1.5-.77-3.2-1.21-5-1.21s-3.5.44-5 1.21V6h10v9.21z"
fill="currentColor"
/>
-
+
);
export default SvgRememberMe;
diff --git a/icons/jsx/ReportGmailerrorred.jsx b/icons/jsx/ReportGmailerrorred.jsx
index 0a518fe2cf..42c837b8fc 100644
--- a/icons/jsx/ReportGmailerrorred.jsx
+++ b/icons/jsx/ReportGmailerrorred.jsx
@@ -12,7 +12,7 @@ const SvgReportGmailerrorred = (props) => (
d="M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z"
fill="currentColor"
/>
-
+
);
diff --git a/icons/jsx/RssFeed.jsx b/icons/jsx/RssFeed.jsx
index 80d98e894b..af3b24b2d2 100644
--- a/icons/jsx/RssFeed.jsx
+++ b/icons/jsx/RssFeed.jsx
@@ -8,7 +8,7 @@ const SvgRssFeed = (props) => (
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
-
-
+
+
+
);
export default SvgScatterPlot;
diff --git a/icons/jsx/ScreenSearchDesktop.jsx b/icons/jsx/ScreenSearchDesktop.jsx
index a7dd10e674..9730fe9276 100644
--- a/icons/jsx/ScreenSearchDesktop.jsx
+++ b/icons/jsx/ScreenSearchDesktop.jsx
@@ -12,7 +12,7 @@ const SvgScreenSearchDesktop = (props) => (
d="M1 19h22v2H1zM22 3H2v15h19.99L22 3zm-6.53 12.03-2.09-2.09c-1.35.87-3.17.71-4.36-.47-1.37-1.37-1.37-3.58 0-4.95s3.58-1.37 4.95 0c1.18 1.18 1.34 3 .47 4.36l2.09 2.09-1.06 1.06z"
fill="currentColor"
/>
-
+
);
export default SvgScreenSearchDesktop;
diff --git a/icons/jsx/SelfImprovement.jsx b/icons/jsx/SelfImprovement.jsx
index b9411d6514..fb0f17c540 100644
--- a/icons/jsx/SelfImprovement.jsx
+++ b/icons/jsx/SelfImprovement.jsx
@@ -8,7 +8,7 @@ const SvgSelfImprovement = (props) => (
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
-
+
+
(
fill="none"
{...props}
>
-
-
+
+
(
fill="none"
{...props}
>
-
-
+
+
(
fill="none"
{...props}
>
-
-
+
+
(
d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-1.75 9c0 .24-.02.47-.05.71l.01-.02 1.47 1.16c.14.1.23.18.23.18l-1.7 2.94-2.02-.8.02-.03c-.37.29-.77.53-1.21.71h.01l-.27 1.85c-.02.17-.04.3-.04.3h-3.4l-.31-2.15H10a5.06 5.06 0 0 1-1.21-.71l.02.03-2.02.8-1.7-2.94s.1-.08.23-.18l1.47-1.16.01.02c-.03-.24-.05-.47-.05-.71s.02-.47.05-.69l-.01.01-1.7-1.34 1.7-2.95 2.01.81v.01c.37-.28.77-.52 1.2-.7h-.01L10.3 5h3.41l.3 2.15H14c.43.18.83.42 1.2.7v-.01l2.01-.81 1.7 2.95-1.71 1.34-.01-.01c.04.22.06.45.06.69z"
fill="currentColor"
/>
-
+
);
export default SvgSettingsApplications;
diff --git a/icons/jsx/Shower.jsx b/icons/jsx/Shower.jsx
index ad2832b306..83d04e4ce3 100644
--- a/icons/jsx/Shower.jsx
+++ b/icons/jsx/Shower.jsx
@@ -8,16 +8,16 @@ const SvgShower = (props) => (
fill="none"
{...props}
>
-
-
-
+
+
+
-
-
-
+
+
+
);
export default SvgShower;
diff --git a/icons/jsx/SpatialAudio.jsx b/icons/jsx/SpatialAudio.jsx
index 073aa38d59..68f9a817fd 100644
--- a/icons/jsx/SpatialAudio.jsx
+++ b/icons/jsx/SpatialAudio.jsx
@@ -8,7 +8,7 @@ const SvgSpatialAudio = (props) => (
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
+
(
fill="none"
{...props}
>
-
+
(
d="M20 1H8v17.99h12V1zm-6 2c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm0 13.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"
fill="currentColor"
/>
-
+
);
diff --git a/icons/jsx/Sports.jsx b/icons/jsx/Sports.jsx
index 8a5137a072..bba7912d4b 100644
--- a/icons/jsx/Sports.jsx
+++ b/icons/jsx/Sports.jsx
@@ -12,7 +12,7 @@ const SvgSports = (props) => (
d="M11.23 6c-1.66 0-3.22.66-4.36 1.73C6.54 6.73 5.61 6 4.5 6a2.5 2.5 0 0 0 0 5c.21 0 .41-.03.61-.08-.05.25-.09.51-.1.78a6.006 6.006 0 0 0 6.68 6.27c2.55-.28 4.68-2.26 5.19-4.77.15-.71.15-1.4.06-2.06-.09-.6.38-1.13.99-1.13H22V6H11.23zM4.5 9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm6.5 6c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z"
fill="currentColor"
/>
-
+
);
export default SvgSports;
diff --git a/icons/jsx/SportsCricket.jsx b/icons/jsx/SportsCricket.jsx
index 67ef0fd95a..ee84626ef2 100644
--- a/icons/jsx/SportsCricket.jsx
+++ b/icons/jsx/SportsCricket.jsx
@@ -12,7 +12,7 @@ const SvgSportsCricket = (props) => (
d="M15.05 12.81 6.56 4.32a.996.996 0 0 0-1.41 0L2.32 7.15a.996.996 0 0 0 0 1.41l8.49 8.49c.39.39 1.02.39 1.41 0l2.83-2.83a.996.996 0 0 0 0-1.41zm-.709 4.946 1.414-1.414 4.243 4.243-1.414 1.414z"
fill="currentColor"
/>
-
+
);
export default SvgSportsCricket;
diff --git a/icons/jsx/SportsGolf.jsx b/icons/jsx/SportsGolf.jsx
index c6a5996fd9..139f305fb8 100644
--- a/icons/jsx/SportsGolf.jsx
+++ b/icons/jsx/SportsGolf.jsx
@@ -12,9 +12,9 @@ const SvgSportsGolf = (props) => (
d="M12 16c3.87 0 7-3.13 7-7s-3.13-7-7-7-7 3.13-7 7 3.13 7 7 7zm0-12c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z"
fill="currentColor"
/>
-
-
-
+
+
+
(
fill="none"
{...props}
>
-
+
(
d="m19.8 2-8.2 6.7-1.21-1.04 3.6-2.08L9.41 1 8 2.41l2.74 2.74L5 8.46l-1.19 4.29L6.27 17 8 16l-2.03-3.52.35-1.3L9.5 13l.5 9h2l.5-10L21 3.4z"
fill="currentColor"
/>
-
+
);
export default SvgSportsMartialArts;
diff --git a/icons/jsx/Stream.jsx b/icons/jsx/Stream.jsx
index 213088a7ff..15ca2894f8 100644
--- a/icons/jsx/Stream.jsx
+++ b/icons/jsx/Stream.jsx
@@ -8,14 +8,14 @@ const SvgStream = (props) => (
fill="none"
{...props}
>
-
-
-
+
+
+
-
+
);
export default SvgStream;
diff --git a/icons/jsx/Streetview.jsx b/icons/jsx/Streetview.jsx
index 69676a0b60..f8920a8dfd 100644
--- a/icons/jsx/Streetview.jsx
+++ b/icons/jsx/Streetview.jsx
@@ -12,7 +12,7 @@ const SvgStreetview = (props) => (
d="M12.56 14.33c-.34.27-.56.7-.56 1.17V21h7c1.1 0 2-.9 2-2v-5.98c-.94-.33-1.95-.52-3-.52-2.03 0-3.93.7-5.44 1.83z"
fill="currentColor"
/>
-
+
(
fill="none"
{...props}
>
-
-
+
+
(
fill="none"
{...props}
>
-
-
+
+
(
d="M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3zm12.32-6.91 5.42-9.04L17.32 1 12 5.97v4.74a2.485 2.485 0 0 1 3.32 1.38zM10.5 13c0-.82.4-1.54 1.01-2H1v4l7 2 3.44-2.06A2.48 2.48 0 0 1 10.5 13zm9.67 10L23 20.17l-3.54-6.36-3.98-1c0 .06.02.12.02.19a2.5 2.5 0 0 1-2.5 2.5c-.36 0-.69-.08-1-.21V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.17L20.17 23z"
fill="currentColor"
/>
-
+
);
export default SvgWindPower;
diff --git a/icons/jsx/Woman.jsx b/icons/jsx/Woman.jsx
index f9e99e6acd..a536a7f189 100644
--- a/icons/jsx/Woman.jsx
+++ b/icons/jsx/Woman.jsx
@@ -9,7 +9,7 @@ const SvgWoman = (props) => (
{...props}
>
-
+
);
export default SvgWoman;
diff --git a/icons/jsx/Woman2.jsx b/icons/jsx/Woman2.jsx
index 6a6035ce4f..df983bdf92 100644
--- a/icons/jsx/Woman2.jsx
+++ b/icons/jsx/Woman2.jsx
@@ -9,7 +9,7 @@ const SvgWoman2 = (props) => (
{...props}
>
-
+
);
export default SvgWoman2;
diff --git a/icons/jsx/Yard.jsx b/icons/jsx/Yard.jsx
index 9375a1bc59..dec1c0aaf5 100644
--- a/icons/jsx/Yard.jsx
+++ b/icons/jsx/Yard.jsx
@@ -12,7 +12,7 @@ const SvgYard = (props) => (
d="M22 2H2v20h20V2zM8 8.22a1.562 1.562 0 0 1 2.45-1.28l-.01-.12c0-.86.7-1.56 1.56-1.56s1.56.7 1.56 1.56l-.01.12A1.562 1.562 0 0 1 16 8.22c0 .62-.37 1.16-.89 1.4.52.25.89.79.89 1.41 0 .86-.7 1.56-1.56 1.56-.33 0-.64-.11-.89-.28l.01.12c0 .86-.7 1.56-1.56 1.56s-1.56-.7-1.56-1.56l.01-.12A1.562 1.562 0 0 1 8 11.03c0-.62.37-1.16.89-1.4C8.37 9.38 8 8.84 8 8.22zM12 19c-3.31 0-6-2.69-6-6 3.31 0 6 2.69 6 6 0-3.31 2.69-6 6-6 0 3.31-2.69 6-6 6z"
fill="currentColor"
/>
-
+
);
export default SvgYard;