glints-aries 4.1.78 → 4.1.79
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.
|
@@ -5,7 +5,7 @@ var SvgRiUserSwitchFill = function SvgRiUserSwitchFill(props) {
|
|
|
5
5
|
viewBox: "0 0 24 24",
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7
7
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8
|
-
d: "
|
|
8
|
+
d: "M23.997 19.15 19.149 24l-1.616-1.616 2.089-2.09h-5.438l2.09 2.09L14.659 24l-4.849-4.848 4.849-4.85 1.617 1.617-2.09 2.09h1.339l4.098-.001-2.09-2.09 1.617-1.616 4.848 4.849ZM7.714 24H2a9.144 9.144 0 0 1 5.714-8.477V24Zm3.429-24A6.855 6.855 0 0 1 18 6.857a6.855 6.855 0 0 1-6.857 6.857 6.855 6.855 0 0 1-6.857-6.857A6.855 6.855 0 0 1 11.143 0Z"
|
|
9
9
|
}));
|
|
10
10
|
};
|
|
11
11
|
export default SvgRiUserSwitchFill;
|
|
@@ -12,7 +12,7 @@ var SvgRiUserSwitchFill = function SvgRiUserSwitchFill(props) {
|
|
|
12
12
|
viewBox: "0 0 24 24",
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
14
14
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
15
|
-
d: "
|
|
15
|
+
d: "M23.997 19.15 19.149 24l-1.616-1.616 2.089-2.09h-5.438l2.09 2.09L14.659 24l-4.849-4.848 4.849-4.85 1.617 1.617-2.09 2.09h1.339l4.098-.001-2.09-2.09 1.617-1.616 4.848 4.849ZM7.714 24H2a9.144 9.144 0 0 1 5.714-8.477V24Zm3.429-24A6.855 6.855 0 0 1 18 6.857a6.855 6.855 0 0 1-6.857 6.857 6.855 6.855 0 0 1-6.857-6.857A6.855 6.855 0 0 1 11.143 0Z"
|
|
16
16
|
}));
|
|
17
17
|
};
|
|
18
18
|
var _default = SvgRiUserSwitchFill;
|