laravel-notify icon indicating copy to clipboard operation
laravel-notify copied to clipboard

Notify Package Icons

Open ayaseensd opened this issue 3 years ago • 0 comments

Hello,

Is there any way to add a feature in config files to use icons from other vendors such as fontawsome or bootstrap icons to update the notification icon without updating vendor files?

<span class="flex-shrink-0 h-10 w-10 flex items-center justify-center bg-white rounded-full">
    <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" class="check w-6 h-6 text-green-600">
         <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7">
         </path>
   </svg>
</span>

ayaseensd avatar Aug 18 '22 12:08 ayaseensd