magneto365.ui 2.75.2 → 2.75.4
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/assets/3902798854486529.svg +17 -0
- package/dist/assets/8540be01bc6bd408.svg +19 -0
- package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +9 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/constants/icons.constants.d.ts +2 -0
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +9 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/constants/icons.constants.d.ts +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="#000" stroke-width="2">
|
|
2
|
+
<rect x="4" y="8" width="56" height="40" rx="4" fill="none"/>
|
|
3
|
+
|
|
4
|
+
<circle cx="10" cy="14" r="2"/>
|
|
5
|
+
<circle cx="18" cy="14" r="2"/>
|
|
6
|
+
<circle cx="26" cy="14" r="2"/>
|
|
7
|
+
|
|
8
|
+
<rect x="14" y="24" width="16" height="12" rx="2"/>
|
|
9
|
+
<text x="22" y="33" font-size="8" text-anchor="middle" font-family="Arial" fill="black">AD</text>
|
|
10
|
+
|
|
11
|
+
<line x1="34" y1="26" x2="50" y2="26" stroke-linecap="round"/>
|
|
12
|
+
<line x1="34" y1="30" x2="50" y2="30" stroke-linecap="round"/>
|
|
13
|
+
<line x1="34" y1="34" x2="44" y2="34" stroke-linecap="round"/>
|
|
14
|
+
|
|
15
|
+
<line x1="14" y1="42" x2="30" y2="42" stroke-linecap="round"/>
|
|
16
|
+
<circle cx="22" cy="42" r="2.5" fill="black"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
|
|
3
|
+
<rect x="4" y="8" width="56" height="40" rx="4" fill="#66C1EA"/>
|
|
4
|
+
|
|
5
|
+
<circle cx="10" cy="14" r="2" fill="white"/>
|
|
6
|
+
<circle cx="18" cy="14" r="2" fill="white"/>
|
|
7
|
+
<circle cx="26" cy="14" r="2" fill="white"/>
|
|
8
|
+
|
|
9
|
+
<rect x="14" y="24" width="16" height="12" rx="2" fill="white"/>
|
|
10
|
+
<text x="22" y="33" font-size="8" text-anchor="middle" font-family="Arial" fill="#66C1EA" font-weight="bold">AD</text>
|
|
11
|
+
|
|
12
|
+
<line x1="34" y1="26" x2="50" y2="26" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
|
13
|
+
<line x1="34" y1="30" x2="50" y2="30" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
|
14
|
+
<line x1="34" y1="34" x2="44" y2="34" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<line x1="14" y1="42" x2="30" y2="42" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
|
18
|
+
<circle cx="22" cy="42" r="2.5" fill="white"/>
|
|
19
|
+
</svg>
|