@akinon/icons 1.1.1 → 1.1.2-next.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/cjs/icon-type.d.ts +1 -1
- package/dist/cjs/icon-type.d.ts.map +1 -1
- package/dist/cjs/icon-type.js +1 -0
- package/dist/cjs/selection.json +27 -0
- package/dist/esm/icon-type.d.ts +1 -1
- package/dist/esm/icon-type.d.ts.map +1 -1
- package/dist/esm/icon-type.js +1 -0
- package/dist/esm/selection.json +27 -0
- package/package.json +1 -1
package/dist/cjs/icon-type.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const IconNameList: readonly ["acilissayfalari", "add_picture", "add_video", "alarm-create", "alarm-trigger", "arrow-product", "arrow_down", "arrow_up", "arti", "attach", "attribute-mapping", "ayarlar", "bank", "bars-code", "bekleyenurunler", "bilgilendirme_servis", "bin", "box", "calendar", "chevron_down", "chevron_up", "circle-down", "circle-up", "clock", "clock1", "close", "copy", "dagitimsenaryolari", "dashboard", "dashboard1", "doc", "download", "drag_drop", "durum_transfer", "edit", "eksi", "entagrator", "entegresyon", "envelope", "exclude", "feed", "female", "file", "filter", "fiyat_listeleri", "fiyatlistesi", "fiyatservisleri", "folder_minus", "folder_plus", "form", "gateway", "genderfree", "gift", "iade", "image", "import_export", "indirimkodlari", "info", "info-outlined", "iptaliadetalepleri", "kampanyalar", "kargo", "kargolog", "kargosirketleri", "kargoyonetimentegrasyonu", "kartayarlari", "katalog", "katalogkontrol", "kataloglar", "kategoriacilis", "kategoriler", "koleksiyonlar", "krerikartitipleri", "kullaniciyonetimi", "kupon", "linked", "list", "live", "live-commerce", "log", "lokasyon", "loop", "loyaltyentegrasyon", "loyatlyhesaplari", "magazastok", "mail", "male", "map", "mapping", "minus", "modelsema", "musteri", "musteri_grup", "musteriler", "mutabakat", "mutabakat-islemleri", "no", "notification", "notification-ring", "odeme", "oms", "onay", "outdent", "ozellik_seti", "paketlemeemirleri", "paketlokasyon", "phone-call", "plus", "pos-terminal", "preview", "product_stroke", "profile", "recommendation", "refresh", "report", "rules", "samsonite", "satiskanalllari", "search", "senaryolar", "seo", "settings", "shop", "siparis", "siparisservisleri", "siralama", "siralama_degistir", "skulog", "slack", "sms", "sms-text", "sort_arrow_down", "sort_arrow_up", "sosyalhesaplar", "statiksayfa", "stok_listeleri", "stoklistesi", "stokservisleri", "stream-key", "streams", "tavsiyesistemi", "teslimat", "toplukupon", "transferemirleri", "transferlokasyon", "transfersenaryolari", "triangle", "unified", "unified_stroke", "unifiedsozlesme", "urun_ozellikleri", "urunler", "urunlistesi", "urunstokentegrasyon", "urunstoksorgulama", "warning", "warning_arrow", "warning_tri", "warning_triangle", "widgetsemayonetimi", "widgetyonetimi", "yes", "zoom-in"];
|
|
1
|
+
export declare const IconNameList: readonly ["acilissayfalari", "add_picture", "add_video", "ai-star", "alarm-create", "alarm-trigger", "arrow-product", "arrow_down", "arrow_up", "arti", "attach", "attribute-mapping", "ayarlar", "bank", "bars-code", "bekleyenurunler", "bilgilendirme_servis", "bin", "box", "calendar", "chevron_down", "chevron_up", "circle-down", "circle-up", "clock", "clock1", "close", "copy", "dagitimsenaryolari", "dashboard", "dashboard1", "doc", "download", "drag_drop", "durum_transfer", "edit", "eksi", "entagrator", "entegresyon", "envelope", "exclude", "feed", "female", "file", "filter", "fiyat_listeleri", "fiyatlistesi", "fiyatservisleri", "folder_minus", "folder_plus", "form", "gateway", "genderfree", "gift", "iade", "image", "import_export", "indirimkodlari", "info", "info-outlined", "iptaliadetalepleri", "kampanyalar", "kargo", "kargolog", "kargosirketleri", "kargoyonetimentegrasyonu", "kartayarlari", "katalog", "katalogkontrol", "kataloglar", "kategoriacilis", "kategoriler", "koleksiyonlar", "krerikartitipleri", "kullaniciyonetimi", "kupon", "linked", "list", "live", "live-commerce", "log", "lokasyon", "loop", "loyaltyentegrasyon", "loyatlyhesaplari", "magazastok", "mail", "male", "map", "mapping", "minus", "modelsema", "musteri", "musteri_grup", "musteriler", "mutabakat", "mutabakat-islemleri", "no", "notification", "notification-ring", "odeme", "oms", "onay", "outdent", "ozellik_seti", "paketlemeemirleri", "paketlokasyon", "phone-call", "plus", "pos-terminal", "preview", "product_stroke", "profile", "recommendation", "refresh", "report", "rules", "samsonite", "satiskanalllari", "search", "senaryolar", "seo", "settings", "shop", "siparis", "siparisservisleri", "siralama", "siralama_degistir", "skulog", "slack", "sms", "sms-text", "sort_arrow_down", "sort_arrow_up", "sosyalhesaplar", "statiksayfa", "stok_listeleri", "stoklistesi", "stokservisleri", "stream-key", "streams", "tavsiyesistemi", "teslimat", "toplukupon", "transferemirleri", "transferlokasyon", "transfersenaryolari", "triangle", "unified", "unified_stroke", "unifiedsozlesme", "urun_ozellikleri", "urunler", "urunlistesi", "urunstokentegrasyon", "urunstoksorgulama", "warning", "warning_arrow", "warning_tri", "warning_triangle", "widgetsemayonetimi", "widgetyonetimi", "yes", "zoom-in"];
|
|
2
2
|
export type IconName = (typeof IconNameList)[number];
|
|
3
3
|
//# sourceMappingURL=icon-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-type.d.ts","sourceRoot":"","sources":["../../src/icon-type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"icon-type.d.ts","sourceRoot":"","sources":["../../src/icon-type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,ouEAqKf,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
package/dist/cjs/icon-type.js
CHANGED
package/dist/cjs/selection.json
CHANGED
|
@@ -6524,6 +6524,33 @@
|
|
|
6524
6524
|
"setIdx": 0,
|
|
6525
6525
|
"setId": 0,
|
|
6526
6526
|
"iconIdx": 162
|
|
6527
|
+
},
|
|
6528
|
+
{
|
|
6529
|
+
"icon": {
|
|
6530
|
+
"paths": [
|
|
6531
|
+
"M766.577 598.471l211.626-83.086c13.141-5.461 13.141-27.306 0-32.768l-211.626-83.086c-94.549-32.768-165.547-103.765-165.547-165.103l-83.43-209.51c-5.461-13.141-27.306-13.141-32.768 0l-83.43 209.51c-0 61.338-71.111 132.335-165.66 165.103l-211.513 83.086c-13.141 5.461-13.141 27.306 0 32.768l210.304 83.086c94.549 32.768 165.66 103.765 165.66 165.103l83.43 209.623c5.461 13.141 27.306 13.141 32.768 0l83.43-209.623c0-61.451 71.111-132.335 165.66-165.103z"
|
|
6532
|
+
],
|
|
6533
|
+
"attrs": [],
|
|
6534
|
+
"isMulticolor": false,
|
|
6535
|
+
"isMulticolor2": false,
|
|
6536
|
+
"colorPermutations": {
|
|
6537
|
+
"113122142111614817511982262311222236241125525525512558310114157571567373161699716269971": [],
|
|
6538
|
+
"11131221421116148175119822623112222362411251237190125525525512558310114157571567373161699716269971": []
|
|
6539
|
+
},
|
|
6540
|
+
"tags": ["ai-star"],
|
|
6541
|
+
"grid": 0
|
|
6542
|
+
},
|
|
6543
|
+
"attrs": [],
|
|
6544
|
+
"properties": {
|
|
6545
|
+
"order": 3710,
|
|
6546
|
+
"id": 163,
|
|
6547
|
+
"name": "ai-star",
|
|
6548
|
+
"prevSize": 32,
|
|
6549
|
+
"code": 59818
|
|
6550
|
+
},
|
|
6551
|
+
"setIdx": 0,
|
|
6552
|
+
"setId": 0,
|
|
6553
|
+
"iconIdx": 163
|
|
6527
6554
|
}
|
|
6528
6555
|
],
|
|
6529
6556
|
"height": 1024,
|
package/dist/esm/icon-type.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const IconNameList: readonly ["acilissayfalari", "add_picture", "add_video", "alarm-create", "alarm-trigger", "arrow-product", "arrow_down", "arrow_up", "arti", "attach", "attribute-mapping", "ayarlar", "bank", "bars-code", "bekleyenurunler", "bilgilendirme_servis", "bin", "box", "calendar", "chevron_down", "chevron_up", "circle-down", "circle-up", "clock", "clock1", "close", "copy", "dagitimsenaryolari", "dashboard", "dashboard1", "doc", "download", "drag_drop", "durum_transfer", "edit", "eksi", "entagrator", "entegresyon", "envelope", "exclude", "feed", "female", "file", "filter", "fiyat_listeleri", "fiyatlistesi", "fiyatservisleri", "folder_minus", "folder_plus", "form", "gateway", "genderfree", "gift", "iade", "image", "import_export", "indirimkodlari", "info", "info-outlined", "iptaliadetalepleri", "kampanyalar", "kargo", "kargolog", "kargosirketleri", "kargoyonetimentegrasyonu", "kartayarlari", "katalog", "katalogkontrol", "kataloglar", "kategoriacilis", "kategoriler", "koleksiyonlar", "krerikartitipleri", "kullaniciyonetimi", "kupon", "linked", "list", "live", "live-commerce", "log", "lokasyon", "loop", "loyaltyentegrasyon", "loyatlyhesaplari", "magazastok", "mail", "male", "map", "mapping", "minus", "modelsema", "musteri", "musteri_grup", "musteriler", "mutabakat", "mutabakat-islemleri", "no", "notification", "notification-ring", "odeme", "oms", "onay", "outdent", "ozellik_seti", "paketlemeemirleri", "paketlokasyon", "phone-call", "plus", "pos-terminal", "preview", "product_stroke", "profile", "recommendation", "refresh", "report", "rules", "samsonite", "satiskanalllari", "search", "senaryolar", "seo", "settings", "shop", "siparis", "siparisservisleri", "siralama", "siralama_degistir", "skulog", "slack", "sms", "sms-text", "sort_arrow_down", "sort_arrow_up", "sosyalhesaplar", "statiksayfa", "stok_listeleri", "stoklistesi", "stokservisleri", "stream-key", "streams", "tavsiyesistemi", "teslimat", "toplukupon", "transferemirleri", "transferlokasyon", "transfersenaryolari", "triangle", "unified", "unified_stroke", "unifiedsozlesme", "urun_ozellikleri", "urunler", "urunlistesi", "urunstokentegrasyon", "urunstoksorgulama", "warning", "warning_arrow", "warning_tri", "warning_triangle", "widgetsemayonetimi", "widgetyonetimi", "yes", "zoom-in"];
|
|
1
|
+
export declare const IconNameList: readonly ["acilissayfalari", "add_picture", "add_video", "ai-star", "alarm-create", "alarm-trigger", "arrow-product", "arrow_down", "arrow_up", "arti", "attach", "attribute-mapping", "ayarlar", "bank", "bars-code", "bekleyenurunler", "bilgilendirme_servis", "bin", "box", "calendar", "chevron_down", "chevron_up", "circle-down", "circle-up", "clock", "clock1", "close", "copy", "dagitimsenaryolari", "dashboard", "dashboard1", "doc", "download", "drag_drop", "durum_transfer", "edit", "eksi", "entagrator", "entegresyon", "envelope", "exclude", "feed", "female", "file", "filter", "fiyat_listeleri", "fiyatlistesi", "fiyatservisleri", "folder_minus", "folder_plus", "form", "gateway", "genderfree", "gift", "iade", "image", "import_export", "indirimkodlari", "info", "info-outlined", "iptaliadetalepleri", "kampanyalar", "kargo", "kargolog", "kargosirketleri", "kargoyonetimentegrasyonu", "kartayarlari", "katalog", "katalogkontrol", "kataloglar", "kategoriacilis", "kategoriler", "koleksiyonlar", "krerikartitipleri", "kullaniciyonetimi", "kupon", "linked", "list", "live", "live-commerce", "log", "lokasyon", "loop", "loyaltyentegrasyon", "loyatlyhesaplari", "magazastok", "mail", "male", "map", "mapping", "minus", "modelsema", "musteri", "musteri_grup", "musteriler", "mutabakat", "mutabakat-islemleri", "no", "notification", "notification-ring", "odeme", "oms", "onay", "outdent", "ozellik_seti", "paketlemeemirleri", "paketlokasyon", "phone-call", "plus", "pos-terminal", "preview", "product_stroke", "profile", "recommendation", "refresh", "report", "rules", "samsonite", "satiskanalllari", "search", "senaryolar", "seo", "settings", "shop", "siparis", "siparisservisleri", "siralama", "siralama_degistir", "skulog", "slack", "sms", "sms-text", "sort_arrow_down", "sort_arrow_up", "sosyalhesaplar", "statiksayfa", "stok_listeleri", "stoklistesi", "stokservisleri", "stream-key", "streams", "tavsiyesistemi", "teslimat", "toplukupon", "transferemirleri", "transferlokasyon", "transfersenaryolari", "triangle", "unified", "unified_stroke", "unifiedsozlesme", "urun_ozellikleri", "urunler", "urunlistesi", "urunstokentegrasyon", "urunstoksorgulama", "warning", "warning_arrow", "warning_tri", "warning_triangle", "widgetsemayonetimi", "widgetyonetimi", "yes", "zoom-in"];
|
|
2
2
|
export type IconName = (typeof IconNameList)[number];
|
|
3
3
|
//# sourceMappingURL=icon-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-type.d.ts","sourceRoot":"","sources":["../../src/icon-type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"icon-type.d.ts","sourceRoot":"","sources":["../../src/icon-type.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,ouEAqKf,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
package/dist/esm/icon-type.js
CHANGED
package/dist/esm/selection.json
CHANGED
|
@@ -6524,6 +6524,33 @@
|
|
|
6524
6524
|
"setIdx": 0,
|
|
6525
6525
|
"setId": 0,
|
|
6526
6526
|
"iconIdx": 162
|
|
6527
|
+
},
|
|
6528
|
+
{
|
|
6529
|
+
"icon": {
|
|
6530
|
+
"paths": [
|
|
6531
|
+
"M766.577 598.471l211.626-83.086c13.141-5.461 13.141-27.306 0-32.768l-211.626-83.086c-94.549-32.768-165.547-103.765-165.547-165.103l-83.43-209.51c-5.461-13.141-27.306-13.141-32.768 0l-83.43 209.51c-0 61.338-71.111 132.335-165.66 165.103l-211.513 83.086c-13.141 5.461-13.141 27.306 0 32.768l210.304 83.086c94.549 32.768 165.66 103.765 165.66 165.103l83.43 209.623c5.461 13.141 27.306 13.141 32.768 0l83.43-209.623c0-61.451 71.111-132.335 165.66-165.103z"
|
|
6532
|
+
],
|
|
6533
|
+
"attrs": [],
|
|
6534
|
+
"isMulticolor": false,
|
|
6535
|
+
"isMulticolor2": false,
|
|
6536
|
+
"colorPermutations": {
|
|
6537
|
+
"113122142111614817511982262311222236241125525525512558310114157571567373161699716269971": [],
|
|
6538
|
+
"11131221421116148175119822623112222362411251237190125525525512558310114157571567373161699716269971": []
|
|
6539
|
+
},
|
|
6540
|
+
"tags": ["ai-star"],
|
|
6541
|
+
"grid": 0
|
|
6542
|
+
},
|
|
6543
|
+
"attrs": [],
|
|
6544
|
+
"properties": {
|
|
6545
|
+
"order": 3710,
|
|
6546
|
+
"id": 163,
|
|
6547
|
+
"name": "ai-star",
|
|
6548
|
+
"prevSize": 32,
|
|
6549
|
+
"code": 59818
|
|
6550
|
+
},
|
|
6551
|
+
"setIdx": 0,
|
|
6552
|
+
"setId": 0,
|
|
6553
|
+
"iconIdx": 163
|
|
6527
6554
|
}
|
|
6528
6555
|
],
|
|
6529
6556
|
"height": 1024,
|