Skip to content

Commit

Permalink
fix: fix the store icon
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Dec 18, 2023
1 parent 3ed75e2 commit 3892f2d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions dist/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5346,9 +5346,6 @@ const SvgIconStore = props => /*#__PURE__*/React__namespace.createElement("svg",
fill: "none",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React__namespace.createElement("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/React__namespace.createElement("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
Expand Down
3 changes: 0 additions & 3 deletions dist/es/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5325,9 +5325,6 @@ const SvgIconStore = props => /*#__PURE__*/React.createElement("svg", _extends({
fill: "none",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/React.createElement("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
Expand Down
3 changes: 0 additions & 3 deletions dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5325,9 +5325,6 @@ const SvgIconStore = props => /*#__PURE__*/React.createElement("svg", _extends({
fill: "none",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/React.createElement("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
Expand Down
3 changes: 0 additions & 3 deletions dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5347,9 +5347,6 @@
fill: "none",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React__namespace.createElement("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
}), /*#__PURE__*/React__namespace.createElement("path", {
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
Expand Down
1 change: 0 additions & 1 deletion src/IconStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const SvgIconStore = (props) => (
viewBox="0 0 24 24"
{...props}
>
<path fill="#fff" d="M0 0h24v24H0z" />
<path
stroke="currentColor"
strokeLinecap="round"
Expand Down

0 comments on commit 3892f2d

Please sign in to comment.