Skip to content

Commit

Permalink
fix: update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceoq committed Jan 8, 2024
1 parent d2c15c8 commit 361207d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4488,7 +4488,7 @@ var Platform = (props) => /* @__PURE__ */ jsx(
fill: "none",
stroke: "#f71963",
strokeLinejoin: "miter",
"stroke-miterlimit": "10",
strokeMiterlimit: "10",
children: [
/* @__PURE__ */ jsx("rect", { x: "4", y: "15", width: "8", height: "7" }),
/* @__PURE__ */ jsx("rect", { x: "12", y: "15", width: "8", height: "7" }),
Expand Down Expand Up @@ -7437,19 +7437,19 @@ var ArrowLeftIcon = (props) => /* @__PURE__ */ jsxs14(
{
d: "M19.5195 12.0195L4.52953 12.0195",
stroke: "#4A596B",
"stroke-width": "1.5",
"stroke-linecap": "round",
"stroke-linejoin": "round"
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx20(
"path",
{
d: "M10.5176 18.0117L4.48058 11.9997L10.5176 5.98772",
stroke: "#4A596B",
"stroke-width": "1.5",
"stroke-linecap": "round",
"stroke-linejoin": "round"
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
]
Expand Down
2 changes: 1 addition & 1 deletion dist/index.mjs.map

Large diffs are not rendered by default.

0 comments on commit 361207d

Please sign in to comment.