add icon codegen

This commit is contained in:
Samuel Newman
2026-08-14 22:10:06 +03:00
parent 89c8e1cb70
commit c6adfbb1fb
490 changed files with 2777 additions and 661 deletions
+6 -4
View File
@@ -1,5 +1,7 @@
import {createSinglePathSVG} from './TEMPLATE'
// This file is generated by pnpm icons:generate. Do not edit.
export const CodeLines_Stroke2_Corner2_Rounded = createSinglePathSVG({
path: 'M2 5a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm15 0a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1ZM2 12a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm10 0a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1ZM2 19a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm12 0a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Z',
})
import {CodeLines_Stroke2_Corner2_Rounded as CanonicalCodeLines_Stroke2_Corner2_Rounded} from './Code'
/** @deprecated Import CodeLines_Stroke2_Corner2_Rounded from `#/components/icons/Code` instead. */
export const CodeLines_Stroke2_Corner2_Rounded =
CanonicalCodeLines_Stroke2_Corner2_Rounded