mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-19 12:21:39 +02:00
Added strokeWidth property to icons-vue SVGProps interface (#763)
This commit is contained in:
@@ -21,6 +21,7 @@ declare module '@tabler/icons-vue'
|
||||
// Create interface extending SVGAttributes
|
||||
export interface SVGProps extends Partial<SVGAttributes> {
|
||||
size?: 24 | number
|
||||
strokeWidth?: number | string
|
||||
}
|
||||
|
||||
// Generated icons`
|
||||
|
Reference in New Issue
Block a user