diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/ad.svg | 7 | ||||
-rw-r--r-- | _icons/copyright.svg | 6 | ||||
-rw-r--r-- | _icons/crop.svg | 6 | ||||
-rw-r--r-- | _icons/registered.svg | 6 | ||||
-rw-r--r-- | _icons/rotate-clockwise.svg | 5 | ||||
-rw-r--r-- | _icons/rotate.svg | 5 |
6 files changed, 28 insertions, 7 deletions
diff --git a/_icons/ad.svg b/_icons/ad.svg deleted file mode 100644 index 4a2d4468..00000000 --- a/_icons/ad.svg +++ /dev/null @@ -1,7 +0,0 @@ ---- ---- -<svg> - <rect x="3" y="5" width="18" height="14" rx="2" /> - <path d="M6.5 15l2.5 -6l2.5 6m-.5 -1h-4" /> - <path d="M17 9v6h-1.5a1.5 1.5 0 111.5 -1.5" /> -</svg> diff --git a/_icons/copyright.svg b/_icons/copyright.svg new file mode 100644 index 00000000..011a39fc --- /dev/null +++ b/_icons/copyright.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M14.5 9a3.5 4 0 100 6" /> +</svg> diff --git a/_icons/crop.svg b/_icons/crop.svg new file mode 100644 index 00000000..50697dd7 --- /dev/null +++ b/_icons/crop.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="8 5 8 16 19 16" /> + <polyline points="16 19 16 8 5 8" /> +</svg> diff --git a/_icons/registered.svg b/_icons/registered.svg new file mode 100644 index 00000000..e84fe58c --- /dev/null +++ b/_icons/registered.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <path d="M10 16v-8h3a2 2 0 010 4h-3m2 0l3 4" /> +</svg> diff --git a/_icons/rotate-clockwise.svg b/_icons/rotate-clockwise.svg new file mode 100644 index 00000000..67a8e844 --- /dev/null +++ b/_icons/rotate-clockwise.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M4 11a8.1 8.1 0 11.5 4m-.5 5v-5h5" /> +</svg> diff --git a/_icons/rotate.svg b/_icons/rotate.svg new file mode 100644 index 00000000..75ed2a26 --- /dev/null +++ b/_icons/rotate.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M20 11a8.1 8.1 0 10-.5 4m.5 5v-5h-5" /> +</svg> |