File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The quickest way to use these icons is to simply copy the source for the icon yo
27
27
28
28
``` html
29
29
<svg
30
- class =" h-6 w -6 text-gray-500"
30
+ class =" size -6 text-gray-500"
31
31
fill =" none"
32
32
viewBox =" 0 0 24 24"
33
33
stroke =" currentColor"
@@ -59,7 +59,7 @@ import { BeakerIcon } from '@heroicons/react/24/solid'
59
59
function MyComponent () {
60
60
return (
61
61
< div>
62
- < BeakerIcon className= " h-6 w -6 text-blue-500" / >
62
+ < BeakerIcon className= " size -6 text-blue-500" / >
63
63
< p> ... < / p>
64
64
< / div>
65
65
)
@@ -85,7 +85,7 @@ Now each icon can be imported individually as a Vue component:
85
85
``` vue
86
86
<template>
87
87
<div>
88
- <BeakerIcon class="h-6 w -6 text-blue-500" />
88
+ <BeakerIcon class="size -6 text-blue-500" />
89
89
<p>...</p>
90
90
</div>
91
91
</template>
You can’t perform that action at this time.
0 commit comments