SVG icon set
git clone https://git.lucas.co/cce-icons.git
Add memory: a memory stick glyph
Broad body over a row of edge-connector pins with the key notch, solid
so the status bar can ghost a readout on it.
Co-Authored-By: Claude Fable 5.1 <[email protected]>
svg/memory.svg | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/svg/memory.svg b/svg/memory.svg
new file mode 100644
index 0000000..b583acc
--- /dev/null
+++ b/svg/memory.svg
@@ -0,0 +1,16 @@
+<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
+ <!-- Stylized memory stick: a broad body over a row of edge-connector pins,
+ with the key notch splitting the row. Solid, so the status bar can
+ ghost it under a superimposed readout. -->
+ <g fill="#ffffff">
+ <rect x="3" y="9" width="34" height="19" rx="2.5" />
+ <!-- pins, notch between the fourth and fifth -->
+ <rect x="5" y="28" width="3" height="4" />
+ <rect x="9" y="28" width="3" height="4" />
+ <rect x="13" y="28" width="3" height="4" />
+ <rect x="17" y="28" width="3" height="4" />
+ <rect x="23" y="28" width="3" height="4" />
+ <rect x="27" y="28" width="3" height="4" />
+ <rect x="31" y="28" width="3" height="4" />
+ </g>
+</svg>