diff options
-rw-r--r-- | src/_icons/columns.svg | 13 | ||||
-rw-r--r-- | src/_icons/subscript.svg | 4 | ||||
-rw-r--r-- | src/_icons/superscript.svg | 4 |
3 files changed, 17 insertions, 4 deletions
diff --git a/src/_icons/columns.svg b/src/_icons/columns.svg new file mode 100644 index 00000000..e2036d0b --- /dev/null +++ b/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> diff --git a/src/_icons/subscript.svg b/src/_icons/subscript.svg index 88e72460..8f73bef7 100644 --- a/src/_icons/subscript.svg +++ b/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> diff --git a/src/_icons/superscript.svg b/src/_icons/superscript.svg index cb263a5c..7e42c301 100644 --- a/src/_icons/superscript.svg +++ b/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> |