Skip to content

Commit

Permalink
improve(design): Update Empty default image
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Nov 8, 2024
1 parent 9ac6852 commit 93314a2
Showing 1 changed file with 11 additions and 40 deletions.
51 changes: 11 additions & 40 deletions packages/design/src/empty/default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,21 @@ import React from 'react';

const DefaultEmptyImg: React.FC = props => (
<svg
width="46.25775px"
height="46.36575px"
viewBox="0 0 46.25775 46.36575"
width="56px"
height="56px"
viewBox="0 0 56 56"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
<g transform="translate(-801.05, -274.05)">
<g transform="translate(796, 270)">
<g transform="translate(1, 0)">
<rect x="0" y="0" width="54" height="54"></rect>
<g transform="translate(4.05, 4.05)" fillRule="nonzero">
<rect
fill="#E6E6E6"
x="5.3055"
y="0"
width="35.79525"
height="28.134"
rx="2.72025"
></rect>
<rect
fill="#F8F8F8"
x="11.04975"
y="5.0625"
width="24.1515"
height="1.593"
rx="0.7965"
></rect>
<rect
fill="#F8F8F8"
x="11.04975"
y="10.60425"
width="16.08525"
height="1.593"
rx="0.7965"
></rect>
<path
d="M43.53075,46.36575 L2.72025,46.36575 C1.22175,46.36575 0,45.15075 0,43.6455 L0,20.277 C0,18.7785 1.215,17.55675 2.72025,17.55675 L18.576,17.55675 C19.494,17.55675 20.3445,18.01575 20.85075,18.78525 L22.32225,21.0195 C22.82175,21.78225 23.679,22.248 24.597,22.248 L43.5375,22.248 C45.036,22.248 46.25775,23.463 46.25775,24.96825 L46.25775,43.6455 C46.25775,45.144 45.04275,46.36575 43.5375,46.36575 L43.53075,46.36575 Z"
fill="#F8F8F8"
></path>
</g>
</g>
</g>
<g transform="translate(4.2, 4.2)" fillRule="nonzero">
<rect fill="#CDD5E4" x="5.495" y="0" width="37.121" height="29.176" rx="4.03"></rect>
<rect fill="#F8F8F8" x="11.452" y="5.257" width="25.046" height="1.652" rx="0.826"></rect>
<rect fill="#F8F8F8" x="11.452" y="10.997" width="16.681" height="1.652" rx="0.826"></rect>
<path
d="M45.143,48.083 L2.821,48.083 C1.267,48.083 0,46.823 0,45.262 L0,21.028 C0,19.474 1.26,18.207 2.821,18.207 L19.264,18.207 C20.216,18.207 21.098,18.683 21.623,19.481 L23.149,21.798 C23.667,22.589 24.556,23.072 25.508,23.072 L45.15,23.072 C46.704,23.072 47.971,24.332 47.971,25.893 L47.971,45.262 C47.971,46.816 46.711,48.083 45.15,48.083 L45.143,48.083 Z"
fill="#F3F6FC"
></path>
</g>
</g>
</svg>
Expand Down

0 comments on commit 93314a2

Please sign in to comment.