diff options
Diffstat (limited to 'dist/icons/code.svg')
-rw-r--r-- | dist/icons/code.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/icons/code.svg b/dist/icons/code.svg new file mode 100644 index 00000000..8a2acef7 --- /dev/null +++ b/dist/icons/code.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-code" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <polyline points="7 8 3 12 7 16" /> + <polyline points="17 8 21 12 17 16" /> + <line x1="14" y1="4" x2="10" y2="20" /> +</svg> + + |