Browse Source

columns icon #11

pull/20/head
codecalm 5 years ago
parent
commit
7acfa29f11
  1. 13
      src/_icons/columns.svg
  2. 4
      src/_icons/subscript.svg
  3. 4
      src/_icons/superscript.svg

13
src/_icons/columns.svg

@ -0,0 +1,13 @@
---
tags: [text, gap]
---
<svg>
<line x1="4" y1="6" x2="9.5" y2="6" />
<line x1="4" y1="10" x2="9.5" y2="10" />
<line x1="4" y1="14" x2="9.5" y2="14" />
<line x1="4" y1="18" x2="9.5" y2="18" />
<line x1="14.5" y1="6" x2="20" y2="6" />
<line x1="14.5" y1="10" x2="20" y2="10" />
<line x1="14.5" y1="14" x2="20" y2="14" />
<line x1="14.5" y1="18" x2="20" y2="18" />
</svg>

4
src/_icons/subscript.svg

@ -1,6 +1,6 @@
---
---
<svg>
<path d="M4 7l8 10m-8 0l8 -10"></path>
<path d="M21 20h-4l3.5 -4a1.73 1.73 0 00-3.5 -2"></path>
<path d="M4 7l8 10m-8 0l8 -10" />
<path d="M21 20h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" />
</svg>

4
src/_icons/superscript.svg

@ -1,6 +1,6 @@
---
---
<svg>
<path d="M4 7l8 10m-8 0l8 -10"></path>
<path d="M21 11h-4l3.5 -4a1.73 1.73 0 00-3.5 -2"></path>
<path d="M4 7l8 10m-8 0l8 -10" />
<path d="M21 11h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" />
</svg>
Loading…
Cancel
Save