Skip to content

Commit

Permalink
🔨 add bundle for syd
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpico1899 committed Jul 23, 2023
1 parent e0d06e8 commit fb733b9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/server/playground/dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1661,16 +1661,17 @@ function TestIcon() {
}
function CopyIcon() {
return Z("svg", {
version: "1.2",
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 98 123",
width: 28,
fill: "white"
width: "28px",
fill: "white",
viewBox: "0 0 32 32",
style: "fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;",
version: "1.1"
}, Z("path", {
id: "Layer",
"fill-rule": "evenodd",
class: "s0",
d: "m83.8 9.2v69.5c0 1-0.8 1.8-1.9 1.8h-8.5v8.3c0 1-0.8 1.8-1.8 1.8h-55.5c-1.1 0-1.9-0.8-1.9-1.8v-69.5c0-1 0.8-1.8 1.9-1.8h8.5v-8.3c0-1 0.8-1.8 1.8-1.8h55.5c1.1 0 1.9 0.8 1.9 1.8zm-14 77.7c0 0 0-8.2 0-8.2v-44.7h-11.2q0 0 0 0c-1 0-1.8-0.8-1.8-1.8v-11h-38.9v65.7c0 0 51.9 0 51.9 0zm-8.2-39c0 1-0.8 1.8-1.8 1.8h-32c-1 0-1.8-0.8-1.8-1.8 0-1 0.8-1.8 1.8-1.8h32c1 0 1.8 0.8 1.8 1.8zm-35.6-12.3c0-1 0.8-1.8 1.8-1.8h21.2c1 0 1.9 0.8 1.9 1.8 0 1-0.9 1.8-1.9 1.8h-21.2c-1 0-1.8-0.8-1.8-1.8zm35.6 36.9c0 1-0.8 1.8-1.8 1.8h-32c-1 0-1.8-0.8-1.8-1.8 0-1 0.8-1.8 1.8-1.8h32c1 0 1.8 0.8 1.8 1.8zm0-12.3c0 1-0.8 1.8-1.8 1.8h-32c-1 0-1.8-0.8-1.8-1.8 0-1 0.8-1.8 1.8-1.8h32c1 0 1.8 0.8 1.8 1.8zm18.5-49.1h-51.9v6.4h30.4q0 0 0 0 0.2 0 0.3 0.1 0.1 0 0.2 0 0.1 0 0.2 0.1 0.1 0 0.2 0.1 0 0 0.1 0 0.1 0.1 0.1 0.2 0.1 0 0.2 0l13 12.8q0 0 0 0 0.1 0.1 0.2 0.2 0 0.1 0 0.2 0.1 0.1 0.2 0.2 0 0.1 0 0.2 0.1 0.1 0.1 0.2 0 0.2 0 0.3v44.7h6.7c0 0 0-65.7 0-65.7zm-19.7 12.6l0.1 6.6h6.7z"
d: "M9.101,7l8.899,0c1.857,-0 3.637,0.737 4.95,2.05c1.313,1.313 2.05,3.093 2.05,4.95l0,8.899c0.953,-0.195 1.837,-0.665 2.536,-1.363c0.937,-0.938 1.464,-2.21 1.464,-3.536c0,-2.977 0,-7.023 0,-10c0,-1.326 -0.527,-2.598 -1.464,-3.536c-0.938,-0.937 -2.21,-1.464 -3.536,-1.464c-2.977,0 -7.023,0 -10,0c-1.326,-0 -2.598,0.527 -3.536,1.464c-0.698,0.699 -1.168,1.583 -1.363,2.536Z"
}), Z("path", {
d: "M23,14c0,-1.326 -0.527,-2.598 -1.464,-3.536c-0.938,-0.937 -2.21,-1.464 -3.536,-1.464c-2.977,0 -7.023,0 -10,0c-1.326,-0 -2.598,0.527 -3.536,1.464c-0.937,0.938 -1.464,2.21 -1.464,3.536c0,2.977 0,7.023 0,10c-0,1.326 0.527,2.598 1.464,3.536c0.938,0.937 2.21,1.464 3.536,1.464c2.977,-0 7.023,-0 10,-0c1.326,0 2.598,-0.527 3.536,-1.464c0.937,-0.938 1.464,-2.21 1.464,-3.536l0,-10Zm-15,10l10,0c0.552,0 1,-0.448 1,-1c0,-0.552 -0.448,-1 -1,-1l-10,0c-0.552,0 -1,0.448 -1,1c0,0.552 0.448,1 1,1Zm0,-4l10,0c0.552,0 1,-0.448 1,-1c0,-0.552 -0.448,-1 -1,-1l-10,0c-0.552,0 -1,0.448 -1,1c0,0.552 0.448,1 1,1Zm0,-4l10,0c0.552,0 1,-0.448 1,-1c0,-0.552 -0.448,-1 -1,-1l-10,0c-0.552,0 -1,0.448 -1,1c0,0.552 0.448,1 1,1Z"
}), Z("g", {
id: "Icon"
}));
}
function SuccessIcon() {
Expand Down

0 comments on commit fb733b9

Please sign in to comment.