Skip to content

Commit

Permalink
chore: set trash color to currentColor
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Sep 5, 2024
1 parent 9c22525 commit ab743f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layer/icons/trash.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M5.5 5.5C5.77614 5.5 6 5.72386 6 6V12C6 12.2761 5.77614 12.5 5.5 12.5C5.22386 12.5 5 12.2761 5 12V6C5 5.72386 5.22386 5.5 5.5 5.5Z"
fill="#727376" />
fill="currentColor" />
<path
d="M8 5.5C8.27614 5.5 8.5 5.72386 8.5 6V12C8.5 12.2761 8.27614 12.5 8 12.5C7.72386 12.5 7.5 12.2761 7.5 12V6C7.5 5.72386 7.72386 5.5 8 5.5Z"
fill="#727376" />
fill="currentColor" />
<path
d="M11 6C11 5.72386 10.7761 5.5 10.5 5.5C10.2239 5.5 10 5.72386 10 6V12C10 12.2761 10.2239 12.5 10.5 12.5C10.7761 12.5 11 12.2761 11 12V6Z"
fill="#727376" />
fill="currentColor" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M14.5 3C14.5 3.55228 14.0523 4 13.5 4H13V13C13 14.1046 12.1046 15 11 15H5C3.89543 15 3 14.1046 3 13V4H2.5C1.94772 4 1.5 3.55228 1.5 3V2C1.5 1.44772 1.94772 1 2.5 1H6C6 0.447715 6.44772 0 7 0H9C9.55229 0 10 0.447715 10 1H13.5C14.0523 1 14.5 1.44772 14.5 2V3ZM4.11803 4L4 4.05902V13C4 13.5523 4.44772 14 5 14H11C11.5523 14 12 13.5523 12 13V4.05902L11.882 4H4.11803ZM2.5 3V2H13.5V3H2.5Z"
fill="#727376" />
fill="currentColor" />
</svg>
</template>

0 comments on commit ab743f1

Please sign in to comment.