1
0
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:
Daniel Tamargo
2023-08-06 14:13:58 +02:00
committed by GitHub
parent 205005e131
commit f83e982f19

View File

@@ -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`