Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove todo comment.
  • Loading branch information
tellthemachines committed Jan 27, 2023
commit cfefdcdcb45244f90ccbfaad58f3c5a086cc5efd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const alignTop = (
</SVG>
);

// Todo: Replace with the real icons.
export const alignStretch = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M4 4L20 4L20 5.5L4 5.5L4 4ZM10 7L14 7L14 17L10 17L10 7ZM20 18.5L4 18.5L4 20L20 20L20 18.5Z" />
Expand Down