@pingux/astro 2.151.1-alpha.2 → 2.151.2-alpha.0
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.
|
@@ -97,13 +97,12 @@ var SVGIcons = function SVGIcons(args) {
|
|
|
97
97
|
}), (0, _react2.jsx)("title", {
|
|
98
98
|
id: id
|
|
99
99
|
}, title), (0, _react2.jsx)("path", {
|
|
100
|
-
fill: "currentColor",
|
|
101
100
|
d: "M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z"
|
|
102
101
|
}));
|
|
103
102
|
};
|
|
104
103
|
return (0, _react2.jsx)(_index.Icon, (0, _extends2["default"])({}, args, {
|
|
105
104
|
icon: SVGComponent,
|
|
106
|
-
color: "
|
|
105
|
+
color: "active",
|
|
107
106
|
size: "sm"
|
|
108
107
|
}));
|
|
109
108
|
};
|
|
@@ -88,13 +88,12 @@ export var SVGIcons = function SVGIcons(args) {
|
|
|
88
88
|
}), ___EmotionJSX("title", {
|
|
89
89
|
id: id
|
|
90
90
|
}, title), ___EmotionJSX("path", {
|
|
91
|
-
fill: "currentColor",
|
|
92
91
|
d: "M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z"
|
|
93
92
|
}));
|
|
94
93
|
};
|
|
95
94
|
return ___EmotionJSX(Icon, _extends({}, args, {
|
|
96
95
|
icon: SVGComponent,
|
|
97
|
-
color: "
|
|
96
|
+
color: "active",
|
|
98
97
|
size: "sm"
|
|
99
98
|
}));
|
|
100
99
|
};
|