From f8be779997b3116b03953c7b031bccbba7b21aae Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 20 Apr 2020 06:39:10 +0200 Subject: 3 new icons: `emphasis`, `separator`, `text-wrap` Fixed icons: `underline` --- src/_icons/emphasis.svg | 9 +++++++++ src/_icons/file-code.svg | 4 ++-- src/_icons/separator.svg | 7 +++++++ src/_icons/text-wrap.svg | 8 ++++++++ src/_icons/underline.svg | 4 ++-- 5 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 src/_icons/emphasis.svg create mode 100644 src/_icons/separator.svg create mode 100644 src/_icons/text-wrap.svg (limited to 'src/_icons') diff --git a/src/_icons/emphasis.svg b/src/_icons/emphasis.svg new file mode 100644 index 00000000..b65ff729 --- /dev/null +++ b/src/_icons/emphasis.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/file-code.svg b/src/_icons/file-code.svg index f5c5474d..7da04491 100644 --- a/src/_icons/file-code.svg +++ b/src/_icons/file-code.svg @@ -4,6 +4,6 @@ tags: [paper, new] - - + + diff --git a/src/_icons/separator.svg b/src/_icons/separator.svg new file mode 100644 index 00000000..e8a08f47 --- /dev/null +++ b/src/_icons/separator.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/text-wrap.svg b/src/_icons/text-wrap.svg new file mode 100644 index 00000000..989bc364 --- /dev/null +++ b/src/_icons/text-wrap.svg @@ -0,0 +1,8 @@ +--- +tags: [text, alignment, position] +--- + + + + + diff --git a/src/_icons/underline.svg b/src/_icons/underline.svg index fc61e7f7..f89c0dd0 100644 --- a/src/_icons/underline.svg +++ b/src/_icons/underline.svg @@ -1,6 +1,6 @@ --- --- - - + + -- cgit v1.2.1