diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/carbon_icons/chevron--down.svg | 10 | ||||
-rw-r--r-- | assets/carbon_icons/chevron--up.svg | 10 | ||||
-rw-r--r-- | assets/carbon_icons/corner.svg | 9 | ||||
-rw-r--r-- | assets/carbon_icons/stop.svg | 1 | ||||
-rw-r--r-- | assets/res.qrc | 4 |
5 files changed, 34 insertions, 0 deletions
diff --git a/assets/carbon_icons/chevron--down.svg b/assets/carbon_icons/chevron--down.svg new file mode 100644 index 0000000..eaedea9 --- /dev/null +++ b/assets/carbon_icons/chevron--down.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:none;} +</style> +<polygon points="16,22 6,12 7.4,10.6 16,19.2 24.6,10.6 26,12 " fill="white"/> +<rect id="_x3C_Transparent_Rectangle_x3E_" class="st0" width="32" height="32"/> +</svg> diff --git a/assets/carbon_icons/chevron--up.svg b/assets/carbon_icons/chevron--up.svg new file mode 100644 index 0000000..90d9470 --- /dev/null +++ b/assets/carbon_icons/chevron--up.svg @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:none;} +</style> +<polygon points="16,10 26,20 24.6,21.4 16,12.8 7.4,21.4 6,20 " fill="white"/> +<rect id="_x3C_Transparent_Rectangle_x3E_" class="st0" width="32" height="32"/> +</svg> diff --git a/assets/carbon_icons/corner.svg b/assets/carbon_icons/corner.svg new file mode 100644 index 0000000..0dc6056 --- /dev/null +++ b/assets/carbon_icons/corner.svg @@ -0,0 +1,9 @@ +<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <defs> + <style>.cls-1{fill:none;}</style> + </defs> + <title>corner</title> + <path d="M28,9H14V6H6v8H9V28h2V14h3V11H28Z" transform="rotate(180, 16, 16)" fill="white"/> + <rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/> +</svg> + diff --git a/assets/carbon_icons/stop.svg b/assets/carbon_icons/stop.svg new file mode 100644 index 0000000..f252f90 --- /dev/null +++ b/assets/carbon_icons/stop.svg @@ -0,0 +1 @@ +<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>stop</title><path d="M24,8V24H8V8H24m0-2H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z" fill="white"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg> diff --git a/assets/res.qrc b/assets/res.qrc index 3a04df5..a662c76 100644 --- a/assets/res.qrc +++ b/assets/res.qrc @@ -1,5 +1,9 @@ <RCC> <qresource prefix="Carbon_Icons"> + <file>carbon_icons/stop.svg</file> + <file>carbon_icons/chevron--down.svg</file> + <file>carbon_icons/chevron--up.svg</file> + <file>carbon_icons/corner.svg</file> <file>carbon_icons/connection-signal.svg</file> <file>carbon_icons/connection-signal--off.svg</file> <file>carbon_icons/x-axis.svg</file> |