diff options
-rw-r--r-- | icon-theme/material-design-dark/actions/screencast.svg | 16 | ||||
-rw-r--r-- | icon-theme/material-design-light/actions/screencast.svg | 16 | ||||
-rw-r--r-- | port-files/FreeBSD/x11/lumina-core/pkg-plist | 2 |
3 files changed, 34 insertions, 0 deletions
diff --git a/icon-theme/material-design-dark/actions/screencast.svg b/icon-theme/material-design-dark/actions/screencast.svg new file mode 100644 index 00000000..6c40a709 --- /dev/null +++ b/icon-theme/material-design-dark/actions/screencast.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px"
+ height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g id="Frames-24px">
+ <rect fill="none" width="24" height="24"/>
+</g>
+<g id="Solid">
+ <g>
+ <path fill="#F8F8F8" d="M12,3.003c-4.971,0-9,4.029-9,9s4.029,9,9,9s9-4.029,9-9S16.971,3.003,12,3.003z M12,18.003
+ c-3.313,0-6-2.687-6-6c0-3.313,2.687-6,6-6s6,2.687,6,6C18,15.316,15.313,18.003,12,18.003z"/>
+ <circle fill="#F8F8F8" cx="12" cy="12.003" r="3"/>
+ </g>
+</g>
+</svg>
diff --git a/icon-theme/material-design-light/actions/screencast.svg b/icon-theme/material-design-light/actions/screencast.svg new file mode 100644 index 00000000..32a00df0 --- /dev/null +++ b/icon-theme/material-design-light/actions/screencast.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px"
+ height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
+<g id="Frames-24px">
+ <rect fill="none" width="24" height="24"/>
+</g>
+<g id="Solid">
+ <g>
+ <path fill="#000000" d="M12,3.003c-4.971,0-9,4.029-9,9s4.029,9,9,9s9-4.029,9-9S16.971,3.003,12,3.003z M12,18.003
+ c-3.313,0-6-2.687-6-6c0-3.313,2.687-6,6-6s6,2.687,6,6C18,15.316,15.313,18.003,12,18.003z"/>
+ <circle fill="#000000" cx="12" cy="12.003" r="3"/>
+ </g>
+</g>
+</svg>
diff --git a/port-files/FreeBSD/x11/lumina-core/pkg-plist b/port-files/FreeBSD/x11/lumina-core/pkg-plist index 91380e14..174f3c92 100644 --- a/port-files/FreeBSD/x11/lumina-core/pkg-plist +++ b/port-files/FreeBSD/x11/lumina-core/pkg-plist @@ -300,6 +300,7 @@ share/icons/material-design-dark/scalable/actions/object-rotate-right.svg share/icons/material-design-dark/scalable/actions/process-stop.svg share/icons/material-design-dark/scalable/actions/quickopen-file.svg share/icons/material-design-dark/scalable/actions/quickopen.svg +share/icons/material-design-dark/scalable/actions/screencast.svg share/icons/material-design-dark/scalable/actions/source-branch.svg share/icons/material-design-dark/scalable/actions/source-commit-end-local.svg share/icons/material-design-dark/scalable/actions/source-commit-end.svg @@ -1113,6 +1114,7 @@ share/icons/material-design-light/scalable/actions/object-rotate-right.svg share/icons/material-design-light/scalable/actions/process-stop.svg share/icons/material-design-light/scalable/actions/quickopen-file.svg share/icons/material-design-light/scalable/actions/quickopen.svg +share/icons/material-design-light/scalable/actions/screencast.svg share/icons/material-design-light/scalable/actions/source-branch.svg share/icons/material-design-light/scalable/actions/source-commit-end-local.svg share/icons/material-design-light/scalable/actions/source-commit-end.svg |