add reorder icon to the library items

This commit is contained in:
jmt-gh) 2022-06-19 02:03:05 -07:00 committed by jmt-gh
parent 67f51c6de9
commit 2ccd2786f4

View File

@ -19,6 +19,8 @@
<path fill="currentColor" d="M12,4V2A10,10 0 0,0 2,12H4A8,8 0 0,1 12,4Z" /> <path fill="currentColor" d="M12,4V2A10,10 0 0,0 2,12H4A8,8 0 0,1 12,4Z" />
</svg> </svg>
</div> </div>
<span class="material-icons text-xxl text-gray-300 hover:text-gray-50 ml-4 cursor-pointer">reorder</span>
</div> </div>
</template> </template>