@asd20/ui 3.2.995 → 3.2.997
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/package.json +1 -1
- package/src/components/atoms/Asd20Icon/index.stories.js +3 -0
- package/src/components/atoms/icons/Asd20AccessibilitySvg.vue +35 -8
- package/src/components/atoms/icons/Asd20AlertSvg.vue +31 -1
- package/src/components/atoms/icons/Asd20ArtsSvg.vue +38 -21
- package/src/components/atoms/icons/Asd20AthleticsSvg.vue +42 -1
- package/src/components/atoms/icons/Asd20AwardSvg.vue +31 -1
- package/src/components/atoms/icons/Asd20BellSvg.vue +32 -1
- package/src/components/atoms/icons/Asd20BusSvg.vue +45 -1
- package/src/components/atoms/icons/Asd20CalendarAltSvg.vue +40 -1
- package/src/components/atoms/icons/Asd20CalendarSvg.vue +38 -1
- package/src/components/atoms/icons/Asd20CommitteeSvg.vue +55 -1
- package/src/components/atoms/icons/Asd20ContactSvg.vue +27 -0
- package/src/components/atoms/icons/Asd20CoraSvg.vue +90 -1
- package/src/components/atoms/icons/Asd20DirectionsSvg.vue +37 -1
- package/src/components/atoms/icons/Asd20DirectorySvg.vue +46 -2
- package/src/components/atoms/icons/Asd20EmailSvg.vue +13 -1
- package/src/components/atoms/icons/Asd20ExternalSvg.vue +14 -1
- package/src/components/atoms/icons/Asd20FileSvg.vue +11 -2
- package/src/components/atoms/icons/Asd20FilesSvg.vue +36 -1
- package/src/components/atoms/icons/Asd20FinanceSvg.vue +44 -1
- package/src/components/atoms/icons/Asd20FoodSvg.vue +17 -1
- package/src/components/atoms/icons/Asd20GallerySvg.vue +55 -1
- package/src/components/atoms/icons/Asd20GroupSvg.vue +39 -1
- package/src/components/atoms/icons/Asd20HoursSvg.vue +31 -1
- package/src/components/atoms/icons/Asd20InfoAltSvg.vue +21 -0
- package/src/components/atoms/icons/Asd20InfoSvg.vue +31 -1
- package/src/components/atoms/icons/Asd20IxSvg.vue +48 -1
- package/src/components/atoms/icons/Asd20JobsSvg.vue +33 -1
- package/src/components/atoms/icons/Asd20LibrarySvg.vue +63 -1
- package/src/components/atoms/icons/Asd20LinkSvg.vue +34 -0
- package/src/components/atoms/icons/Asd20ListSvg.vue +9 -5
- package/src/components/atoms/icons/Asd20LoginSvg.vue +35 -1
- package/src/components/atoms/icons/Asd20PersonalizeSvg.vue +36 -1
- package/src/components/atoms/icons/Asd20PhoneAltSvg.vue +32 -1
- package/src/components/atoms/icons/Asd20PhoneSvg.vue +42 -1
- package/src/components/atoms/icons/Asd20PrinterSvg.vue +109 -1
- package/src/components/atoms/icons/Asd20RegisterSvg.vue +55 -1
- package/src/components/atoms/icons/Asd20SchoolSvg.vue +49 -1
- package/src/components/atoms/icons/Asd20SchoologySvg.vue +15 -1
- package/src/components/atoms/icons/Asd20ShareAltSvg.vue +38 -24
- package/src/components/atoms/icons/Asd20ShareSvg.vue +29 -1
- package/src/components/atoms/icons/Asd20StaffSvg.vue +98 -1
- package/src/components/atoms/icons/Asd20TechnologySvg.vue +41 -23
- package/src/components/atoms/icons/Asd20TranslateSvg.vue +65 -1
- package/src/components/atoms/icons/Asd20TwitterSvg.vue +1 -1
- package/src/components/atoms/icons/Asd20VendorsSvg.vue +35 -1
- package/src/components/atoms/icons/Asd20VideoSvg.vue +37 -1
- package/src/components/atoms/icons/Asd20WeatherSnowSvg.vue +53 -1
- package/src/components/atoms/icons/Asd20WeatherSunSvg.vue +99 -1
- package/src/components/atoms/icons/Asd20WebsiteSvg.vue +37 -1
- package/src/components/molecules/Asd20DepartmentContactCard/index.vue +3 -3
- package/src/components/organisms/Asd20NotificationGroup/index.vue +10 -31
- package/src/components/organisms/Asd20SwiperFeed/index.vue +1 -1
- package/src/components/organisms/Asd20WidgetsSection/index.vue +2 -0
- package/src/design/tokens.css +21 -21
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template>
|
|
1
|
+
<!-- <template>
|
|
2
2
|
<g>
|
|
3
3
|
<path d="M11 6v5h8l2 6H11v9h13V6H11z" class="fill" />
|
|
4
4
|
<path
|
|
@@ -22,4 +22,93 @@
|
|
|
22
22
|
d="M18.53 15.91l-.19-.73h-1.25l-.19.73h-1.14L17 12.05h1.4l1.27 3.86zm-.4-1.58L18 13.7c0-.14-.09-.32-.14-.54s-.09-.38-.11-.48l-.09.44c-.05.21-.15.61-.31 1.21z"
|
|
23
23
|
/>
|
|
24
24
|
</g>
|
|
25
|
+
</template> -->
|
|
26
|
+
|
|
27
|
+
<template>
|
|
28
|
+
<g
|
|
29
|
+
viewBox="0 0 32 40"
|
|
30
|
+
width="128"
|
|
31
|
+
height="160"
|
|
32
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
33
|
+
>
|
|
34
|
+
<!-- 3/4 Circle badge outline -->
|
|
35
|
+
<path
|
|
36
|
+
d="M6 28 a15 15 0 1 1 20 0"
|
|
37
|
+
fill="none"
|
|
38
|
+
class="line"
|
|
39
|
+
stroke="currentColor"
|
|
40
|
+
stroke-width="2.2"
|
|
41
|
+
stroke-linecap="round"
|
|
42
|
+
/>
|
|
43
|
+
|
|
44
|
+
<!-- Outer "C" shape (outline only) -->
|
|
45
|
+
<g transform="translate(2,1)scale(0.9)">
|
|
46
|
+
<path
|
|
47
|
+
class="line"
|
|
48
|
+
fill="none"
|
|
49
|
+
stroke="currentColor"
|
|
50
|
+
stroke-width="5"
|
|
51
|
+
d="M24,21
|
|
52
|
+
a9,9 0 1 1 0-8
|
|
53
|
+
"
|
|
54
|
+
/>
|
|
55
|
+
<!-- Central circle (mountain sun) -->
|
|
56
|
+
<circle cx="16" cy="17" r="6" class="fill" />
|
|
57
|
+
<!-- Stylized mountain (using line color) -->
|
|
58
|
+
<!-- <path
|
|
59
|
+
class="line"
|
|
60
|
+
fill="currentColor"
|
|
61
|
+
d="M11.5,19 L14,15 L16,18 L18,14 L20.5,19 Z"
|
|
62
|
+
/> -->
|
|
63
|
+
<!-- Mountain highlights (simple white for snow) -->
|
|
64
|
+
<!-- <polyline
|
|
65
|
+
points="12.5,18 14,16 16,17 18,15 19.5,18"
|
|
66
|
+
fill="none"
|
|
67
|
+
stroke="#fff"
|
|
68
|
+
stroke-width="1"
|
|
69
|
+
stroke-linecap="round"
|
|
70
|
+
stroke-linejoin="round"
|
|
71
|
+
/> -->
|
|
72
|
+
</g>
|
|
73
|
+
<g transform="translate(12,10)scale(0.6)">
|
|
74
|
+
<defs>
|
|
75
|
+
<!-- Document lines "cut out" via mask -->
|
|
76
|
+
<mask id="docMask">
|
|
77
|
+
<!-- Fill entire area (white = opaque) -->
|
|
78
|
+
<rect x="8.5" y="8" width="14" height="19" rx="2.2" fill="white" />
|
|
79
|
+
<!-- Lines to be transparent (black = transparent) -->
|
|
80
|
+
<rect x="11" y="12" width="9" height="1.1" rx="0.6" fill="black" />
|
|
81
|
+
<rect x="11" y="14" width="9" height="1.1" rx="0.6" fill="black" />
|
|
82
|
+
<rect x="11" y="16" width="9" height="1.1" rx="0.6" fill="black" />
|
|
83
|
+
<rect x="11" y="19" width="7" height="1.1" rx="0.6" fill="black" />
|
|
84
|
+
</mask>
|
|
85
|
+
</defs>
|
|
86
|
+
|
|
87
|
+
<!-- Document, using the mask so lines are "see through" -->
|
|
88
|
+
<rect
|
|
89
|
+
x="8.5"
|
|
90
|
+
y="8"
|
|
91
|
+
width="14"
|
|
92
|
+
height="19"
|
|
93
|
+
rx="2.2"
|
|
94
|
+
class="line"
|
|
95
|
+
fill="white"
|
|
96
|
+
stroke="currentColor"
|
|
97
|
+
stroke-width="1"
|
|
98
|
+
/>
|
|
99
|
+
<rect x="11" y="12" width="9" height="1" rx="0.6" class="line" stroke="currentColor" stroke-width="0.5"/>
|
|
100
|
+
<rect x="11" y="14" width="9" height="1" rx="0.6" class="line" stroke="currentColor" stroke-width="0.5"/>
|
|
101
|
+
<rect x="11" y="16" width="9" height="1" rx="0.6" class="line" stroke="currentColor" stroke-width="0.5"/>
|
|
102
|
+
<rect x="11" y="18" width="9" height="1" rx="0.6" class="line" stroke="currentColor" stroke-width="0.5"/>
|
|
103
|
+
<!-- Pencil/Check/edit mark (line color) -->
|
|
104
|
+
<path
|
|
105
|
+
d="M23.5 21.5 17.7 27.3C17.3 27.7 16.7 28 16.1 28.1L12.9 28.7 13.5 25.6C13.6 25 13.9 24.4 14.3 24L20.1 18.2M23.5 21.5 25 20C25.4 19.6 25.4 18.9 25 18.5L24 17.5C23.076 16.548 22.378 16.077 21.663 16.84L20.111 18.193M23.5 21.5 20.1 18.2"
|
|
106
|
+
class="fill"
|
|
107
|
+
stroke="currentColor"
|
|
108
|
+
stroke-width="1"
|
|
109
|
+
stroke-linecap="round"
|
|
110
|
+
stroke-linejoin="round"
|
|
111
|
+
/>
|
|
112
|
+
</g>
|
|
113
|
+
</g>
|
|
25
114
|
</template>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template>
|
|
1
|
+
<!-- <template>
|
|
2
2
|
<g>
|
|
3
3
|
<path
|
|
4
4
|
class="fill"
|
|
@@ -12,4 +12,40 @@
|
|
|
12
12
|
/>
|
|
13
13
|
</g>
|
|
14
14
|
</g>
|
|
15
|
+
</template> -->
|
|
16
|
+
|
|
17
|
+
<template>
|
|
18
|
+
<g
|
|
19
|
+
viewBox="0 0 32 40"
|
|
20
|
+
width="128"
|
|
21
|
+
height="160"
|
|
22
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
23
|
+
>
|
|
24
|
+
<!-- 3/4 Circle badge outline (open at bottom) -->
|
|
25
|
+
<path
|
|
26
|
+
d="M6 28 a15 15 0 1 1 20 0"
|
|
27
|
+
fill="none"
|
|
28
|
+
class="line"
|
|
29
|
+
stroke="currentColor"
|
|
30
|
+
stroke-width="2"
|
|
31
|
+
stroke-linecap="round"
|
|
32
|
+
/>
|
|
33
|
+
<!-- Scaled and centered group for directions icon -->
|
|
34
|
+
<g transform="translate(2,4) scale(0.86)">
|
|
35
|
+
<path
|
|
36
|
+
class="line"
|
|
37
|
+
stroke="currentColor"
|
|
38
|
+
stroke-width="1"
|
|
39
|
+
d="M7 12h3v2H7zM15 7h7v3h-7zM21.62 15a4.3 4.3 0 0 0-4.39 4.19c0 1.76 1 3 2.89 5.31.46.56 1 1.17 1.5 1.86.53-.69 1-1.3 1.49-1.86C25 22.21 26 21 26 19.19A4.3 4.3 0 0 0 21.62 15zm0 6.54a2.16 2.16 0 1 1 2.15-2.16 2.16 2.16 0 0 1-2.15 2.16z"
|
|
40
|
+
/>
|
|
41
|
+
<g>
|
|
42
|
+
<path
|
|
43
|
+
class="line"
|
|
44
|
+
fill="currentColor"
|
|
45
|
+
d="M26 8.5L22.29 5H14V4h-3v6H6.29L4 13l2.29 3H11v12h3V12h8.29zM11 15H6.78l-1.52-2 1.52-2H11zm2 12h-1V5h1zm1-16V6h7.89l2.65 2.5-2.65 2.5zm7.62 3a5.29 5.29 0 0 0-5.39 5.19c0 2.86 2.15 4.5 5.39 8.81 3.23-4.31 5.38-5.95 5.38-8.81A5.29 5.29 0 0 0 21.62 14zm0 12.36c-.54-.69-1-1.3-1.5-1.86-1.86-2.29-2.89-3.55-2.89-5.31a4.39 4.39 0 0 1 8.77 0c0 1.76-1 3-2.89 5.31-.46.56-.96 1.17-1.49 1.86zm0-9.13a2.16 2.16 0 1 0 2.15 2.15 2.16 2.16 0 0 0-2.15-2.15zm0 3.31a1.16 1.16 0 1 1 1.15-1.16 1.16 1.16 0 0 1-1.15 1.16z"
|
|
46
|
+
/>
|
|
47
|
+
</g>
|
|
48
|
+
</g>
|
|
49
|
+
</g>
|
|
15
50
|
</template>
|
|
51
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template>
|
|
1
|
+
<!-- <template>
|
|
2
2
|
<g>
|
|
3
3
|
<path
|
|
4
4
|
class="fill"
|
|
@@ -45,4 +45,48 @@
|
|
|
45
45
|
d="M12.5,12.12a1,1,0,1,1-1,1,1,1,0,0,1,1-1m0-1a2,2,0,1,0,2,2,2,2,0,0,0-2-2Z"
|
|
46
46
|
/>
|
|
47
47
|
</g>
|
|
48
|
-
</template>
|
|
48
|
+
</template> -->
|
|
49
|
+
|
|
50
|
+
<template>
|
|
51
|
+
<g
|
|
52
|
+
viewBox="0 0 32 40"
|
|
53
|
+
width="128"
|
|
54
|
+
height="160"
|
|
55
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
56
|
+
>
|
|
57
|
+
<defs>
|
|
58
|
+
<!-- Document lines "cut out" via mask -->
|
|
59
|
+
<mask id="docMask">
|
|
60
|
+
<!-- Fill entire area (white = opaque) -->
|
|
61
|
+
<rect x="8.5" y="8" width="14" height="19" rx="2.2" fill="white"/>
|
|
62
|
+
<!-- Lines to be transparent (black = transparent) -->
|
|
63
|
+
<rect x="11" y="12" width="9" height="1.1" rx="0.6" fill="black"/>
|
|
64
|
+
<rect x="11" y="14" width="9" height="1.1" rx="0.6" fill="black"/>
|
|
65
|
+
<rect x="11" y="16" width="9" height="1.1" rx="0.6" fill="black"/>
|
|
66
|
+
<rect x="11" y="19" width="7" height="1.1" rx="0.6" fill="black"/>
|
|
67
|
+
</mask>
|
|
68
|
+
</defs>
|
|
69
|
+
|
|
70
|
+
<!-- 3/4 Circle outline (open at bottom) -->
|
|
71
|
+
<path
|
|
72
|
+
d="M6 28 a15 15 0 1 1 20 0"
|
|
73
|
+
fill="none"
|
|
74
|
+
class="line"
|
|
75
|
+
stroke="currentColor"
|
|
76
|
+
stroke-width="2"
|
|
77
|
+
stroke-linecap="round"
|
|
78
|
+
/>
|
|
79
|
+
<!-- Document, using the mask so lines are "see through" -->
|
|
80
|
+
<rect
|
|
81
|
+
x="8.5" y="8" width="14" height="19" rx="2.2"
|
|
82
|
+
class="line"
|
|
83
|
+
fill="currentColor"
|
|
84
|
+
mask="url(#docMask)"
|
|
85
|
+
/>
|
|
86
|
+
<!-- Person (body and head, clearly defined) -->
|
|
87
|
+
<!-- Head -->
|
|
88
|
+
<circle cx="23.7" cy="16" r="2.3" class="fill"/>
|
|
89
|
+
<!-- Body -->
|
|
90
|
+
<rect x="20.3" y="18.3" width="6.8" height="7.4" rx="1.3" class="fill"/>
|
|
91
|
+
</g>
|
|
92
|
+
</template>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template>
|
|
1
|
+
<!-- <template>
|
|
2
2
|
<g>
|
|
3
3
|
<path
|
|
4
4
|
class="line"
|
|
@@ -6,4 +6,16 @@
|
|
|
6
6
|
d="M5 7v18h22V7zm18.59 2L16 16.59 8.41 9zM7 23V10.41l9 9 9-9V23z"
|
|
7
7
|
/>
|
|
8
8
|
</g>
|
|
9
|
+
</template> -->
|
|
10
|
+
|
|
11
|
+
<template>
|
|
12
|
+
<g>
|
|
13
|
+
<rect x="5" y="8" width="18" height="14" rx="2" class="line" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"></rect>
|
|
14
|
+
|
|
15
|
+
<path
|
|
16
|
+
class="line"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
d="M6 10 12.2 14.65C13.2667 15.45 14.7333 15.45 15.8 14.65L22 10"
|
|
19
|
+
/>
|
|
20
|
+
</g>
|
|
9
21
|
</template>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template>
|
|
1
|
+
<!-- <template>
|
|
2
2
|
<g>
|
|
3
3
|
<path
|
|
4
4
|
class="line"
|
|
@@ -11,4 +11,17 @@
|
|
|
11
11
|
d="M19 5v2h4.59l-9.8 9.79 1.42 1.42L25 8.41V13h2V5h-8z"
|
|
12
12
|
/>
|
|
13
13
|
</g>
|
|
14
|
+
</template> -->
|
|
15
|
+
|
|
16
|
+
<template>
|
|
17
|
+
<g>
|
|
18
|
+
<path
|
|
19
|
+
class="line"
|
|
20
|
+
fill="none"
|
|
21
|
+
stroke="currentColor"
|
|
22
|
+
stroke-width="2"
|
|
23
|
+
stroke-linecap="round"
|
|
24
|
+
d="M14.0002 11H12.2002C11.0801 11 10.5196 11 10.0918 11.218 9.7155 11.4097 9.4097 11.7155 9.218 12.0918 9 12.5196 9 13.0801 9 14.2002V21.8002C9 22.9203 9 23.4801 9.218 23.9079 9.4097 24.2842 9.7155 24.5905 10.0918 24.7822 10.5192 25 11.079 25 12.1969 25H19.8031C20.921 25 21.48 25 21.9074 24.7822 22.2837 24.5905 22.5905 24.2839 22.7822 23.9076 23 23.4802 23 22.921 23 21.8031V20M24 15V10M24 10H19M24 10 17 17"
|
|
25
|
+
/>
|
|
26
|
+
</g>
|
|
14
27
|
</template>
|
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<g>
|
|
3
|
-
|
|
3
|
+
<!-- Back file (line color, outlined) -->
|
|
4
|
+
<rect
|
|
5
|
+
class="line"
|
|
6
|
+
x="12" y="8" width="12" height="15" rx="1.5"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="1.3"
|
|
10
|
+
/>
|
|
11
|
+
<!-- Front file (fill color) -->
|
|
12
|
+
<rect
|
|
4
13
|
class="line"
|
|
5
14
|
fill="currentColor"
|
|
6
|
-
|
|
15
|
+
x="9" y="11" width="12" height="15" rx="1.5"
|
|
7
16
|
/>
|
|
8
17
|
</g>
|
|
9
18
|
</template>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template>
|
|
1
|
+
<!-- <template>
|
|
2
2
|
<g>
|
|
3
3
|
<path class="fill" d="M25 6H12v19h13V6z" />
|
|
4
4
|
<path
|
|
@@ -17,4 +17,39 @@
|
|
|
17
17
|
d="M23 4H10v23h17V8zm3 22H11V5h12v3h3z"
|
|
18
18
|
/>
|
|
19
19
|
</g>
|
|
20
|
+
</template> -->
|
|
21
|
+
|
|
22
|
+
<template>
|
|
23
|
+
<g
|
|
24
|
+
viewBox="0 0 32 40"
|
|
25
|
+
width="128"
|
|
26
|
+
height="160"
|
|
27
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
28
|
+
>
|
|
29
|
+
<!-- 3/4 Circle outline (open at bottom) -->
|
|
30
|
+
<path
|
|
31
|
+
d="M6 28 a15 15 0 1 1 20 0"
|
|
32
|
+
fill="none"
|
|
33
|
+
class="line"
|
|
34
|
+
stroke="currentColor"
|
|
35
|
+
stroke-width="2"
|
|
36
|
+
stroke-linecap="round"
|
|
37
|
+
/>
|
|
38
|
+
|
|
39
|
+
<!-- Back file (line color, outlined) -->
|
|
40
|
+
<rect
|
|
41
|
+
class="line"
|
|
42
|
+
x="13" y="8" width="10" height="13" rx="1.5"
|
|
43
|
+
fill="none"
|
|
44
|
+
stroke="currentColor"
|
|
45
|
+
stroke-width="1.3"
|
|
46
|
+
/>
|
|
47
|
+
<!-- Front file (fill color) -->
|
|
48
|
+
<rect
|
|
49
|
+
class="fill"
|
|
50
|
+
stroke="currentColor"
|
|
51
|
+
stroke-width="2"
|
|
52
|
+
x="10" y="11" width="10" height="13" rx="1.5"
|
|
53
|
+
/>
|
|
54
|
+
</g>
|
|
20
55
|
</template>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template>
|
|
1
|
+
<!-- <template>
|
|
2
2
|
<g>
|
|
3
3
|
<path class="fill" d="M9 6v6h13V6zm0 20h13v-2H9z" /><path
|
|
4
4
|
class="line"
|
|
@@ -6,4 +6,47 @@
|
|
|
6
6
|
d="M27.61 10.5A1.49 1.49 0 0 0 26.5 8h-3a1.49 1.49 0 0 0-1.11 2.5 1.49 1.49 0 0 0-.39 1 1.39 1.39 0 0 0 .1.5H8V5h15v2h1V4H7v8H4v10h1v2h12.09a1.51 1.51 0 0 0 1.41 1h3a1.49 1.49 0 0 0 1-.39 1.49 1.49 0 0 0 1 .39h3a1.49 1.49 0 0 0 1.11-2.5 1.48 1.48 0 0 0 0-2 1.48 1.48 0 0 0 0-2 1.48 1.48 0 0 0 0-2 1.48 1.48 0 0 0 0-2 1.48 1.48 0 0 0 0-2 1.48 1.48 0 0 0 0-2zM17.1 23H6v-1h11.1a1.32 1.32 0 0 0 .29.5 1.32 1.32 0 0 0-.29.5zm4.4 1h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0-2h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0-2h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0-2h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm.66-1.84a1.46 1.46 0 0 0-.66-.16h-3a1.49 1.49 0 0 0-1.11 2.5 1.48 1.48 0 0 0 0 2 1.32 1.32 0 0 0-.29.5H5v-8h17.1a1.39 1.39 0 0 0-.1.5 1.49 1.49 0 0 0 .39 1 1.49 1.49 0 0 0-.39 1 1.46 1.46 0 0 0 .16.66zM26.5 24h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0-2h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0-2h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0-2h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0-2h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0-2h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0-2h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm0-2h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm-12 4h-1v.7h-1v2.8h2v.8h-1v-.1h-1v1.1h1v.7h1v-.7h1v-2.8h-2v-.8h1v.1h1v-1.1h-1zM23 27H8v-2H7v3h17v-2h-1zM20 7H10v1h10zm-10 3h9V9h-9z"
|
|
7
7
|
/>
|
|
8
8
|
</g>
|
|
9
|
+
</template> -->
|
|
10
|
+
|
|
11
|
+
<template>
|
|
12
|
+
<g
|
|
13
|
+
viewBox="0 0 32 40"
|
|
14
|
+
width="128"
|
|
15
|
+
height="160"
|
|
16
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
+
>
|
|
18
|
+
<!-- 3/4 Circle badge outline -->
|
|
19
|
+
<path
|
|
20
|
+
d="M6 28 a15 15 0 1 1 20 0"
|
|
21
|
+
fill="none"
|
|
22
|
+
class="line"
|
|
23
|
+
stroke="currentColor"
|
|
24
|
+
stroke-width="2"
|
|
25
|
+
stroke-linecap="round"
|
|
26
|
+
/>
|
|
27
|
+
<!-- Calculator body (fill color, rounded) -->
|
|
28
|
+
<rect x="8" y="7" width="16" height="20" rx="3" class="fill"/>
|
|
29
|
+
<!-- Calculator display (line color, rounded) -->
|
|
30
|
+
<rect x="10" y="9" width="12" height="6" rx="1" class="line" fill="currentColor"/>
|
|
31
|
+
<!-- Calculator buttons (line color, rounded) -->
|
|
32
|
+
<rect x="11" y="17" width="2.4" height="2.4" rx="0.7" class="line" fill="currentColor"/>
|
|
33
|
+
<rect x="15" y="17" width="2.4" height="2.4" rx="0.7" class="line" fill="currentColor"/>
|
|
34
|
+
<rect x="19" y="17" width="2.4" height="2.4" rx="0.7" class="line" fill="currentColor"/>
|
|
35
|
+
<rect x="11" y="21" width="2.4" height="2.4" rx="0.7" class="line" fill="currentColor"/>
|
|
36
|
+
<rect x="15" y="21" width="2.4" height="2.4" rx="0.7" class="line" fill="currentColor"/>
|
|
37
|
+
<rect x="19" y="21" width="2.4" height="2.4" rx="0.7" class="line" fill="currentColor"/>
|
|
38
|
+
<!-- Dollar sign ($) in display (line color) -->
|
|
39
|
+
<text
|
|
40
|
+
x="16"
|
|
41
|
+
y="12.5"
|
|
42
|
+
text-anchor="middle"
|
|
43
|
+
alignment-baseline="middle"
|
|
44
|
+
font-size="6"
|
|
45
|
+
font-family="sans-serif"
|
|
46
|
+
font-weight="bold"
|
|
47
|
+
class="fill"
|
|
48
|
+
fill="white"
|
|
49
|
+
style="pointer-events: none;"
|
|
50
|
+
>$</text>
|
|
51
|
+
</g>
|
|
9
52
|
</template>
|
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<g
|
|
2
|
+
<g
|
|
3
|
+
viewBox="0 0 32 40"
|
|
4
|
+
width="128"
|
|
5
|
+
height="160"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
>
|
|
8
|
+
<!-- 3/4 Circle badge outline (open at bottom), unchanged -->
|
|
9
|
+
<path
|
|
10
|
+
d="M6 28 a15 15 0 1 1 20 0"
|
|
11
|
+
fill="none"
|
|
12
|
+
class="line"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
stroke-width="2"
|
|
15
|
+
stroke-linecap="round"
|
|
16
|
+
/>
|
|
3
17
|
<circle class="fill" cx="10.5" cy="19.5" r="2.5" />
|
|
4
18
|
<path
|
|
5
19
|
class="fill"
|
|
@@ -12,6 +26,8 @@
|
|
|
12
26
|
<path
|
|
13
27
|
class="line"
|
|
14
28
|
fill="currentColor"
|
|
29
|
+
stroke="currentColor"
|
|
30
|
+
stroke-width="0.5"
|
|
15
31
|
d="M27,17v-.46H13.86A4.45,4.45,0,0,0,11,15.05V13h6v1.05a4,4,0,0,1,.5-.05,4,4,0,0,1,.5.05V12l-1-2V8H11v2l-1,2v3.05a4.47,4.47,0,0,0-1,.25l-.24-.63L7.81,15l.28.71-.08,0-1.32-.28-.21,1,.59.12A4.44,4.44,0,0,0,7.71,23H5l1,3H26l1-3H21A6,6,0,0,0,27,17ZM11.89,10.45l.11-.21V9h4v1.24l.11.21L16.88,12H11.12ZM7,19.5a3.46,3.46,0,0,1,1.23-2.64l.58.12.11,0a.53.53,0,0,0,.38-.18.5.5,0,0,0,.08-.51l0-.1a3.43,3.43,0,0,1,.65-.16,4,4,0,0,1,.5-.05,4,4,0,0,1,.5.05,3.49,3.49,0,0,1,2.73,2.11l0,.09a3.5,3.5,0,0,1,.17.55,3.26,3.26,0,0,1,.07.7,3.5,3.5,0,0,1-7,0Zm7.68,1.64A6,6,0,0,0,19,23H13.29A4.5,4.5,0,0,0,14.68,21.14ZM25.61,24l-.33,1H6.72l-.33-1ZM21,22H19a5,5,0,0,1-4-2.08c0-.14,0-.28,0-.42a4.43,4.43,0,0,0-.47-2H26A5,5,0,0,1,21,22Z"
|
|
16
32
|
/>
|
|
17
33
|
</g>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template>
|
|
1
|
+
<!-- <template>
|
|
2
2
|
<g>
|
|
3
3
|
<path
|
|
4
4
|
class="line"
|
|
@@ -6,4 +6,58 @@
|
|
|
6
6
|
d="M24,8V5H5V24H8v3H27V8ZM22,22H7V19.71l6-6,5,5,3-3,1,1ZM22,7v8.29l-1-1-3,3-5-5-6,6V7Zm3,18H10V24H24V10h1Z"
|
|
7
7
|
/><circle class="line" fill="currentColor" cx="18" cy="11" r="2" />
|
|
8
8
|
</g>
|
|
9
|
+
</template> -->
|
|
10
|
+
|
|
11
|
+
<template>
|
|
12
|
+
<g>
|
|
13
|
+
<defs>
|
|
14
|
+
<!-- Mask for the back file -->
|
|
15
|
+
<mask id="backMask">
|
|
16
|
+
<!-- White = visible, Black = hidden -->
|
|
17
|
+
<rect x="0" y="0" width="32" height="40" fill="white"/>
|
|
18
|
+
<!-- Hide the area of the front box -->
|
|
19
|
+
<rect x="7" y="12" width="18" height="15" rx="1.5" fill="black"/>
|
|
20
|
+
</mask>
|
|
21
|
+
</defs>
|
|
22
|
+
|
|
23
|
+
<!-- Back file (outline only, masked so overlap is hidden) -->
|
|
24
|
+
<rect
|
|
25
|
+
class="line"
|
|
26
|
+
x="11" y="8" width="18" height="15" rx="1.5"
|
|
27
|
+
fill="none"
|
|
28
|
+
stroke="currentColor"
|
|
29
|
+
stroke-width="1.3"
|
|
30
|
+
mask="url(#backMask)"
|
|
31
|
+
/>
|
|
32
|
+
|
|
33
|
+
<!-- Front file (outline only, no fill) -->
|
|
34
|
+
<rect
|
|
35
|
+
class="line"
|
|
36
|
+
fill="none"
|
|
37
|
+
stroke="currentColor"
|
|
38
|
+
stroke-width="2"
|
|
39
|
+
x="7" y="12" width="18" height="15" rx="1.5"
|
|
40
|
+
/>
|
|
41
|
+
|
|
42
|
+
<!-- Mountain -->
|
|
43
|
+
<path
|
|
44
|
+
class="line"
|
|
45
|
+
fill="none"
|
|
46
|
+
stroke="currentColor"
|
|
47
|
+
stroke-width="1.4"
|
|
48
|
+
stroke-linecap="round"
|
|
49
|
+
stroke-linejoin="round"
|
|
50
|
+
d="M9.5 23 L13 18 L16 21 L18.5 19 L22 23"
|
|
51
|
+
/>
|
|
52
|
+
|
|
53
|
+
<!-- Sun -->
|
|
54
|
+
<circle
|
|
55
|
+
class="line"
|
|
56
|
+
fill="currentColor"
|
|
57
|
+
cx="17"
|
|
58
|
+
cy="16"
|
|
59
|
+
r="1.6"
|
|
60
|
+
/>
|
|
61
|
+
</g>
|
|
9
62
|
</template>
|
|
63
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template>
|
|
1
|
+
<!-- <template>
|
|
2
2
|
<g>
|
|
3
3
|
<path
|
|
4
4
|
class="fill"
|
|
@@ -50,4 +50,42 @@
|
|
|
50
50
|
d="M22,11a4,4,0,0,0-2.24.69A4.05,4.05,0,0,1,20,12.8a3,3,0,0,1,2-.8,3,3,0,0,1,3,3v6H21v1h5V15A4,4,0,0,0,22,11Z"
|
|
51
51
|
/>
|
|
52
52
|
</g>
|
|
53
|
+
</template> -->
|
|
54
|
+
|
|
55
|
+
<template>
|
|
56
|
+
<g
|
|
57
|
+
viewBox="0 0 32 40"
|
|
58
|
+
width="128"
|
|
59
|
+
height="160"
|
|
60
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
61
|
+
>
|
|
62
|
+
<!-- 3/4 Circle outline (open at bottom) -->
|
|
63
|
+
<path
|
|
64
|
+
d="M6 28 a15 15 0 1 1 20 0"
|
|
65
|
+
fill="none"
|
|
66
|
+
class="line"
|
|
67
|
+
stroke="currentColor"
|
|
68
|
+
stroke-width="2"
|
|
69
|
+
stroke-linecap="round"
|
|
70
|
+
/>
|
|
71
|
+
|
|
72
|
+
<!-- Person (body and head, clearly defined) -->
|
|
73
|
+
<!-- Head -->
|
|
74
|
+
<circle cx="9" cy="12" r="2.3" class="fill"/>
|
|
75
|
+
<!-- Body -->
|
|
76
|
+
<rect x="5" y="15" width="8" height="9" rx="1.3" class="fill"/>
|
|
77
|
+
|
|
78
|
+
<!-- Person (body and head, clearly defined) -->
|
|
79
|
+
<!-- Head -->
|
|
80
|
+
<circle cx="21" cy="8" r="2.3" class="fill"/>
|
|
81
|
+
<!-- Body -->
|
|
82
|
+
<rect x="17" y="11" width="8" height="9" rx="1.3" class="fill"/>
|
|
83
|
+
|
|
84
|
+
<!-- Person (body and head, clearly defined) -->
|
|
85
|
+
<!-- Head -->
|
|
86
|
+
<circle cx="16" cy="16" r="2.3" class="fill" fill="currentColor"/>
|
|
87
|
+
<!-- Body -->
|
|
88
|
+
<rect x="12" y="19" width="8" height="9" rx="1.3" class="fill" fill="currentColor"/>
|
|
89
|
+
|
|
90
|
+
</g>
|
|
53
91
|
</template>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template>
|
|
1
|
+
<!-- <template>
|
|
2
2
|
<g>
|
|
3
3
|
<path
|
|
4
4
|
class="fill"
|
|
@@ -15,4 +15,34 @@
|
|
|
15
15
|
d="M17.93 15.5a2 2 0 0 0-1.43-1.43V11h-1v3.07A2 2 0 0 0 14 16a2 2 0 0 0 .28 1L10 21.29l.71.71L15 17.72a2 2 0 0 0 1 .28 2 2 0 0 0 1.93-1.5H23v-1zM16 17a1 1 0 1 1 1-1 1 1 0 0 1-1 1zM15.5 5h1v1h-1zM15.5 26h1v1h-1zM26 15.5h1v1h-1zM5 15.5h1v1H5z"
|
|
16
16
|
/>
|
|
17
17
|
</g>
|
|
18
|
+
</template> -->
|
|
19
|
+
|
|
20
|
+
<template>
|
|
21
|
+
<g
|
|
22
|
+
viewBox="0 0 32 40"
|
|
23
|
+
width="128"
|
|
24
|
+
height="160"
|
|
25
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
26
|
+
>
|
|
27
|
+
<!-- 3/4 Circle badge outline (open at bottom) -->
|
|
28
|
+
<path
|
|
29
|
+
d="M6 28 a15 15 0 1 1 20 0"
|
|
30
|
+
fill="none"
|
|
31
|
+
class="line"
|
|
32
|
+
stroke="currentColor"
|
|
33
|
+
stroke-width="2"
|
|
34
|
+
stroke-linecap="round"
|
|
35
|
+
/>
|
|
36
|
+
|
|
37
|
+
<!-- Clock face (filled circle, centered, a little smaller for arc fit) -->
|
|
38
|
+
<circle cx="16" cy="16" r="9" class="fill" />
|
|
39
|
+
<!-- Clock outline -->
|
|
40
|
+
<circle cx="16" cy="16" r="9" class="line" fill="none" stroke="currentColor" stroke-width="2"/>
|
|
41
|
+
<!-- Clock hands -->
|
|
42
|
+
<rect x="15.3" y="11.2" width="1.4" height="6" rx="0.7" class="line" fill="currentColor"/>
|
|
43
|
+
<rect x="16" y="15.5" width="5" height="1.4" rx="0.7" class="line" fill="currentColor" transform="rotate(45 16 16)"/>
|
|
44
|
+
<!-- Center dot -->
|
|
45
|
+
<circle cx="16" cy="16" r="1.3" class="line" fill="currentColor"/>
|
|
46
|
+
</g>
|
|
18
47
|
</template>
|
|
48
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<g
|
|
3
|
+
viewBox="0 0 32 40"
|
|
4
|
+
width="128"
|
|
5
|
+
height="160"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
>
|
|
8
|
+
<!-- Info background bubble (more rounded shape) -->
|
|
9
|
+
<path
|
|
10
|
+
class="line"
|
|
11
|
+
stroke="currentColor"
|
|
12
|
+
stroke-width="2"
|
|
13
|
+
fill="none"
|
|
14
|
+
d="M 11 7.8 h 10 a 4.4 4 90 0 1 4 4.4 v 7.15 a 4.4 4 90 0 1 -4 4.4 h -3 l -3.5 3.85 a 1.1 1 90 0 1 -1.5 -0.99 v -2.86 h -2 a 4.4 4 90 0 1 -4 -4.4 v -7.15 a 4.4 4 90 0 1 4 -4.4 z"
|
|
15
|
+
/>
|
|
16
|
+
<!-- Info 'i' (vertical bar) -->
|
|
17
|
+
<rect x="15" y="14" width="2" height="7" rx="1" class="line" fill="currentColor"/>
|
|
18
|
+
<!-- Info dot -->
|
|
19
|
+
<rect x="15" y="11" width="2" height="2" rx="1" class="line" fill="currentColor"/>
|
|
20
|
+
</g>
|
|
21
|
+
</template>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<template>
|
|
1
|
+
<!-- <template>
|
|
2
2
|
<g>
|
|
3
3
|
<path class="fill" d="M6 6v19h20V6z" />
|
|
4
4
|
<path
|
|
@@ -12,4 +12,34 @@
|
|
|
12
12
|
d="M27 5v21h-2.33l-.27.2L22 28v-2H5V5h22m1-1H4v23h17v3l4-3h3V4z"
|
|
13
13
|
/>
|
|
14
14
|
</g>
|
|
15
|
+
</template> -->
|
|
16
|
+
|
|
17
|
+
<template>
|
|
18
|
+
<g
|
|
19
|
+
viewBox="0 0 32 40"
|
|
20
|
+
width="128"
|
|
21
|
+
height="160"
|
|
22
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
23
|
+
>
|
|
24
|
+
<!-- 3/4 Circle badge outline -->
|
|
25
|
+
<path
|
|
26
|
+
d="M6 28 a15 15 0 1 1 20 0"
|
|
27
|
+
fill="none"
|
|
28
|
+
class="line"
|
|
29
|
+
stroke="currentColor"
|
|
30
|
+
stroke-width="2"
|
|
31
|
+
stroke-linecap="round"
|
|
32
|
+
/>
|
|
33
|
+
<!-- Info background bubble (more rounded shape) -->
|
|
34
|
+
<path
|
|
35
|
+
class="fill"
|
|
36
|
+
stroke="currentColor"
|
|
37
|
+
stroke-width="2"
|
|
38
|
+
d="M 11 7.8 h 10 a 4.4 4 90 0 1 4 4.4 v 7.15 a 4.4 4 90 0 1 -4 4.4 h -3 l -3.5 3.85 a 1.1 1 90 0 1 -1.5 -0.99 v -2.86 h -2 a 4.4 4 90 0 1 -4 -4.4 v -7.15 a 4.4 4 90 0 1 4 -4.4 z"
|
|
39
|
+
/>
|
|
40
|
+
<!-- Info 'i' (vertical bar) -->
|
|
41
|
+
<rect x="15" y="14" width="2" height="7" rx="1" class="line" fill="currentColor"/>
|
|
42
|
+
<!-- Info dot -->
|
|
43
|
+
<rect x="15" y="11" width="2" height="2" rx="1" class="line" fill="currentColor"/>
|
|
44
|
+
</g>
|
|
15
45
|
</template>
|