Skip to content

Commit

Permalink
feat: adjust text-filled icon
Browse files Browse the repository at this point in the history
  • Loading branch information
F-star committed Oct 29, 2024
1 parent 1790960 commit 0736ba9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/icons/src/icons/tool/text-filled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ export const TextFilled = React.memo(() => {
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<rect x="11" y="4" width="1" height="16" />
<rect x="5" y="4" width="13" height="1" />
<rect x="5" y="5" width="1" height="3" />
<rect x="17" y="5" width="1" height="3" />
<rect x="8" y="19" width="7" height="1" />
<rect x="11" y="5" width="1" height="14" fill="black" />
<rect x="5" y="5" width="13" height="1" fill="black" />
<rect x="5" y="5" width="1" height="3" fill="black" />
<rect x="17" y="5" width="1" height="3" fill="black" />
<rect x="8" y="18" width="7" height="1" fill="black" />
</svg>
);
});

0 comments on commit 0736ba9

Please sign in to comment.