diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/bookmark.svg | 5 | ||||
-rw-r--r-- | _icons/clipboard-list.svg | 10 | ||||
-rw-r--r-- | _icons/copy.svg | 6 |
3 files changed, 21 insertions, 0 deletions
diff --git a/_icons/bookmark.svg b/_icons/bookmark.svg new file mode 100644 index 00000000..7460087b --- /dev/null +++ b/_icons/bookmark.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M9 4h6a2 2 0 012 2v14l-5-3l-5 3v-14a2 2 0 012 -2"></path> +</svg> diff --git a/_icons/clipboard-list.svg b/_icons/clipboard-list.svg new file mode 100644 index 00000000..d511587a --- /dev/null +++ b/_icons/clipboard-list.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" /> + <rect x="9" y="3" width="6" height="4" rx="2" /> + <polyline points="9 12 9.01 12"></polyline> + <polyline points="13 12 15 12"></polyline> + <polyline points="9 16 9.01 16"></polyline> + <polyline points="13 16 15 16"></polyline> +</svg> diff --git a/_icons/copy.svg b/_icons/copy.svg new file mode 100644 index 00000000..a1ddd7d1 --- /dev/null +++ b/_icons/copy.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="8" y="8" width="12" height="12" rx="2"></rect> + <path d="M16 8v-2a2 2 0 00-2 -2h-8a2 2 0 00-2 2v8a2 2 0 002 2h2"></path> +</svg> |