@ansiversa/components 0.0.153 → 0.0.155
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
CHANGED
|
@@ -71,13 +71,12 @@ const iconMap: Record<string, string> = {
|
|
|
71
71
|
<svg class="av-icon" width="16" height="16" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
72
72
|
<circle cx='12' cy='12' r='9'/>
|
|
73
73
|
<path d='M12 11v5'/>
|
|
74
|
-
<
|
|
74
|
+
<path d='M12 8h.01'/>
|
|
75
75
|
</svg>
|
|
76
76
|
`,
|
|
77
77
|
"Sign in": `
|
|
78
78
|
<svg class="av-icon" width="16" height="16" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
79
|
-
<path d='
|
|
80
|
-
<circle cx='11.5' cy='9' r='3.5'/>
|
|
79
|
+
<path d='M12 8L16 12M16 12L12 16M16 12H3M3.33782 7C5.06687 4.01099 8.29859 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C8.29859 22 5.06687 19.989 3.33782 17'/>
|
|
81
80
|
</svg>
|
|
82
81
|
`,
|
|
83
82
|
default: `
|