diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-24 23:41:48 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-24 23:41:48 +0700 |
commit | 92dc808c0829a2be79f32d4664ae7382d077a239 (patch) | |
tree | 8ed11b50db0754cd9b9fa0049b16b57e146b318e /components/icons | |
parent | e5d1cb6db260c71e2205c4f65d383628bb518f5e (diff) |
reworked on task detail `Layout`
Diffstat (limited to 'components/icons')
-rw-r--r-- | components/icons/more-vert-24px.svg | 1 | ||||
-rw-r--r-- | components/icons/notes-24px.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/components/icons/more-vert-24px.svg b/components/icons/more-vert-24px.svg new file mode 100644 index 0000000..6d6e3a7 --- /dev/null +++ b/components/icons/more-vert-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="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></svg>
\ No newline at end of file diff --git a/components/icons/notes-24px.svg b/components/icons/notes-24px.svg new file mode 100644 index 0000000..34be213 --- /dev/null +++ b/components/icons/notes-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="M21 11.01L3 11v2h18zM3 16h12v2H3zM21 6H3v2.01L21 8z"/></svg>
\ No newline at end of file |