mirror of
https://github.com/iconify/iconify.git
synced 2024-12-12 13:47:49 +00:00
chore: prettier
This commit is contained in:
parent
6427d2b007
commit
85fc90c08c
@ -210,9 +210,9 @@ export function defineIconifyIcon(
|
||||
}
|
||||
|
||||
set inline(value: boolean) {
|
||||
if(value){
|
||||
if (value) {
|
||||
this.setAttribute('inline', 'true');
|
||||
}else{
|
||||
} else {
|
||||
this.removeAttribute('inline');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user