From 6951d670bb622d092155d7bac915e147db27a4ca Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Sat, 8 Mar 2025 00:17:43 +0300 Subject: [PATCH] remove iconpark --- .../views/themes/another-portfolio/bolt/fill-forms.blade.php | 2 +- resources/views/themes/another-portfolio/bolt/loading.blade.php | 2 +- .../views/themes/another-portfolio/bolt/show-entry.blade.php | 2 +- .../themes/another-portfolio/sky/addons/library-item.blade.php | 2 +- resources/views/themes/another-portfolio/sky/page.blade.php | 2 +- .../views/themes/another-portfolio/sky/partial/empty.blade.php | 2 +- resources/views/themes/another-portfolio/sky/post.blade.php | 2 +- resources/views/themes/breeze/bolt/fill-forms.blade.php | 2 +- resources/views/themes/breeze/bolt/loading.blade.php | 2 +- resources/views/themes/breeze/bolt/show-entry.blade.php | 2 +- resources/views/themes/breeze/sky/addons/library-item.blade.php | 2 +- resources/views/themes/breeze/sky/page.blade.php | 2 +- resources/views/themes/breeze/sky/partial/empty.blade.php | 2 +- resources/views/themes/daisy/bolt/fill-forms.blade.php | 2 +- resources/views/themes/daisy/bolt/loading.blade.php | 2 +- resources/views/themes/daisy/bolt/show-entry.blade.php | 2 +- resources/views/themes/daisy/layouts/app.blade.php | 2 +- resources/views/themes/daisy/sky/addons/library-item.blade.php | 2 +- resources/views/themes/daisy/sky/addons/library-tag.blade.php | 2 +- resources/views/themes/daisy/sky/page.blade.php | 2 +- resources/views/themes/daisy/sky/partial/empty.blade.php | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/resources/views/themes/another-portfolio/bolt/fill-forms.blade.php b/resources/views/themes/another-portfolio/bolt/fill-forms.blade.php index f8cee9e..94f3f35 100644 --- a/resources/views/themes/another-portfolio/bolt/fill-forms.blade.php +++ b/resources/views/themes/another-portfolio/bolt/fill-forms.blade.php @@ -18,7 +18,7 @@
  • {{ __('Forms') }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3 rtl:rotate-180') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3 rtl:rotate-180')
  • {{ $zeusForm->name }} diff --git a/resources/views/themes/another-portfolio/bolt/loading.blade.php b/resources/views/themes/another-portfolio/bolt/loading.blade.php index 7d1e11f..212277e 100644 --- a/resources/views/themes/another-portfolio/bolt/loading.blade.php +++ b/resources/views/themes/another-portfolio/bolt/loading.blade.php @@ -2,7 +2,7 @@
    @teleport('.bolt-loading')
    - @svg('iconpark-loading-o', 'text-primary-500 w-8 h-8 animate-spin') + @svg('tabler-refresh', 'text-primary-500 w-8 h-8 animate-spin')
    @endteleport diff --git a/resources/views/themes/another-portfolio/bolt/show-entry.blade.php b/resources/views/themes/another-portfolio/bolt/show-entry.blade.php index c2713f7..4744b43 100644 --- a/resources/views/themes/another-portfolio/bolt/show-entry.blade.php +++ b/resources/views/themes/another-portfolio/bolt/show-entry.blade.php @@ -7,7 +7,7 @@
  • {{ __('My Entries') }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
  • diff --git a/resources/views/themes/another-portfolio/sky/addons/library-item.blade.php b/resources/views/themes/another-portfolio/sky/addons/library-item.blade.php index 31e0c5f..145cdca 100644 --- a/resources/views/themes/another-portfolio/sky/addons/library-item.blade.php +++ b/resources/views/themes/another-portfolio/sky/addons/library-item.blade.php @@ -10,7 +10,7 @@
  • {{ $tag->name }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
  • diff --git a/resources/views/themes/another-portfolio/sky/page.blade.php b/resources/views/themes/another-portfolio/sky/page.blade.php index 5e5b4b4..1cc6eb4 100644 --- a/resources/views/themes/another-portfolio/sky/page.blade.php +++ b/resources/views/themes/another-portfolio/sky/page.blade.php @@ -8,7 +8,7 @@ @if($post->parent !== null)
  • {{ $post->parent->title }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
  • @endif
  • diff --git a/resources/views/themes/another-portfolio/sky/partial/empty.blade.php b/resources/views/themes/another-portfolio/sky/partial/empty.blade.php index 2873ae1..642426a 100644 --- a/resources/views/themes/another-portfolio/sky/partial/empty.blade.php +++ b/resources/views/themes/another-portfolio/sky/partial/empty.blade.php @@ -1,4 +1,4 @@
    - @svg('iconpark-wavesleft-o','h-10 w-10 text-primary-600') + @svg('tabler-wave-sine','h-10 w-10 text-primary-600') {{ __('No posts found') }}!
    diff --git a/resources/views/themes/another-portfolio/sky/post.blade.php b/resources/views/themes/another-portfolio/sky/post.blade.php index c9306bd..ad6b61b 100644 --- a/resources/views/themes/another-portfolio/sky/post.blade.php +++ b/resources/views/themes/another-portfolio/sky/post.blade.php @@ -6,7 +6,7 @@
  • {{ __('Posts') }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3 rtl:rotate-180') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3 rtl:rotate-180')
  • {{ $post->title }} diff --git a/resources/views/themes/breeze/bolt/fill-forms.blade.php b/resources/views/themes/breeze/bolt/fill-forms.blade.php index 43123e8..feb0f53 100644 --- a/resources/views/themes/breeze/bolt/fill-forms.blade.php +++ b/resources/views/themes/breeze/bolt/fill-forms.blade.php @@ -18,7 +18,7 @@
  • {{ __('Forms') }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3 rtl:rotate-180') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3 rtl:rotate-180')
  • {{ $zeusForm->name }} diff --git a/resources/views/themes/breeze/bolt/loading.blade.php b/resources/views/themes/breeze/bolt/loading.blade.php index 052fe93..fa84154 100644 --- a/resources/views/themes/breeze/bolt/loading.blade.php +++ b/resources/views/themes/breeze/bolt/loading.blade.php @@ -2,7 +2,7 @@
    @teleport('.bolt-loading')
    - @svg('iconpark-loading-o', 'text-sky-600 w-8 h-8 animate-spin') + @svg('tabler-refresh', 'text-sky-600 w-8 h-8 animate-spin')
    @endteleport diff --git a/resources/views/themes/breeze/bolt/show-entry.blade.php b/resources/views/themes/breeze/bolt/show-entry.blade.php index caab568..8491c4c 100644 --- a/resources/views/themes/breeze/bolt/show-entry.blade.php +++ b/resources/views/themes/breeze/bolt/show-entry.blade.php @@ -7,7 +7,7 @@
  • {{ __('My Entries') }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
  • diff --git a/resources/views/themes/breeze/sky/addons/library-item.blade.php b/resources/views/themes/breeze/sky/addons/library-item.blade.php index 428b915..0379cbf 100644 --- a/resources/views/themes/breeze/sky/addons/library-item.blade.php +++ b/resources/views/themes/breeze/sky/addons/library-item.blade.php @@ -7,7 +7,7 @@
  • {{ __('library') }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
  • diff --git a/resources/views/themes/breeze/sky/page.blade.php b/resources/views/themes/breeze/sky/page.blade.php index 13e22b8..e2a97a3 100644 --- a/resources/views/themes/breeze/sky/page.blade.php +++ b/resources/views/themes/breeze/sky/page.blade.php @@ -3,7 +3,7 @@ @if($post->parent !== null)
  • {{ $post->parent->title }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
  • @endif
  • diff --git a/resources/views/themes/breeze/sky/partial/empty.blade.php b/resources/views/themes/breeze/sky/partial/empty.blade.php index 2873ae1..642426a 100644 --- a/resources/views/themes/breeze/sky/partial/empty.blade.php +++ b/resources/views/themes/breeze/sky/partial/empty.blade.php @@ -1,4 +1,4 @@
    - @svg('iconpark-wavesleft-o','h-10 w-10 text-primary-600') + @svg('tabler-wave-sine','h-10 w-10 text-primary-600') {{ __('No posts found') }}!
    diff --git a/resources/views/themes/daisy/bolt/fill-forms.blade.php b/resources/views/themes/daisy/bolt/fill-forms.blade.php index f750c13..02455d4 100644 --- a/resources/views/themes/daisy/bolt/fill-forms.blade.php +++ b/resources/views/themes/daisy/bolt/fill-forms.blade.php @@ -18,7 +18,7 @@
  • {{ __('Forms') }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3 rtl:rotate-180') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3 rtl:rotate-180')
  • {{ $zeusForm->name }} diff --git a/resources/views/themes/daisy/bolt/loading.blade.php b/resources/views/themes/daisy/bolt/loading.blade.php index 052fe93..fa84154 100644 --- a/resources/views/themes/daisy/bolt/loading.blade.php +++ b/resources/views/themes/daisy/bolt/loading.blade.php @@ -2,7 +2,7 @@
    @teleport('.bolt-loading')
    - @svg('iconpark-loading-o', 'text-sky-600 w-8 h-8 animate-spin') + @svg('tabler-refresh', 'text-sky-600 w-8 h-8 animate-spin')
    @endteleport diff --git a/resources/views/themes/daisy/bolt/show-entry.blade.php b/resources/views/themes/daisy/bolt/show-entry.blade.php index 3ee5239..9016e82 100644 --- a/resources/views/themes/daisy/bolt/show-entry.blade.php +++ b/resources/views/themes/daisy/bolt/show-entry.blade.php @@ -7,7 +7,7 @@
  • {{ __('My Entries') }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
  • diff --git a/resources/views/themes/daisy/layouts/app.blade.php b/resources/views/themes/daisy/layouts/app.blade.php index 5592763..29eff49 100644 --- a/resources/views/themes/daisy/layouts/app.blade.php +++ b/resources/views/themes/daisy/layouts/app.blade.php @@ -49,7 +49,7 @@
    1. Home - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
    2. {{ $breadcrumbs }}
    diff --git a/resources/views/themes/daisy/sky/addons/library-item.blade.php b/resources/views/themes/daisy/sky/addons/library-item.blade.php index 64ff081..ec466e2 100644 --- a/resources/views/themes/daisy/sky/addons/library-item.blade.php +++ b/resources/views/themes/daisy/sky/addons/library-item.blade.php @@ -7,7 +7,7 @@
  • {{ __('libraries') }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
  • diff --git a/resources/views/themes/daisy/sky/addons/library-tag.blade.php b/resources/views/themes/daisy/sky/addons/library-tag.blade.php index 83788cb..1e75e04 100644 --- a/resources/views/themes/daisy/sky/addons/library-tag.blade.php +++ b/resources/views/themes/daisy/sky/addons/library-tag.blade.php @@ -7,7 +7,7 @@
  • {{ __('libraries') }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
  • diff --git a/resources/views/themes/daisy/sky/page.blade.php b/resources/views/themes/daisy/sky/page.blade.php index 2306161..bfd8b57 100644 --- a/resources/views/themes/daisy/sky/page.blade.php +++ b/resources/views/themes/daisy/sky/page.blade.php @@ -3,7 +3,7 @@ @if($post->parent !== null)
  • {{ $post->parent->title }} - @svg('iconpark-rightsmall-o','fill-current w-4 h-4 mx-3') + @svg('heroicon-s-arrow-small-right','fill-current w-4 h-4 mx-3')
  • @endif diff --git a/resources/views/themes/daisy/sky/partial/empty.blade.php b/resources/views/themes/daisy/sky/partial/empty.blade.php index 81fa83c..be2ca06 100644 --- a/resources/views/themes/daisy/sky/partial/empty.blade.php +++ b/resources/views/themes/daisy/sky/partial/empty.blade.php @@ -1,5 +1,5 @@
    - @svg('iconpark-wavesleft-o','h-10 w-10 text-primary-600') + @svg('tabler-wave-sine','h-10 w-10 text-primary-600') {{ __('No posts found') }}!