mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-20 12:51:58 +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
|
// Create interface extending SVGAttributes
|
||||||
export interface SVGProps extends Partial<SVGAttributes> {
|
export interface SVGProps extends Partial<SVGAttributes> {
|
||||||
size?: 24 | number
|
size?: 24 | number
|
||||||
|
strokeWidth?: number | string
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generated icons`
|
// Generated icons`
|
||||||
|
Reference in New Issue
Block a user