about summary refs log tree commit diff
path: root/src/components/icons/CodeLines.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/icons/CodeLines.tsx')
-rw-r--r--src/components/icons/CodeLines.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/CodeLines.tsx b/src/components/icons/CodeLines.tsx
new file mode 100644
index 000000000..833dc2316
--- /dev/null
+++ b/src/components/icons/CodeLines.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+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',
+})