@central-design-system/icons 3.7.1 → 3.8.0
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/cds-icons.d.ts +9 -4
- package/dist/cds-icons.es.js +666 -595
- package/dist/cds-icons.umd.js +1 -1
- package/dist/icons/IconAi.d.ts +2 -0
- package/dist/icons/IconScaleLeft.d.ts +2 -0
- package/dist/icons/IconScaleRight.d.ts +2 -0
- package/dist/icons/IconThumbDown.d.ts +2 -0
- package/dist/icons/IconThumbUp.d.ts +2 -0
- package/dist/icons/index.d.ts +6 -1
- package/package.json +1 -1
- package/src/svg/ai.svg +6 -0
- package/src/svg/scale-left.svg +4 -0
- package/src/svg/scale-right.svg +4 -0
- package/src/svg/thumb-down.svg +3 -0
- package/src/svg/thumb-up.svg +3 -0
package/dist/cds-icons.d.ts
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { IconAdd, IconAdministrator, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconBold, IconBookmarkFill, IconBookmark, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocholateMenu, IconChocolateMenu, IconClockFill, IconClock, IconCollapse, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectoryOpen, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEducation, IconEnter, IconErrorFill, IconError, IconExpand, IconExternal, IconFacebookFill, IconFacebook, IconFill, IconFilters, IconFlag, IconFormat, IconFormula, IconFunnel, IconGlobe, IconHighlight, IconInfinity, IconInfoFill, IconInfo, IconInsert, IconItalic, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconSortingDown, IconSortingUp, IconSorting, IconSource, IconStarFill, IconStar, IconTabBackward, IconTabForward, IconTelegram, IconTimer, IconTool, IconTruck, IconUnderline, IconUnlockedLeft, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWhatsapp, IconWinner, IconWorkspace, IconYoutube } from './icons';
|
|
1
|
+
import { IconAdd, IconAdministrator, IconAi, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconBold, IconBookmarkFill, IconBookmark, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocholateMenu, IconChocolateMenu, IconClockFill, IconClock, IconCollapse, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectoryOpen, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEducation, IconEnter, IconErrorFill, IconError, IconExpand, IconExternal, IconFacebookFill, IconFacebook, IconFill, IconFilters, IconFlag, IconFormat, IconFormula, IconFunnel, IconGlobe, IconHighlight, IconInfinity, IconInfoFill, IconInfo, IconInsert, IconItalic, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconScaleLeft, IconScaleRight, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconSortingDown, IconSortingUp, IconSorting, IconSource, IconStarFill, IconStar, IconTabBackward, IconTabForward, IconTelegram, IconThumbDown, IconThumbUp, IconTimer, IconTool, IconTruck, IconUnderline, IconUnlockedLeft, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWhatsapp, IconWinner, IconWorkspace, IconYoutube } from './icons';
|
|
2
2
|
import { Plugin } from 'vue';
|
|
3
3
|
/**
|
|
4
4
|
* Automatically generated by CDS CLI
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on 2/19/2026, 2:27:26 PM
|
|
6
6
|
**/
|
|
7
7
|
import * as icons from './icons';
|
|
8
8
|
declare module '@vue/runtime-core' {
|
|
9
9
|
interface GlobalComponents {
|
|
10
10
|
IconAdd: typeof IconAdd;
|
|
11
11
|
IconAdministrator: typeof IconAdministrator;
|
|
12
|
+
IconAi: typeof IconAi;
|
|
12
13
|
IconAlertFill: typeof IconAlertFill;
|
|
13
14
|
IconAlert: typeof IconAlert;
|
|
14
15
|
IconAnalog: typeof IconAnalog;
|
|
@@ -97,6 +98,8 @@ declare module '@vue/runtime-core' {
|
|
|
97
98
|
IconRemove: typeof IconRemove;
|
|
98
99
|
IconSandglass: typeof IconSandglass;
|
|
99
100
|
IconSave: typeof IconSave;
|
|
101
|
+
IconScaleLeft: typeof IconScaleLeft;
|
|
102
|
+
IconScaleRight: typeof IconScaleRight;
|
|
100
103
|
IconSearch: typeof IconSearch;
|
|
101
104
|
IconSettings: typeof IconSettings;
|
|
102
105
|
IconShoppingCart: typeof IconShoppingCart;
|
|
@@ -110,6 +113,8 @@ declare module '@vue/runtime-core' {
|
|
|
110
113
|
IconTabBackward: typeof IconTabBackward;
|
|
111
114
|
IconTabForward: typeof IconTabForward;
|
|
112
115
|
IconTelegram: typeof IconTelegram;
|
|
116
|
+
IconThumbDown: typeof IconThumbDown;
|
|
117
|
+
IconThumbUp: typeof IconThumbUp;
|
|
113
118
|
IconTimer: typeof IconTimer;
|
|
114
119
|
IconTool: typeof IconTool;
|
|
115
120
|
IconTruck: typeof IconTruck;
|
|
@@ -128,9 +133,9 @@ declare module '@vue/runtime-core' {
|
|
|
128
133
|
IconYoutube: typeof IconYoutube;
|
|
129
134
|
}
|
|
130
135
|
}
|
|
131
|
-
export { IconAdd, IconAdministrator, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconBold, IconBookmarkFill, IconBookmark, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocholateMenu, IconChocolateMenu, IconClockFill, IconClock, IconCollapse, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectoryOpen, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEducation, IconEnter, IconErrorFill, IconError, IconExpand, IconExternal, IconFacebookFill, IconFacebook, IconFill, IconFilters, IconFlag, IconFormat, IconFormula, IconFunnel, IconGlobe, IconHighlight, IconInfinity, IconInfoFill, IconInfo, IconInsert, IconItalic, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconSortingDown, IconSortingUp, IconSorting, IconSource, IconStarFill, IconStar, IconTabBackward, IconTabForward, IconTelegram, IconTimer, IconTool, IconTruck, IconUnderline, IconUnlockedLeft, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWhatsapp, IconWinner, IconWorkspace, IconYoutube };
|
|
136
|
+
export { IconAdd, IconAdministrator, IconAi, IconAlertFill, IconAlert, IconAnalog, IconArrowDown, IconArrowLeftBottom, IconArrowLeftTop, IconArrowLeft, IconArrowRightBottom, IconArrowRightTop, IconArrowRight, IconArrowUp, IconArrowsVertical, IconBold, IconBookmarkFill, IconBookmark, IconCalendar, IconCardBank, IconCategory, IconCheckFill, IconCheck, IconCheckboxFill, IconCheckbox, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChocholateMenu, IconChocolateMenu, IconClockFill, IconClock, IconCollapse, IconComment, IconCompany, IconCompare, IconCopy, IconDataCards, IconDelete, IconDirectoryOpen, IconDirectory, IconDocDownload, IconDoc, IconDownload, IconDraggable, IconEdit, IconEducation, IconEnter, IconErrorFill, IconError, IconExpand, IconExternal, IconFacebookFill, IconFacebook, IconFill, IconFilters, IconFlag, IconFormat, IconFormula, IconFunnel, IconGlobe, IconHighlight, IconInfinity, IconInfoFill, IconInfo, IconInsert, IconItalic, IconLink, IconListSearch, IconList, IconLoader, IconLocation, IconLocked, IconLogin, IconLogout, IconMenu, IconMinus, IconNotification, IconOverflowMenuHorizontal, IconOverflowMenuVertical, IconPassword, IconPin, IconPlus, IconPrinter, IconQuestionFill, IconQuestion, IconRefresh, IconRemove, IconSandglass, IconSave, IconScaleLeft, IconScaleRight, IconSearch, IconSettings, IconShoppingCart, IconSortDate, IconSortingDown, IconSortingUp, IconSorting, IconSource, IconStarFill, IconStar, IconTabBackward, IconTabForward, IconTelegram, IconThumbDown, IconThumbUp, IconTimer, IconTool, IconTruck, IconUnderline, IconUnlockedLeft, IconUnlocked, IconUpload, IconUserAvatar, IconUserGroup, IconVisibilityOff, IconVisibilityOn, IconVk, IconWhatsapp, IconWinner, IconWorkspace, IconYoutube };
|
|
132
137
|
declare const plugin: Plugin;
|
|
133
138
|
export { plugin as CdsIcons, icons };
|
|
134
139
|
export default plugin;
|
|
135
|
-
export declare const allowedIcons: readonly ["add", "administrator", "alert-fill", "alert", "analog", "arrow-down", "arrow-left-bottom", "arrow-left-top", "arrow-left", "arrow-right-bottom", "arrow-right-top", "arrow-right", "arrow-up", "arrows-vertical", "bold", "bookmark-fill", "bookmark", "calendar", "card-bank", "category", "check-fill", "check", "checkbox-fill", "checkbox", "chevron-down", "chevron-left", "chevron-right", "chevron-up", "chocholate-menu", "chocolate-menu", "clock-fill", "clock", "collapse", "comment", "company", "compare", "copy", "data-cards", "delete", "directory-open", "directory", "doc-download", "doc", "download", "draggable", "edit", "education", "enter", "error-fill", "error", "expand", "external", "facebook-fill", "facebook", "fill", "filters", "flag", "format", "formula", "funnel", "globe", "highlight", "infinity", "info-fill", "info", "insert", "italic", "link", "list-search", "list", "loader", "location", "locked", "login", "logout", "menu", "minus", "notification", "overflow-menu-horizontal", "overflow-menu-vertical", "password", "pin", "plus", "printer", "question-fill", "question", "refresh", "remove", "sandglass", "save", "search", "settings", "shopping-cart", "sort-date", "sorting-down", "sorting-up", "sorting", "source", "star-fill", "star", "tab-backward", "tab-forward", "telegram", "timer", "tool", "truck", "underline", "unlocked-left", "unlocked", "upload", "user-avatar", "user-group", "visibility-off", "visibility-on", "vk", "whatsapp", "winner", "workspace", "youtube"];
|
|
140
|
+
export declare const allowedIcons: readonly ["add", "administrator", "ai", "alert-fill", "alert", "analog", "arrow-down", "arrow-left-bottom", "arrow-left-top", "arrow-left", "arrow-right-bottom", "arrow-right-top", "arrow-right", "arrow-up", "arrows-vertical", "bold", "bookmark-fill", "bookmark", "calendar", "card-bank", "category", "check-fill", "check", "checkbox-fill", "checkbox", "chevron-down", "chevron-left", "chevron-right", "chevron-up", "chocholate-menu", "chocolate-menu", "clock-fill", "clock", "collapse", "comment", "company", "compare", "copy", "data-cards", "delete", "directory-open", "directory", "doc-download", "doc", "download", "draggable", "edit", "education", "enter", "error-fill", "error", "expand", "external", "facebook-fill", "facebook", "fill", "filters", "flag", "format", "formula", "funnel", "globe", "highlight", "infinity", "info-fill", "info", "insert", "italic", "link", "list-search", "list", "loader", "location", "locked", "login", "logout", "menu", "minus", "notification", "overflow-menu-horizontal", "overflow-menu-vertical", "password", "pin", "plus", "printer", "question-fill", "question", "refresh", "remove", "sandglass", "save", "scale-left", "scale-right", "search", "settings", "shopping-cart", "sort-date", "sorting-down", "sorting-up", "sorting", "source", "star-fill", "star", "tab-backward", "tab-forward", "telegram", "thumb-down", "thumb-up", "timer", "tool", "truck", "underline", "unlocked-left", "unlocked", "upload", "user-avatar", "user-group", "visibility-off", "visibility-on", "vk", "whatsapp", "winner", "workspace", "youtube"];
|
|
136
141
|
export type TCdsIconsName = typeof allowedIcons[number];
|