[PATCH 09/10] Add the svgs/solid/dot-circle.svg icon from FontAwesome

John Zaitseff J.Zaitseff at zap.org.au
Tue Aug 27 11:55:11 BST 2019


FontAwesome icons are licensed under CC BY 4.0 and are available from
https://github.com/FortAwesome/Font-Awesome.git

The svgs/solid/dot-circle.svg from repository tag 5.10.2 (commit
090e6148d3f63a45b40e7cd8679bd4d64e58d75d) was used for this commit.
---
 data/CMakeLists.txt             | 1 +
 data/svg/dot-circle-regular.svg | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 data/svg/dot-circle-regular.svg

diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 6f88faa4b..c57eaf1b8 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -60,6 +60,7 @@ svg/moon.png
 svg/glow.png
 svg/track_turtle.svg
 svg/bookmark.svg
+svg/dot-circle-regular.svg
 DESTINATION ${MARBLE_DATA_INSTALL_PATH}/svg)
 
 FILE (GLOB SVG_FILES flags/*.svg)
diff --git a/data/svg/dot-circle-regular.svg b/data/svg/dot-circle-regular.svg
new file mode 100644
index 000000000..eacf9b700
--- /dev/null
+++ b/data/svg/dot-circle-regular.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z"/></svg>
\ No newline at end of file
-- 
2.20.1



More information about the Marble-devel mailing list