diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2023-02-23 19:05:54 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2023-02-23 19:05:54 +0700 |
commit | f057bb4d41e870417146ca851c8b3155b6f795c7 (patch) | |
tree | 6119c3c88f631075f295964ef97acac14a4de156 | |
parent | 93a946d623c3b1425755f07c5b288ebcb137c975 (diff) |
add circle-play.svg
-rw-r--r-- | CourseLecture.ui.qml | 2 | ||||
-rw-r--r-- | Font-Awesome.qrc | 1 | ||||
-rw-r--r-- | Font-Awesome/svgs/solid/circle-play.svg | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/CourseLecture.ui.qml b/CourseLecture.ui.qml index 1530385..8dfbff3 100644 --- a/CourseLecture.ui.qml +++ b/CourseLecture.ui.qml @@ -12,7 +12,7 @@ Rectangle { Layout.margins: 8 Button { id: play - icon.source: "../person-circle.svg" + icon.source: "Font-Awesome/svgs/solid/circle-play.svg" icon.color: "#ffffff" Layout.margins: 8 display: AbstractButton.IconOnly diff --git a/Font-Awesome.qrc b/Font-Awesome.qrc index 34404a6..8f19cc7 100644 --- a/Font-Awesome.qrc +++ b/Font-Awesome.qrc @@ -5,5 +5,6 @@ <file>Font-Awesome/svgs/solid/user-graduate.svg</file> <file>Font-Awesome/svgs/solid/tv.svg</file> <file>Font-Awesome/svgs/solid/lock.svg</file> + <file>Font-Awesome/svgs/solid/play.svg</file> </qresource> </RCC> diff --git a/Font-Awesome/svgs/solid/circle-play.svg b/Font-Awesome/svgs/solid/circle-play.svg new file mode 100644 index 0000000..394ed3d --- /dev/null +++ b/Font-Awesome/svgs/solid/circle-play.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9V344c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z"/></svg>
\ No newline at end of file |