diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 23:40:27 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 23:40:27 +0100 |
commit | c0605bce101fbe34fd31cf1288c9d7513eb1c023 (patch) | |
tree | b408b59a58cfcd0fd194f32fcd78a3fdfa97ec7b /src/_icons | |
parent | toolbar fixes (diff) | |
download | tabler-icons-c0605bce101fbe34fd31cf1288c9d7513eb1c023.tar.xz |
subscript, superscript #11
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/subscript.svg | 6 | ||||
-rw-r--r-- | src/_icons/superscript.svg | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/subscript.svg b/src/_icons/subscript.svg new file mode 100644 index 00000000..88e72460 --- /dev/null +++ b/src/_icons/subscript.svg @@ -0,0 +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> +</svg> diff --git a/src/_icons/superscript.svg b/src/_icons/superscript.svg new file mode 100644 index 00000000..cb263a5c --- /dev/null +++ b/src/_icons/superscript.svg @@ -0,0 +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> +</svg> |