theseus/bundled-addons/docx-editor/icon.svg
Local Dev 0da15818ad feat(docx-editor): the blue DOC badge, kept as the generated source
Picks the mark from 95c93f9 over the one I drew: at the 16–18px the dock
actually renders, a solid fill reads and an outlined page does not, and
pairing with pdf-editor's red badge makes the two editors obviously a set.

It moves into icon.svg rather than living only as a data URL in the
manifest, so make-icons.mjs keeps deriving the PNGs and addon.json's copy
from one drawing. Same picture as before, one source instead of three
places to forget.
2026-09-22 00:10:56 +02:00

18 lines
1,017 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<!--
Silent Mode's mark for the Word editor: a blue document badge, paired
with pdf-editor's red one so the two editors read as a set in the dock.
Originally drawn in commit 95c93f9 alongside the PDF badge; kept here as
the single source that addon-build/docx-editor/make-icons.mjs rasterises
to the PNGs and writes into addon.json.
Deliberately not Microsoft's Word icon. Their mark is a blue sheet
carrying a white "W", and dressing our extension up as theirs would be
both a legal problem and a dishonest one. A folded-corner page is the
universal document glyph, and "DOC" is the file format, not anyone's
trademark.
-->
<path d="M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z" fill="#2563eb"/>
<path d="M14 2v6h6z" fill="#1e40af"/>
<text x="12" y="17" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="5.5" font-weight="800" fill="#fff">DOC</text>
</svg>