diff options
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/terminal-2.svg | 8 | ||||
-rw-r--r-- | src/_icons/umbrella.svg | 6 | ||||
-rw-r--r-- | src/_icons/viewport-narrow.svg | 8 | ||||
-rw-r--r-- | src/_icons/viewport-wide.svg | 8 |
4 files changed, 22 insertions, 8 deletions
diff --git a/src/_icons/terminal-2.svg b/src/_icons/terminal-2.svg new file mode 100644 index 0000000..2a77779 --- /dev/null +++ b/src/_icons/terminal-2.svg @@ -0,0 +1,8 @@ +--- +tags: [console, command, git, command line, command prompt] +--- +<svg> + <path d="M8 9l3 3l-3 3" /> + <line x1="13" y1="15" x2="16" y2="15" /> + <rect x="3" y="4" width="18" height="16" rx="2" /> +</svg> diff --git a/src/_icons/umbrella.svg b/src/_icons/umbrella.svg new file mode 100644 index 0000000..66fbf41 --- /dev/null +++ b/src/_icons/umbrella.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M4 12a8 8 0 0 1 16 0Z" /> + <path d="M12 12v6a2 2 0 0 0 4 0" /> +</svg> diff --git a/src/_icons/viewport-narrow.svg b/src/_icons/viewport-narrow.svg index 0401736..e41a210 100644 --- a/src/_icons/viewport-narrow.svg +++ b/src/_icons/viewport-narrow.svg @@ -1,8 +1,8 @@ --- --- <svg> - <path d="M3 12h7l-3 -3m0 6l3 -3"></path> - <path d="M21 12h-7l3 -3m0 6l-3 -3"></path> - <path d="M9 6v-3h6v3"></path> - <path d="M9 18v3h6v-3"></path> + <path d="M3 12h7l-3 -3m0 6l3 -3" /> + <path d="M21 12h-7l3 -3m0 6l-3 -3" /> + <path d="M9 6v-3h6v3" /> + <path d="M9 18v3h6v-3" /> </svg> diff --git a/src/_icons/viewport-wide.svg b/src/_icons/viewport-wide.svg index 8d2f2fd..f888e9f 100644 --- a/src/_icons/viewport-wide.svg +++ b/src/_icons/viewport-wide.svg @@ -1,8 +1,8 @@ --- --- <svg> - <path d="M10 12h-7l3 -3m0 6l-3 -3"></path> - <path d="M14 12h7l-3 -3m0 6l3 -3"></path> - <path d="M3 6v-3h18v3"></path> - <path d="M3 18v3h18v-3"></path> + <path d="M10 12h-7l3 -3m0 6l-3 -3" /> + <path d="M14 12h7l-3 -3m0 6l3 -3" /> + <path d="M3 6v-3h18v3" /> + <path d="M3 18v3h18v-3" /> </svg> |