@dealdesk/ui 2026.528.0 → 2026.528.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/favicon-16x16.png +0 -0
- package/dist/favicon-32x32.png +0 -0
- package/dist/favicon.ico +0 -0
- package/dist/favicon.svg +12 -9
- package/package.json +1 -1
package/dist/favicon-16x16.png
CHANGED
|
Binary file
|
package/dist/favicon-32x32.png
CHANGED
|
Binary file
|
package/dist/favicon.ico
CHANGED
|
Binary file
|
package/dist/favicon.svg
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
<rect
|
|
9
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
2
|
+
<!-- Dark rounded square background, matching apple-touch-icon -->
|
|
3
|
+
<rect width="24" height="24" rx="4" fill="#18181b"/>
|
|
4
|
+
<!-- Handle (stroked U-shape on top of the body) -->
|
|
5
|
+
<path fill="none" stroke="#e4e4e7" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"
|
|
6
|
+
d="M9 7 V5 a1.5 1.5 0 0 1 1.5 -1.5 h3 a1.5 1.5 0 0 1 1.5 1.5 V7"/>
|
|
7
|
+
<!-- Body -->
|
|
8
|
+
<rect x="3.5" y="7" width="17" height="13" rx="1.75" fill="#e4e4e7"/>
|
|
9
|
+
<!-- Lid divider -->
|
|
10
|
+
<rect x="3.5" y="12.5" width="17" height="0.75" fill="#18181b"/>
|
|
11
|
+
<!-- Center clasp -->
|
|
12
|
+
<rect x="10.75" y="11.25" width="2.5" height="3" rx="0.4" fill="#18181b"/>
|
|
10
13
|
</svg>
|