diff --git a/package.json b/package.json
index 0335159..704517a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "axp-ui",
"descriiption": "My helper ui lib",
- "version": "1.12.0",
+ "version": "1.12.1",
"homepage": "https://antoxahub.ru/antoxa/axp-ui",
"repository": {
"type": "git",
diff --git a/src/components/Icon.vue b/src/components/Icon.vue
index b953357..f712c5b 100644
--- a/src/components/Icon.vue
+++ b/src/components/Icon.vue
@@ -1,8 +1,8 @@
diff --git a/src/icons.ts b/src/icons.ts
index a6915f5..2e113b4 100644
--- a/src/icons.ts
+++ b/src/icons.ts
@@ -94,6 +94,14 @@ export const icons = {
+ `,
+ glasses: `
+
+ `,
+ selected: `
+
+
+
`
}