Skip to content

Commit

Permalink
Create x-circle.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 authored Dec 20, 2024
1 parent 9ae0346 commit 44c4b63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/components/v1/outline/x-circle.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@props(['strokeWidth' => 2, 'viewBox' => '0 0 24 24', 'fill' => 'none', 'stroke' => 'currentColor'])
<x-heroicons::svg {{ $attributes }} :viewBox="$viewBox" :fill="$fill" :stroke="$stroke" :stroke-width="$strokeWidth" x-description="Heroicon name: outline/x-circle">
<path stroke-linecap="round" stroke-linejoin="round" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z" />
</x-heroicons::svg>

0 comments on commit 44c4b63

Please sign in to comment.