Fix lint errors

This commit is contained in:
Eric Bailey
2024-03-07 13:00:03 -06:00
parent a2db4d6098
commit 7d80e5db54
6 changed files with 11 additions and 21 deletions
+5 -3
View File
@@ -1,5 +1,7 @@
import {createSinglePathSVG} from './TEMPLATE'
export const DotGrid1x3Horizontal_Stroke2_Corner0_Rounded = createSinglePathSVG({
path: 'M2 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm16 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-6-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z',
})
export const DotGrid1x3Horizontal_Stroke2_Corner0_Rounded = createSinglePathSVG(
{
path: 'M2 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm16 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-6-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z',
},
)