SVG icon set
git clone https://git.lucas.co/cce-icons.git
Add app icons for cce-mail and cce-browser
Every desktop entry now resolves an icon: cce-mail links the existing
mail glyph; cce-browser gets a new globe glyph (solid circle at the
family radius, meridian + equator in the dark crease treatment).
Verified in the launcher gutter via cce-shadow + cce-cloud --apps.
Co-Authored-By: Claude Fable 5 <[email protected]>
hicolor/scalable/apps/cce-browser.svg | 1 +
hicolor/scalable/apps/cce-mail.svg | 1 +
svg/globe.svg | 12 ++++++++++++
3 files changed, 14 insertions(+)
diff --git a/hicolor/scalable/apps/cce-browser.svg b/hicolor/scalable/apps/cce-browser.svg
new file mode 120000
index 0000000..6eca842
--- /dev/null
+++ b/hicolor/scalable/apps/cce-browser.svg
@@ -0,0 +1 @@
+../../../svg/globe.svg
\ No newline at end of file
diff --git a/hicolor/scalable/apps/cce-mail.svg b/hicolor/scalable/apps/cce-mail.svg
new file mode 120000
index 0000000..3ee56b3
--- /dev/null
+++ b/hicolor/scalable/apps/cce-mail.svg
@@ -0,0 +1 @@
+../../../svg/mail.svg
\ No newline at end of file
diff --git a/svg/globe.svg b/svg/globe.svg
new file mode 100644
index 0000000..616ff55
--- /dev/null
+++ b/svg/globe.svg
@@ -0,0 +1,12 @@
+<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
+ <!-- Globe: solid circle at the solid-glyph family radius (circle.svg's
+ r=15) with meridian + equator in the dark crease treatment
+ (mail.svg's flap). Accents are inset so their strokes stay inside
+ the disc. -->
+ <circle cx="20" cy="20" r="15" fill="#f1fa8c" />
+ <g fill="none" stroke="#282a36" stroke-width="3" stroke-linecap="round"
+ opacity="0.35">
+ <ellipse cx="20" cy="20" rx="6.75" ry="13" />
+ <path d="M7 20 L33 20" />
+ </g>
+</svg>