@zenkigen-inc/component-icons 1.19.4 → 1.20.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/index.d.mts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +182 -171
- package/dist/index.mjs +182 -171
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -200,6 +200,10 @@ interface recordIconProps {
|
|
|
200
200
|
accentClassName?: string;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
+
interface questionnaireIconProps {
|
|
204
|
+
accentClassName?: string;
|
|
205
|
+
}
|
|
206
|
+
|
|
203
207
|
interface presentationIconProps {
|
|
204
208
|
accentClassName?: string;
|
|
205
209
|
}
|
|
@@ -564,7 +568,7 @@ interface addIconProps {
|
|
|
564
568
|
accentClassName?: string;
|
|
565
569
|
}
|
|
566
570
|
|
|
567
|
-
type IconName = 'add' | 'ai-agent' | 'ai' | 'angle-down' | 'angle-left' | 'angle-right' | 'angle-small-down' | 'angle-small-up' | 'angle-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'attachment' | 'attention' | 'background-blur-strong' | 'background-blur-weak' | 'beginner' | 'block' | 'bookmark' | 'building' | 'calendar-attention' | 'calendar-check' | 'calendar-draft' | 'calendar-minus' | 'calendar-today' | 'calendar' | 'caret-down' | 'caret-right' | 'catch' | 'chart-bar' | 'chart-line' | 'check' | 'circle' | 'close' | 'collapse-content' | 'comment' | 'contract' | 'copy' | 'delete' | 'display' | 'document-edit' | 'document' | 'documents' | 'double-circle' | 'download-document' | 'download' | 'edit' | 'email' | 'exit' | 'expand-content' | 'expand' | 'external-link' | 'feedback' | 'filter' | 'flag' | 'global' | 'graph-line' | 'guide' | 'hamburger-close' | 'hamburger-open' | 'hamburger' | 'handle' | 'harutaka' | 'help' | 'hint' | 'home' | 'image' | 'information-filled' | 'information' | 'input-delete' | 'link' | 'list' | 'live-background' | 'logout' | 'main-view' | 'message-text' | 'mic-off' | 'mic' | 'minus' | 'more' | 'movie' | 'network' | 'notification' | 'pause' | 'pdf' | 'picture-in-picture' | 'play-filled' | 'play' | 'plus' | 'presentation' | 'record' | 'reload' | 'remove' | 'repeat' | 'score' | 'screen-share' | 'search' | 'security' | 'send' | 'setting' | 'share' | 'shuffle' | 'sidebar' | 'signal-low' | 'signal-off' | 'signal' | 'slider-editing' | 'sort-down' | 'sort-up' | 'sort' | 'sparkle' | 'stamp' | 'star-filled' | 'star' | 'success-filled' | 'superadmin' | 'table-download' | 'table-upload' | 'table' | 'timer' | 'transcription' | 'triangle' | 'upload-document-success' | 'upload-document' | 'upload' | 'user-add' | 'user-group' | 'user-line' | 'user-multi' | 'user-one' | 'user-remove' | 'user-verified' | 'user' | 'video-off' | 'video' | 'visibility-off' | 'visibility' | 'volume-off' | 'volume' | 'warning';
|
|
571
|
+
type IconName = 'add' | 'ai-agent' | 'ai' | 'angle-down' | 'angle-left' | 'angle-right' | 'angle-small-down' | 'angle-small-up' | 'angle-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'attachment' | 'attention' | 'background-blur-strong' | 'background-blur-weak' | 'beginner' | 'block' | 'bookmark' | 'building' | 'calendar-attention' | 'calendar-check' | 'calendar-draft' | 'calendar-minus' | 'calendar-today' | 'calendar' | 'caret-down' | 'caret-right' | 'catch' | 'chart-bar' | 'chart-line' | 'check' | 'circle' | 'close' | 'collapse-content' | 'comment' | 'contract' | 'copy' | 'delete' | 'display' | 'document-edit' | 'document' | 'documents' | 'double-circle' | 'download-document' | 'download' | 'edit' | 'email' | 'exit' | 'expand-content' | 'expand' | 'external-link' | 'feedback' | 'filter' | 'flag' | 'global' | 'graph-line' | 'guide' | 'hamburger-close' | 'hamburger-open' | 'hamburger' | 'handle' | 'harutaka' | 'help' | 'hint' | 'home' | 'image' | 'information-filled' | 'information' | 'input-delete' | 'link' | 'list' | 'live-background' | 'logout' | 'main-view' | 'message-text' | 'mic-off' | 'mic' | 'minus' | 'more' | 'movie' | 'network' | 'notification' | 'pause' | 'pdf' | 'picture-in-picture' | 'play-filled' | 'play' | 'plus' | 'presentation' | 'questionnaire' | 'record' | 'reload' | 'remove' | 'repeat' | 'score' | 'screen-share' | 'search' | 'security' | 'send' | 'setting' | 'share' | 'shuffle' | 'sidebar' | 'signal-low' | 'signal-off' | 'signal' | 'slider-editing' | 'sort-down' | 'sort-up' | 'sort' | 'sparkle' | 'stamp' | 'star-filled' | 'star' | 'success-filled' | 'superadmin' | 'table-download' | 'table-upload' | 'table' | 'timer' | 'transcription' | 'triangle' | 'upload-document-success' | 'upload-document' | 'upload' | 'user-add' | 'user-group' | 'user-line' | 'user-multi' | 'user-one' | 'user-remove' | 'user-verified' | 'user' | 'video-off' | 'video' | 'visibility-off' | 'visibility' | 'volume-off' | 'volume' | 'warning';
|
|
568
572
|
type IconComponent = React.FC<{
|
|
569
573
|
accentClassName?: string;
|
|
570
574
|
}>;
|
|
@@ -660,6 +664,7 @@ declare const iconElements: {
|
|
|
660
664
|
play: React.FC<playIconProps>;
|
|
661
665
|
plus: React.FC<plusIconProps>;
|
|
662
666
|
presentation: React.FC<presentationIconProps>;
|
|
667
|
+
questionnaire: React.FC<questionnaireIconProps>;
|
|
663
668
|
record: React.FC<recordIconProps>;
|
|
664
669
|
reload: React.FC<reloadIconProps>;
|
|
665
670
|
remove: React.FC<removeIconProps>;
|
package/dist/index.d.ts
CHANGED
|
@@ -200,6 +200,10 @@ interface recordIconProps {
|
|
|
200
200
|
accentClassName?: string;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
+
interface questionnaireIconProps {
|
|
204
|
+
accentClassName?: string;
|
|
205
|
+
}
|
|
206
|
+
|
|
203
207
|
interface presentationIconProps {
|
|
204
208
|
accentClassName?: string;
|
|
205
209
|
}
|
|
@@ -564,7 +568,7 @@ interface addIconProps {
|
|
|
564
568
|
accentClassName?: string;
|
|
565
569
|
}
|
|
566
570
|
|
|
567
|
-
type IconName = 'add' | 'ai-agent' | 'ai' | 'angle-down' | 'angle-left' | 'angle-right' | 'angle-small-down' | 'angle-small-up' | 'angle-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'attachment' | 'attention' | 'background-blur-strong' | 'background-blur-weak' | 'beginner' | 'block' | 'bookmark' | 'building' | 'calendar-attention' | 'calendar-check' | 'calendar-draft' | 'calendar-minus' | 'calendar-today' | 'calendar' | 'caret-down' | 'caret-right' | 'catch' | 'chart-bar' | 'chart-line' | 'check' | 'circle' | 'close' | 'collapse-content' | 'comment' | 'contract' | 'copy' | 'delete' | 'display' | 'document-edit' | 'document' | 'documents' | 'double-circle' | 'download-document' | 'download' | 'edit' | 'email' | 'exit' | 'expand-content' | 'expand' | 'external-link' | 'feedback' | 'filter' | 'flag' | 'global' | 'graph-line' | 'guide' | 'hamburger-close' | 'hamburger-open' | 'hamburger' | 'handle' | 'harutaka' | 'help' | 'hint' | 'home' | 'image' | 'information-filled' | 'information' | 'input-delete' | 'link' | 'list' | 'live-background' | 'logout' | 'main-view' | 'message-text' | 'mic-off' | 'mic' | 'minus' | 'more' | 'movie' | 'network' | 'notification' | 'pause' | 'pdf' | 'picture-in-picture' | 'play-filled' | 'play' | 'plus' | 'presentation' | 'record' | 'reload' | 'remove' | 'repeat' | 'score' | 'screen-share' | 'search' | 'security' | 'send' | 'setting' | 'share' | 'shuffle' | 'sidebar' | 'signal-low' | 'signal-off' | 'signal' | 'slider-editing' | 'sort-down' | 'sort-up' | 'sort' | 'sparkle' | 'stamp' | 'star-filled' | 'star' | 'success-filled' | 'superadmin' | 'table-download' | 'table-upload' | 'table' | 'timer' | 'transcription' | 'triangle' | 'upload-document-success' | 'upload-document' | 'upload' | 'user-add' | 'user-group' | 'user-line' | 'user-multi' | 'user-one' | 'user-remove' | 'user-verified' | 'user' | 'video-off' | 'video' | 'visibility-off' | 'visibility' | 'volume-off' | 'volume' | 'warning';
|
|
571
|
+
type IconName = 'add' | 'ai-agent' | 'ai' | 'angle-down' | 'angle-left' | 'angle-right' | 'angle-small-down' | 'angle-small-up' | 'angle-up' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'attachment' | 'attention' | 'background-blur-strong' | 'background-blur-weak' | 'beginner' | 'block' | 'bookmark' | 'building' | 'calendar-attention' | 'calendar-check' | 'calendar-draft' | 'calendar-minus' | 'calendar-today' | 'calendar' | 'caret-down' | 'caret-right' | 'catch' | 'chart-bar' | 'chart-line' | 'check' | 'circle' | 'close' | 'collapse-content' | 'comment' | 'contract' | 'copy' | 'delete' | 'display' | 'document-edit' | 'document' | 'documents' | 'double-circle' | 'download-document' | 'download' | 'edit' | 'email' | 'exit' | 'expand-content' | 'expand' | 'external-link' | 'feedback' | 'filter' | 'flag' | 'global' | 'graph-line' | 'guide' | 'hamburger-close' | 'hamburger-open' | 'hamburger' | 'handle' | 'harutaka' | 'help' | 'hint' | 'home' | 'image' | 'information-filled' | 'information' | 'input-delete' | 'link' | 'list' | 'live-background' | 'logout' | 'main-view' | 'message-text' | 'mic-off' | 'mic' | 'minus' | 'more' | 'movie' | 'network' | 'notification' | 'pause' | 'pdf' | 'picture-in-picture' | 'play-filled' | 'play' | 'plus' | 'presentation' | 'questionnaire' | 'record' | 'reload' | 'remove' | 'repeat' | 'score' | 'screen-share' | 'search' | 'security' | 'send' | 'setting' | 'share' | 'shuffle' | 'sidebar' | 'signal-low' | 'signal-off' | 'signal' | 'slider-editing' | 'sort-down' | 'sort-up' | 'sort' | 'sparkle' | 'stamp' | 'star-filled' | 'star' | 'success-filled' | 'superadmin' | 'table-download' | 'table-upload' | 'table' | 'timer' | 'transcription' | 'triangle' | 'upload-document-success' | 'upload-document' | 'upload' | 'user-add' | 'user-group' | 'user-line' | 'user-multi' | 'user-one' | 'user-remove' | 'user-verified' | 'user' | 'video-off' | 'video' | 'visibility-off' | 'visibility' | 'volume-off' | 'volume' | 'warning';
|
|
568
572
|
type IconComponent = React.FC<{
|
|
569
573
|
accentClassName?: string;
|
|
570
574
|
}>;
|
|
@@ -660,6 +664,7 @@ declare const iconElements: {
|
|
|
660
664
|
play: React.FC<playIconProps>;
|
|
661
665
|
plus: React.FC<plusIconProps>;
|
|
662
666
|
presentation: React.FC<presentationIconProps>;
|
|
667
|
+
questionnaire: React.FC<questionnaireIconProps>;
|
|
663
668
|
record: React.FC<recordIconProps>;
|
|
664
669
|
reload: React.FC<reloadIconProps>;
|
|
665
670
|
remove: React.FC<removeIconProps>;
|