diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 13:01:12 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 13:01:12 +0700 |
commit | 8ef79d7a54c8bed022b992b094a2633aaf6f5471 (patch) | |
tree | 7be0a170007a0230a84e3d684f78d50cc650a1fe | |
parent | c178a3745bb846c7de0a7e0ec6e5e5dbda849fc5 (diff) |
add photo_camera_24px.svg
-rw-r--r-- | assets/photo_camera_24px.svg | 1 | ||||
-rw-r--r-- | kelakon.qrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/assets/photo_camera_24px.svg b/assets/photo_camera_24px.svg new file mode 100644 index 0000000..5a9866b --- /dev/null +++ b/assets/photo_camera_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="M14.12 4l1.83 2H20v12H4V6h4.05l1.83-2h4.24M15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2zm-3 7c1.65 0 3 1.35 3 3s-1.35 3-3 3-3-1.35-3-3 1.35-3 3-3m0-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5z"/></svg>
\ No newline at end of file diff --git a/kelakon.qrc b/kelakon.qrc index aa1ace5..b89472b 100644 --- a/kelakon.qrc +++ b/kelakon.qrc @@ -17,5 +17,6 @@ <file>pages/ConfirmPasswordForm.ui.qml</file> <file>pages/CreateProfile.qml</file> <file>pages/CreateProfileForm.ui.qml</file> + <file>assets/photo_camera_24px.svg</file> </qresource> </RCC> |