@zenkigen-inc/component-icons 1.19.3 → 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 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
  }
@@ -360,6 +364,10 @@ interface expandIconProps {
360
364
  accentClassName?: string;
361
365
  }
362
366
 
367
+ interface expandcontentIconProps {
368
+ accentClassName?: string;
369
+ }
370
+
363
371
  interface exitIconProps {
364
372
  accentClassName?: string;
365
373
  }
@@ -416,6 +424,10 @@ interface commentIconProps {
416
424
  accentClassName?: string;
417
425
  }
418
426
 
427
+ interface collapsecontentIconProps {
428
+ accentClassName?: string;
429
+ }
430
+
419
431
  interface closeIconProps {
420
432
  accentClassName?: string;
421
433
  }
@@ -556,7 +568,7 @@ interface addIconProps {
556
568
  accentClassName?: string;
557
569
  }
558
570
 
559
- 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' | 'comment' | 'contract' | 'copy' | 'delete' | 'display' | 'document-edit' | 'document' | 'documents' | 'double-circle' | 'download-document' | 'download' | 'edit' | 'email' | 'exit' | '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';
560
572
  type IconComponent = React.FC<{
561
573
  accentClassName?: string;
562
574
  }>;
@@ -596,6 +608,7 @@ declare const iconElements: {
596
608
  check: React.FC<checkIconProps>;
597
609
  circle: React.FC<circleIconProps>;
598
610
  close: React.FC<closeIconProps>;
611
+ 'collapse-content': React.FC<collapsecontentIconProps>;
599
612
  comment: React.FC<commentIconProps>;
600
613
  contract: React.FC<contractIconProps>;
601
614
  copy: React.FC<copyIconProps>;
@@ -610,6 +623,7 @@ declare const iconElements: {
610
623
  edit: React.FC<editIconProps>;
611
624
  email: React.FC<emailIconProps>;
612
625
  exit: React.FC<exitIconProps>;
626
+ 'expand-content': React.FC<expandcontentIconProps>;
613
627
  expand: React.FC<expandIconProps>;
614
628
  'external-link': React.FC<externallinkIconProps>;
615
629
  feedback: React.FC<feedbackIconProps>;
@@ -650,6 +664,7 @@ declare const iconElements: {
650
664
  play: React.FC<playIconProps>;
651
665
  plus: React.FC<plusIconProps>;
652
666
  presentation: React.FC<presentationIconProps>;
667
+ questionnaire: React.FC<questionnaireIconProps>;
653
668
  record: React.FC<recordIconProps>;
654
669
  reload: React.FC<reloadIconProps>;
655
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
  }
@@ -360,6 +364,10 @@ interface expandIconProps {
360
364
  accentClassName?: string;
361
365
  }
362
366
 
367
+ interface expandcontentIconProps {
368
+ accentClassName?: string;
369
+ }
370
+
363
371
  interface exitIconProps {
364
372
  accentClassName?: string;
365
373
  }
@@ -416,6 +424,10 @@ interface commentIconProps {
416
424
  accentClassName?: string;
417
425
  }
418
426
 
427
+ interface collapsecontentIconProps {
428
+ accentClassName?: string;
429
+ }
430
+
419
431
  interface closeIconProps {
420
432
  accentClassName?: string;
421
433
  }
@@ -556,7 +568,7 @@ interface addIconProps {
556
568
  accentClassName?: string;
557
569
  }
558
570
 
559
- 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' | 'comment' | 'contract' | 'copy' | 'delete' | 'display' | 'document-edit' | 'document' | 'documents' | 'double-circle' | 'download-document' | 'download' | 'edit' | 'email' | 'exit' | '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';
560
572
  type IconComponent = React.FC<{
561
573
  accentClassName?: string;
562
574
  }>;
@@ -596,6 +608,7 @@ declare const iconElements: {
596
608
  check: React.FC<checkIconProps>;
597
609
  circle: React.FC<circleIconProps>;
598
610
  close: React.FC<closeIconProps>;
611
+ 'collapse-content': React.FC<collapsecontentIconProps>;
599
612
  comment: React.FC<commentIconProps>;
600
613
  contract: React.FC<contractIconProps>;
601
614
  copy: React.FC<copyIconProps>;
@@ -610,6 +623,7 @@ declare const iconElements: {
610
623
  edit: React.FC<editIconProps>;
611
624
  email: React.FC<emailIconProps>;
612
625
  exit: React.FC<exitIconProps>;
626
+ 'expand-content': React.FC<expandcontentIconProps>;
613
627
  expand: React.FC<expandIconProps>;
614
628
  'external-link': React.FC<externallinkIconProps>;
615
629
  feedback: React.FC<feedbackIconProps>;
@@ -650,6 +664,7 @@ declare const iconElements: {
650
664
  play: React.FC<playIconProps>;
651
665
  plus: React.FC<plusIconProps>;
652
666
  presentation: React.FC<presentationIconProps>;
667
+ questionnaire: React.FC<questionnaireIconProps>;
653
668
  record: React.FC<recordIconProps>;
654
669
  reload: React.FC<reloadIconProps>;
655
670
  remove: React.FC<removeIconProps>;