add icon codegen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user