diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-25 11:56:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 11:56:57 -0500 |
commit | f7d1d2deb52a6b129c71ec139d3e1e74544d3be6 (patch) | |
tree | aac1f2ea3978de04ea3fad3b76c9782a71182a86 /ext | |
parent | 8677fb55794cb82e9e938c2a0b8bd5ad9e654f33 (diff) |
Add plus-circle icons (#1064)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mixed/img/plus-circle-large.svg | 1 | ||||
-rw-r--r-- | ext/mixed/img/plus-circle-small.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/mixed/img/plus-circle-large.svg b/ext/mixed/img/plus-circle-large.svg new file mode 100644 index 00000000..b034a723 --- /dev/null +++ b/ext/mixed/img/plus-circle-large.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M8 1C4.13993 1 1 4.13993 1 8s3.13993 7 7 7 7-3.13993 7-7-3.13993-7-7-7zM7 5h2v2h2v2H9v2H7V9H5V7h2z" fill="#333"/></svg>
\ No newline at end of file diff --git a/ext/mixed/img/plus-circle-small.svg b/ext/mixed/img/plus-circle-small.svg new file mode 100644 index 00000000..1ddc2b72 --- /dev/null +++ b/ext/mixed/img/plus-circle-small.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path d="M7.5 5C5.5729 5 4 6.5729 4 8.5S5.5729 12 7.5 12 11 10.4271 11 8.5 9.4271 5 7.5 5zM7 7h1v1h1v1H8v1H7V9H6V8h1z" fill="#333"/></svg>
\ No newline at end of file |