mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-21 23:09:21 +01:00
minor fixes
This commit is contained in:
@@ -10,13 +10,13 @@ import { createElement } from '../helpers/create-element';
|
||||
:host {
|
||||
display: inline-block;
|
||||
fill: none;
|
||||
stroke: inherit;
|
||||
stroke-width: inherit;
|
||||
stroke: currentColor;
|
||||
stroke-width: 2;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
`]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user