diff options
author | Darin <newhoa@protonmail.com> | 2022-02-13 07:40:55 -0500 |
---|---|---|
committer | Simon Steinbeiß <simon.steinbeiss@elfenbeinturm.at> | 2022-03-19 23:36:17 +0100 |
commit | ff38b99aeb008421ce21702581fcd7d2cb863d21 (patch) | |
tree | 6eb1be8ad612929c4ccf439354566a1dd8e40f6e /elementary-xfce/actions/symbolic/format-text-bold-symbolic.svg | |
parent | 8b1d52e28ba8da8870a77c3f358c71d12d576941 (diff) | |
download | elementary-xfce-ff38b99aeb008421ce21702581fcd7d2cb863d21.tar.gz |
Updates to actions icons
Fixes issue where menu, settings, and properties
icons were all linked to the same icon
(and icon was not same at all sizes).
Now uses unique icons for:
- Open Menu (hamburger style)
- System/App Settings (gear icon)
- Document Properties (document with wrench)
Added crosshair icon for capturing windows in xfce4-taskmanager
Added/Updated icons from upstream.
Additions included many formatting icons (used by Inkscape for example)
Updated icons include stop, help, info for newer color gradients and
list add and remove for newer style (thinner, flatter color gradient).
Fixes #222
Diffstat (limited to 'elementary-xfce/actions/symbolic/format-text-bold-symbolic.svg')
-rw-r--r-- | elementary-xfce/actions/symbolic/format-text-bold-symbolic.svg | 37 |
1 files changed, 5 insertions, 32 deletions
diff --git a/elementary-xfce/actions/symbolic/format-text-bold-symbolic.svg b/elementary-xfce/actions/symbolic/format-text-bold-symbolic.svg index daae4b4c..b409e108 100644 --- a/elementary-xfce/actions/symbolic/format-text-bold-symbolic.svg +++ b/elementary-xfce/actions/symbolic/format-text-bold-symbolic.svg @@ -1,33 +1,6 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - height="16" - width="16" - id="svg2" - version="1.1"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <g - transform="translate(-593 -137)" - id="g4"> - <path - d="M596 139v12h6c2.689 0 3-2 3-3.5.01-.339-.045-1.783-1.43-2.5 1.429-.452 1.44-2.161 1.43-2.5 0-1.5-1-3.5-3-3.5h-3zm3 2h1c1.918-.027 2 1 2 1.5s-.082 1.527-2 1.5h-1zm0 5h1c1.918-.027 2 1 2 1.5s-.082 1.527-2 1.5h-1z" - fill="#666" - id="path6" /> - </g> +<svg height='16' width='16' xmlns='http://www.w3.org/2000/svg'> + <g transform='translate(-593 -137)'> + <path d='M596 139v12h6c2.689 0 3-2 3-3.5.01-.339-.045-1.783-1.43-2.5 1.429-.452 1.44-2.161 1.43-2.5 0-1.5-1-3.5-3-3.5h-3zm3 2h1c1.918-.027 2 1 2 1.5s-.082 1.527-2 1.5h-1zm0 5h1c1.918-.027 2 1 2 1.5s-.082 1.527-2 1.5h-1z' fill='#666'/> + + </g> </svg> |