Cleaned up Icon components
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m11s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m11s
This commit is contained in:
@@ -18,6 +18,8 @@ if (!svg) {
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 24 24"
|
||||
width="1em"
|
||||
height="1em"
|
||||
fill="none"
|
||||
class:list={[className, classList]}
|
||||
aria-hidden="true"
|
||||
|
||||
@@ -20,6 +20,8 @@ const svg = computed(() => {
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 24 24"
|
||||
width="1em"
|
||||
height="1em"
|
||||
fill="none"
|
||||
:class="props.class"
|
||||
aria-hidden="true"
|
||||
|
||||
Reference in New Issue
Block a user