@pingux/astro 2.18.0-alpha.2 → 2.18.1-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.
@@ -88,8 +88,7 @@ var SVGIcons = function SVGIcons() {
|
|
88
88
|
// SVGR can used to convert .svg files to components instead of doing this manually
|
89
89
|
var SVGComponent = function SVGComponent(props) {
|
90
90
|
var id = (0, _uuid.v4)();
|
91
|
-
var
|
92
|
-
title = _props$title === void 0 ? 'User Icon' : _props$title;
|
91
|
+
var title = 'User Icon';
|
93
92
|
return (0, _react2.jsx)("svg", (0, _extends2["default"])({
|
94
93
|
viewBox: "0 0 24 24"
|
95
94
|
}, props, {
|
@@ -78,8 +78,7 @@ export var SVGIcons = function SVGIcons() {
|
|
78
78
|
// SVGR can used to convert .svg files to components instead of doing this manually
|
79
79
|
var SVGComponent = function SVGComponent(props) {
|
80
80
|
var id = uuid();
|
81
|
-
var
|
82
|
-
title = _props$title === void 0 ? 'User Icon' : _props$title;
|
81
|
+
var title = 'User Icon';
|
83
82
|
return ___EmotionJSX("svg", _extends({
|
84
83
|
viewBox: "0 0 24 24"
|
85
84
|
}, props, {
|