@pretto/picto 4.11.0 → 4.12.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.
- package/esm/picto.js +6 -2
- package/esm/picto.js.map +1 -1
- package/package.json +1 -1
package/esm/picto.js
CHANGED
|
@@ -2103,8 +2103,10 @@ var SVGComponent$13 = (({
|
|
|
2103
2103
|
})),
|
|
2104
2104
|
...props
|
|
2105
2105
|
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
2106
|
-
|
|
2106
|
+
height: "16",
|
|
2107
2107
|
viewBox: "0 0 16 16",
|
|
2108
|
+
width: "16",
|
|
2109
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2108
2110
|
fill: "currentColor"
|
|
2109
2111
|
}, props), children));
|
|
2110
2112
|
|
|
@@ -2613,8 +2615,10 @@ var SVGComponent$L = (({
|
|
|
2613
2615
|
})),
|
|
2614
2616
|
...props
|
|
2615
2617
|
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
2616
|
-
|
|
2618
|
+
height: "24",
|
|
2617
2619
|
viewBox: "0 0 24 24",
|
|
2620
|
+
width: "24",
|
|
2621
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2618
2622
|
fill: "currentColor"
|
|
2619
2623
|
}, props), children));
|
|
2620
2624
|
|