mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-07-18 23:05:20 +00:00
- MainLogo.vue: new 'receipt + check' mark + InvoiceShelf wordmark lockup (monochrome, inherits the existing light/dark colour props — works in the header, auth, installation, sidebar, loader, and customer portal). - Favicons + PWA icons regenerated from the new mark (16/32/180/192/512/150 + favicon.ico); safari-pinned-tab.svg redrawn to the new mark; mask-icon colour #5851d8 -> #4a3dff. - New brand SVG assets (logo-mark + variants + lockup) added under static/img; logo-gray.png (public-invoice footer) regenerated as the mono mark.
10 lines
886 B
XML
10 lines
886 B
XML
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="1" y="1" width="46" height="46" rx="9" fill="#4A3DFF"></rect>
|
|
<g transform="translate(22.5 24) scale(0.78) translate(-24 -24)">
|
|
<path d="M12,11 a4,4 0 0 1 4,-4 h16 a4,4 0 0 1 4,4 v22 l-2,4 l-2,-4 l-2,4 l-2,-4 l-2,4 l-2,-4 l-2,4 l-2,-4 l-2,4 l-2,-4 l-2,4 l-2,-4 Z" fill="none" stroke="#fff" stroke-width="2.9" stroke-linejoin="round"></path>
|
|
<line x1="17" y1="16" x2="31" y2="16" stroke="#fff" stroke-width="2.9" stroke-linecap="round"></line>
|
|
<line x1="17" y1="21.5" x2="26" y2="21.5" stroke="#fff" stroke-width="2.9" stroke-linecap="round"></line>
|
|
<circle cx="33" cy="33" r="9" fill="#fff"></circle>
|
|
<path d="M29.2 33.2 l2.6 2.7 l4.6 -5.6" fill="none" stroke="#4A3DFF" stroke-width="2.9" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
</g>
|
|
</svg> |