Skip to content

Commit

Permalink
Update drag handle design
Browse files Browse the repository at this point in the history
  • Loading branch information
jperals committed Mar 23, 2023
1 parent 0b747ce commit 3b1a0e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/internal/drag-handle/icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ function DragHandleIcon() {
function SVG() {
return (
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" focusable="true">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M6 2H6.01V2.01H6V2ZM6 6H6.01V6.01H6V6ZM6.01 10H6V10.01H6.01V10ZM6 14H6.01V14.01H6V14ZM10.01 2H10V2.01H10.01V2ZM10 6H10.01V6.01H10V6ZM10.01 10H10V10.01H10.01V10ZM10 14H10.01V14.01H10V14Z"
fill="#16191F"
/>
<circle cx="5.5" cy="2.5" r="0.5" className="filled" strokeWidth="2" />
<circle cx="5.5" cy="13.5" r="0.5" className="filled" strokeWidth="2" />
<circle cx="5.5" cy="8" r="0.5" className="filled" strokeWidth="2" />
<circle cx="10.5" cy="2.5" r="0.5" className="filled" strokeWidth="2" />
<circle cx="10.5" cy="13.5" r="0.5" className="filled" strokeWidth="2" />
<circle cx="10.5" cy="8" r="0.5" className="filled" strokeWidth="2" />
</svg>
);
}
Expand Down

0 comments on commit 3b1a0e0

Please sign in to comment.