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
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
|
width="1em"
|
||||||
|
height="1em"
|
||||||
fill="none"
|
fill="none"
|
||||||
class:list={[className, classList]}
|
class:list={[className, classList]}
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ const svg = computed(() => {
|
|||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
|
width="1em"
|
||||||
|
height="1em"
|
||||||
fill="none"
|
fill="none"
|
||||||
:class="props.class"
|
:class="props.class"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user