check handle as you type

This commit is contained in:
Samuel Newman
2025-07-03 14:30:15 +03:00
parent 598641742e
commit fed21caad3
11 changed files with 1359 additions and 98 deletions
+5
View File
@@ -0,0 +1,5 @@
import {createSinglePathSVG} from './TEMPLATE'
export const Circle_Stroke2_Corner0_Rounded = createSinglePathSVG({
path: 'M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z',
})