@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 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("path", {
691
- d: "M12,8a4,4,0,1,1-4,4A4,4,0,0,1,12,8Z"
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({