diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-04 22:26:45 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-04 22:26:45 +0700 |
commit | 7e32b7dc6efab319ffbaff64c0a77cf10f810df9 (patch) | |
tree | e2c0faf8dfb9d27a547f742e54c7021988dd9d95 /assets | |
parent | 0ab19698e70764a55631e05642eae5c5fa62c5fc (diff) |
add svg assets
Diffstat (limited to 'assets')
-rw-r--r-- | assets/check-box-outline-24px.svg | 1 | ||||
-rw-r--r-- | assets/chevron-right-24px.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/assets/check-box-outline-24px.svg b/assets/check-box-outline-24px.svg new file mode 100644 index 0000000..68d3447 --- /dev/null +++ b/assets/check-box-outline-24px.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>
\ No newline at end of file diff --git a/assets/chevron-right-24px.svg b/assets/chevron-right-24px.svg new file mode 100644 index 0000000..acabc29 --- /dev/null +++ b/assets/chevron-right-24px.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z"/></svg>
\ No newline at end of file |