@pretto/picto 4.21.0 → 4.22.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 +4 -2
- package/esm/picto.js.map +1 -1
- package/package.json +1 -1
package/esm/picto.js
CHANGED
|
@@ -687,8 +687,10 @@ const BulletBold = props => {
|
|
|
687
687
|
|
|
688
688
|
var SVGComponent$27 = (({
|
|
689
689
|
as: Component = "svg",
|
|
690
|
-
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("
|
|
691
|
-
|
|
690
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("circle", {
|
|
691
|
+
cx: "12",
|
|
692
|
+
cy: "12",
|
|
693
|
+
r: "4"
|
|
692
694
|
})),
|
|
693
695
|
...props
|
|
694
696
|
}) => /*#__PURE__*/React.createElement(Component, _extends({
|