@moises.ai/design-system 4.19.3 → 4.19.5

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.
Files changed (138) hide show
  1. package/dist/{HiFi1Icon-DW-qHZUd.js → AutomationPenIcon-508hiLNg.js} +2666 -4229
  2. package/dist/colors/custom-styles.css +24 -24
  3. package/dist/icons.js +695 -687
  4. package/dist/index.js +1685 -1678
  5. package/package.json +1 -1
  6. package/src/colors/custom-styles.css +24 -24
  7. package/src/components/Countdown/Countdown.module.css +5 -5
  8. package/src/components/DataTable/DataTable.module.css +3 -3
  9. package/src/components/EmptyState/EmptyState.jsx +2 -2
  10. package/src/components/EmptyState/EmptyState.module.css +3 -2
  11. package/src/components/Extension/Extension.jsx +1 -1
  12. package/src/components/Extension/Extension.stories.jsx +2 -2
  13. package/src/components/InputLevelMeter/InputLevelMeter.stories.jsx +2 -2
  14. package/src/components/Knob/utils.js +1 -1
  15. package/src/components/PanControl/PanControl.jsx +2 -2
  16. package/src/components/PeakLevel/PeakLevel.stories.jsx +1 -1
  17. package/src/components/RecordingForm/RecordingForm.module.css +1 -1
  18. package/src/components/Select/Select.jsx +21 -25
  19. package/src/components/Select/Select.module.css +13 -0
  20. package/src/components/SetlistList/SetlistList.module.css +1 -1
  21. package/src/components/Shell/Shell.stories.jsx +2 -2
  22. package/src/components/SliderLibrary/SliderLibrary.module.css +6 -6
  23. package/src/components/SliderLibrary/SliderLibrary.stories.jsx +3 -3
  24. package/src/components/SpecialDialog/SpecialDialog.module.css +1 -1
  25. package/src/components/StemGenerationForm/CreateNew/CreateNew.jsx +2 -2
  26. package/src/components/TextField/TextField.jsx +24 -6
  27. package/src/components/TextField/TextField.module.css +37 -0
  28. package/src/components/TextField/TextField.stories.jsx +39 -0
  29. package/src/components/Tooltip/Tooltip.module.css +15 -15
  30. package/src/components/TrackHeader/TrackHeader.module.css +2 -2
  31. package/src/components/TrackHeader/TrackHeader.stories.jsx +1 -1
  32. package/src/components/VoiceConversionForm/Waveform/Waveform.jsx +1 -1
  33. package/src/icons/AlertIcon.jsx +4 -5
  34. package/src/icons/ArrowDownIcon.jsx +3 -17
  35. package/src/icons/ArrowLeftIcon.jsx +3 -17
  36. package/src/icons/ArrowUpIcon.jsx +3 -17
  37. package/src/icons/ArrowsHorizontalIcon.jsx +3 -17
  38. package/src/icons/ArrowsVerticalIcon.jsx +3 -17
  39. package/src/icons/AudioFileIcon.jsx +3 -17
  40. package/src/icons/AutomationPenIcon.jsx +7 -0
  41. package/src/icons/BanjoIcon.jsx +8 -0
  42. package/src/icons/BookmarkIcon.jsx +3 -15
  43. package/src/icons/CavacoIcon.jsx +9 -0
  44. package/src/icons/CheckIcon.jsx +3 -3
  45. package/src/icons/ChevronLeftIcon.jsx +3 -17
  46. package/src/icons/ChevronRightIcon.jsx +3 -17
  47. package/src/icons/ChevronUpIcon.jsx +3 -17
  48. package/src/icons/ChordGrid4Icon.jsx +2 -5
  49. package/src/icons/Chords2Icon.jsx +4 -16
  50. package/src/icons/ChordsDetectionIcon.jsx +5 -22
  51. package/src/icons/CloseIcon.jsx +3 -16
  52. package/src/icons/ComputerIcon.jsx +3 -17
  53. package/src/icons/CountInIcon.jsx +6 -19
  54. package/src/icons/CropIcon.jsx +2 -17
  55. package/src/icons/CrownIcon.jsx +3 -17
  56. package/src/icons/DelayIcon.jsx +3 -16
  57. package/src/icons/DownloadIcon.jsx +7 -0
  58. package/src/icons/DynamicMicrophone2Icon.jsx +4 -9
  59. package/src/icons/EditIcon.jsx +3 -16
  60. package/src/icons/EffectsIcon.jsx +4 -16
  61. package/src/icons/EmailIcon.jsx +3 -24
  62. package/src/icons/ExternalLinkIcon.jsx +3 -3
  63. package/src/icons/EyeIcon.jsx +4 -26
  64. package/src/icons/EyeOffIcon.jsx +3 -24
  65. package/src/icons/Filter2Icon.jsx +3 -17
  66. package/src/icons/FitWidthIcon.jsx +7 -0
  67. package/src/icons/FlatAndSharpIcon.jsx +3 -16
  68. package/src/icons/GuitarAmpIcon.jsx +6 -32
  69. package/src/icons/HelpIcon.jsx +4 -3
  70. package/src/icons/Info2Icon.jsx +4 -4
  71. package/src/icons/Knob3Icon.jsx +8 -17
  72. package/src/icons/LibraryIcon.jsx +2 -16
  73. package/src/icons/LinkIcon.jsx +4 -17
  74. package/src/icons/LoopSection2Icon.jsx +4 -17
  75. package/src/icons/LyricsIcon.jsx +5 -24
  76. package/src/icons/MagicWandIcon.jsx +5 -8
  77. package/src/icons/MandolinIcon.jsx +8 -0
  78. package/src/icons/MaracasIcon.jsx +4 -15
  79. package/src/icons/MasteringIcon.jsx +5 -28
  80. package/src/icons/MetronomeIcon.jsx +4 -14
  81. package/src/icons/Mixer2Icon.jsx +4 -16
  82. package/src/icons/MixerVerticalIcon.jsx +7 -0
  83. package/src/icons/More2Icon.jsx +1 -44
  84. package/src/icons/MoreIcon.jsx +4 -41
  85. package/src/icons/MoreMenuIcon.jsx +9 -0
  86. package/src/icons/MusicAddIcon.jsx +3 -17
  87. package/src/icons/MusicBookIcon.jsx +8 -0
  88. package/src/icons/MusicNoteIcon.jsx +3 -17
  89. package/src/icons/MusicRemoveIcon.jsx +3 -17
  90. package/src/icons/NoChords2Icon.jsx +3 -16
  91. package/src/icons/NoChordsDetectionIcon.jsx +6 -22
  92. package/src/icons/NoEyeIcon.jsx +4 -3
  93. package/src/icons/NoMusicIcon.jsx +2 -17
  94. package/src/icons/NoMusicNoteIcon.jsx +3 -16
  95. package/src/icons/NoSearchIcon.jsx +3 -17
  96. package/src/icons/NoSpliterIcon.jsx +3 -14
  97. package/src/icons/NoVolume2Icon.jsx +3 -17
  98. package/src/icons/NowPlayingIcon.jsx +7 -0
  99. package/src/icons/PenIcon.jsx +3 -3
  100. package/src/icons/PlayOnRepeatIcon.jsx +4 -17
  101. package/src/icons/PowerSwitchIcon.jsx +4 -3
  102. package/src/icons/RadioOffIcon.jsx +3 -17
  103. package/src/icons/RedoIcon.jsx +3 -16
  104. package/src/icons/RefreshIcon.jsx +3 -17
  105. package/src/icons/SearchIcon.jsx +3 -18
  106. package/src/icons/Sections2Icon.jsx +4 -7
  107. package/src/icons/Setlist2Icon.jsx +3 -17
  108. package/src/icons/SettingsIcon.jsx +5 -18
  109. package/src/icons/ShareIosIcon.jsx +3 -9
  110. package/src/icons/SidebarLeftIcon.jsx +3 -16
  111. package/src/icons/SidebarRightIcon.jsx +3 -17
  112. package/src/icons/SongBarIcon.jsx +3 -17
  113. package/src/icons/SoundEffectsIcon.jsx +8 -17
  114. package/src/icons/SparkBarsIcon.jsx +4 -16
  115. package/src/icons/SparklesIcon.jsx +4 -7
  116. package/src/icons/SpeedChangerIcon.jsx +2 -15
  117. package/src/icons/SpliterIcon.jsx +4 -17
  118. package/src/icons/Star1Icon.jsx +5 -4
  119. package/src/icons/Star2Icon.jsx +5 -4
  120. package/src/icons/Star3Icon.jsx +5 -4
  121. package/src/icons/StarIcon.jsx +4 -16
  122. package/src/icons/TrashIcon.jsx +3 -17
  123. package/src/icons/TrimIcon.jsx +2 -17
  124. package/src/icons/UkuleleIcon.jsx +8 -40
  125. package/src/icons/UndoIcon.jsx +3 -16
  126. package/src/icons/UnlockIcon.jsx +3 -13
  127. package/src/icons/UserGroupIcon.jsx +4 -17
  128. package/src/icons/UserIcon.jsx +4 -4
  129. package/src/icons/UserVoiceIcon.jsx +4 -6
  130. package/src/icons/Video2Icon.jsx +4 -22
  131. package/src/icons/VideoIcon.jsx +3 -17
  132. package/src/icons/Volume0Icon.jsx +4 -17
  133. package/src/icons/Volume1Icon.jsx +4 -17
  134. package/src/icons/Volume2Icon.jsx +4 -17
  135. package/src/icons/WidgetIcon.jsx +10 -26
  136. package/src/icons/ZoomInIcon.jsx +2 -17
  137. package/src/icons/ZoomOutIcon.jsx +7 -0
  138. package/src/icons.jsx +12 -2
@@ -74,15 +74,15 @@
74
74
  /* White variant */
75
75
  .TooltipContent--white {
76
76
  border-radius: 3px;
77
- background: #EDEEF0;
78
- color: #111113;
77
+ background: var(--neutral-12);
78
+ color: var(--neutral-1);
79
79
  }
80
80
 
81
81
  /* Gray variant */
82
82
  .TooltipContent--gray {
83
83
  border-radius: 3px;
84
- background: #272A2D;
85
- color: rgba(252, 253, 255, 0.94);
84
+ background: var(--neutral-4);
85
+ color: var(--neutral-alpha-12);
86
86
  }
87
87
 
88
88
  /* Diagram variant (matches the "tooltip diagram" surface from Figma) */
@@ -93,16 +93,16 @@
93
93
  max-width: none;
94
94
  padding: var(--spacing-1, 4px) var(--spacing-2, 8px) var(--spacing-2, 8px);
95
95
  border-radius: var(--radius-4, 8px);
96
- border: 1px solid var(--neutral-alpha-3, rgba(221, 234, 248, 0.08));
97
- background: var(--panel-solid, #18191b);
98
- color: var(--neutral-alpha-12, rgba(252, 253, 255, 0.94));
96
+ border: 1px solid var(--neutral-alpha-3);
97
+ background: var(--neutral-4);
98
+ color: var(--neutral-alpha-12);
99
99
  box-shadow:
100
- 0 12px 32px -16px rgba(0, 0, 0, 0.3),
101
- 0 12px 60px 0 rgba(0, 0, 0, 0.15);
100
+ 0 12px 32px -16px var(--neutral-1),
101
+ 0 12px 60px 0 var(--neutral-alpha-1);
102
102
  }
103
103
 
104
104
  .TooltipDiagram .TooltipArrow {
105
- fill: var(--panel-solid, #18191b);
105
+ fill: var(--neutral-4);
106
106
  }
107
107
 
108
108
  .TooltipDiagramHeader {
@@ -114,7 +114,7 @@
114
114
  }
115
115
 
116
116
  .TooltipDiagramTitle {
117
- color: var(--neutral-alpha-9, rgba(223, 235, 253, 0.43));
117
+ color: var(--neutral-alpha-9);
118
118
  font-weight: 400;
119
119
  font-size: 14px;
120
120
  line-height: 20px;
@@ -145,20 +145,20 @@
145
145
 
146
146
  /* White shortcut */
147
147
  .TooltipShortcut--white {
148
- color: #5A6169;
148
+ color: var(--neutral-8);
149
149
  }
150
150
 
151
151
  /* Gray shortcut */
152
152
  .TooltipShortcut--gray {
153
- color: rgba(229, 237, 253, 0.48);
153
+ color: var(--neutral-alpha-10);
154
154
  }
155
155
 
156
156
  .TooltipArrow {
157
- fill: #272A2D;
157
+ fill: var(--neutral-4);
158
158
  }
159
159
 
160
160
  .TooltipContent--white .TooltipArrow {
161
- fill: #EDEEF0;
161
+ fill: var(--neutral-12);
162
162
  }
163
163
 
164
164
  .TooltipContent {
@@ -13,7 +13,7 @@
13
13
  min-width: 0;
14
14
  white-space: nowrap;
15
15
  overflow: hidden;
16
- background: linear-gradient(90deg, #fff 95%, #1d1d1d 100%);
16
+ background: linear-gradient(90deg, var(--neutral-12) 95%, var(--neutral-3) 100%);
17
17
  background-clip: text;
18
18
  -webkit-background-clip: text;
19
19
  -webkit-text-fill-color: transparent;
@@ -189,7 +189,7 @@ background-color: rgba(17, 17, 19);
189
189
  background: linear-gradient(
190
190
  90deg,
191
191
  var(--neutral-alpha-11) 95%,
192
- #1d1d1d 100%
192
+ var(--neutral-3) 100%
193
193
  );
194
194
  background-clip: text;
195
195
  text-align: left;
@@ -83,7 +83,7 @@ import { TrackHeader } from '@moises.ai/design-system'
83
83
  },
84
84
  decorators: [
85
85
  (Story) => (
86
- <div style={{ width: '400px', background: '#1d1d1d' }}>
86
+ <div style={{ width: '400px', background: 'var(--neutral-2)' }}>
87
87
  <Story />
88
88
  </div>
89
89
  ),
@@ -21,7 +21,7 @@ export function Waveform({
21
21
  infos,
22
22
  onlyButton,
23
23
  hover,
24
- waveColor = '#3f3f3f',
24
+ waveColor = 'var(--neutral-7)',
25
25
  progressColor = 'white',
26
26
  wavegroup,
27
27
  autoRepeat = false,
@@ -1,9 +1,8 @@
1
1
  export const AlertIcon = ({ width = 16, height = 16, className, ...props }) => (
2
- <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props}>
3
- <path
4
- d="M12 8.00005V13.5M12 17H12.01M10.29 3.86005L1.82002 18.0001C1.64539 18.3025 1.55299 18.6454 1.55201 18.9946C1.55103 19.3438 1.64151 19.6872 1.81445 19.9906C1.98738 20.294 2.23675 20.5468 2.53773 20.7239C2.83871 20.901 3.18082 20.9962 3.53002 21.0001H20.47C20.8192 20.9962 21.1613 20.901 21.4623 20.7239C21.7633 20.5468 22.0127 20.294 22.1856 19.9906C22.3585 19.6872 22.449 19.3438 22.448 18.9946C22.4471 18.6454 22.3547 18.3025 22.18 18.0001L13.71 3.86005C13.5318 3.56616 13.2807 3.32317 12.9812 3.15454C12.6817 2.9859 12.3438 2.89731 12 2.89731C11.6563 2.89731 11.3184 2.9859 11.0188 3.15454C10.7193 3.32317 10.4683 3.56616 10.29 3.86005Z"
5
- stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
6
- </svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Alert Icon">
3
+ <path d="M12 12.5L12 8.5M9.78538 4.22783L2.91711 17.34C2.04518 19.0046 3.25257 21 5.13169 21H18.8682C20.7473 21 21.9547 19.0046 21.0828 17.34L14.2145 4.22783C13.2787 2.44119 10.7212 2.44119 9.78538 4.22783Z" stroke="currentColor" strokeWidth="1.8" strokeMiterlimit="10" strokeLinecap="round"/>
4
+ <circle cx="1.25" cy="1.25" r="1.25" transform="matrix(1 0 0 -1 10.75 17.5)" fill="currentColor"/>
5
+ </svg>
7
6
  )
8
7
 
9
8
  AlertIcon.displayName = 'AlertIcon'
@@ -4,23 +4,9 @@ export const ArrowDownIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M6 13L12 19L18 13M12 5V18"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- strokeLinecap="round"
21
- strokeLinejoin="round"
22
- />
23
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Arrow Down Icon">
8
+ <path d="M19 13.1429L12 20L5 13.1429M12 18.8571V4" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
9
+ </svg>
24
10
  )
25
11
 
26
12
  ArrowDownIcon.displayName = 'ArrowDownIcon'
@@ -4,23 +4,9 @@ export const ArrowLeftIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M11 18L5 12L11 6M19 12L6 12"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- strokeLinecap="round"
21
- strokeLinejoin="round"
22
- />
23
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Arrow Left Icon">
8
+ <path d="M10.8571 19L4 12L10.8571 5M5.14286 12L20 12" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
9
+ </svg>
24
10
  )
25
11
 
26
12
  ArrowLeftIcon.displayName = 'ArrowLeftIcon'
@@ -4,23 +4,9 @@ export const ArrowUpIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M18 11L12 5L6 11M12 6V19"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- strokeLinecap="round"
21
- strokeLinejoin="round"
22
- />
23
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Arrow Up Icon">
8
+ <path d="M19 10.8571L12 4L5 10.8571M12 5.14286V20" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
9
+ </svg>
24
10
  )
25
11
 
26
12
  ArrowUpIcon.displayName = 'ArrowUpIcon'
@@ -4,23 +4,9 @@ export const ArrowsHorizontalIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M9 11.25L5 7.25L9 3.25M19 7L6 7M14.99 20.75L18.99 16.75L14.99 12.75M17.99 16.75L4.98999 16.75"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- strokeLinecap="round"
21
- strokeLinejoin="round"
22
- />
23
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Arrows Horizontal Icon">
8
+ <path d="M7.42857 11L4 7.5L7.5 4M4.85714 7.5L19 7.5M16.5714 20L20 16.5L16.5 13M19.1429 16.5L5 16.5" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
9
+ </svg>
24
10
  )
25
11
 
26
12
  ArrowsHorizontalIcon.displayName = 'ArrowsHorizontalIcon'
@@ -4,23 +4,9 @@ export const ArrowsVerticalIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M11.25 9.005L7.25 5.005L3.25 9.005M7 19.005L7 6.005M20.75 14.995L16.75 18.995L12.75 14.995M16.75 17.995L16.75 4.99499"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- strokeLinecap="round"
21
- strokeLinejoin="round"
22
- />
23
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Arrows Vertical Icon">
8
+ <path d="M11 7.42857L7.5 4L4 7.5M7.5 4.85714L7.5 19M20 16.5714L16.5 20L13 16.5M16.5 19.1429L16.5 5" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
9
+ </svg>
24
10
  )
25
11
 
26
12
  ArrowsVerticalIcon.displayName = 'ArrowsVerticalIcon'
@@ -4,23 +4,9 @@ export const AudioFileIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M13.67 12.8944V14.5734C13.67 15.4748 13.067 16.2649 12.1974 16.5026L11.4548 16.7056C10.4706 16.9747 9.5 16.2338 9.5 15.2135C9.5 14.5159 9.96681 13.9047 10.6397 13.7211L13.67 12.8944ZM13.67 12.8944V7M20 6.34317V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V4C4 2.89543 4.89543 2 6 2H15.6568C16.1873 2 16.696 2.21071 17.071 2.58579L19.4142 4.92895C19.7893 5.30403 20 5.81273 20 6.34317Z"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- strokeMiterlimit="10"
21
- strokeLinecap="round"
22
- />
23
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Audio File Icon">
8
+ <path d="M13 15V7M15.1716 2.5H7C5.34315 2.5 4 3.84315 4 5.5V18.5C4 20.1569 5.34315 21.5 7 21.5H17C18.6569 21.5 20 20.1569 20 18.5V7.32843C20 6.79799 19.7893 6.28929 19.4142 5.91421L16.5858 3.08579C16.2107 2.71071 15.702 2.5 15.1716 2.5ZM13 13L10.1161 14.03C9.44677 14.269 9 14.903 9 15.6137C9 16.7766 10.1521 17.5885 11.2473 17.1974L12.4319 16.7743C12.7726 16.6527 13 16.3299 13 15.9682V13Z" stroke="currentColor" strokeWidth="1.8" strokeMiterlimit="10" strokeLinecap="round"/>
9
+ </svg>
24
10
  )
25
11
 
26
12
  AudioFileIcon.displayName = 'AudioFileIcon'
@@ -0,0 +1,7 @@
1
+ export const AutomationPenIcon = ({ width = 16, height = 16, className, ...props }) => (
2
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Automation Pen Icon">
3
+ <path d="M5 9C6.65685 9 8 7.65686 8 6C8 4.34315 6.65685 3 5 3C3.34315 3 2 4.34315 2 6C2 7.65685 3.34315 9 5 9ZM5 9C5 14.3862 8.29634 19.0098 13 21M18.5 3C17.1193 3 16 4.11929 16 5.5L16 17.963C16 18.2087 16.0904 18.4458 16.2541 18.629L18.2762 20.8939C18.3955 21.0275 18.6045 21.0275 18.7238 20.8939L20.7459 18.629C20.9096 18.4458 21 18.2087 21 17.963L21 5.5C21 4.11929 19.8807 3 18.5 3Z" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
4
+ </svg>
5
+ )
6
+
7
+ AutomationPenIcon.displayName = 'AutomationPenIcon'
@@ -0,0 +1,8 @@
1
+ export const BanjoIcon = ({ width = 16, height = 16, className, ...props }) => (
2
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Banjo Icon">
3
+ <path d="M10 2L10.0049 5.25M14 5.25L13.9951 2M15 16.2104H9.00488M20 13C20 17.4169 16.4194 20.9976 12.0024 20.9976C7.58551 20.9976 4.00488 17.4169 4.00488 13C4.00488 8.58307 7.58551 5.00244 12.0024 5.00244C16.4194 5.00244 20 8.58307 20 13Z"
4
+ stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
5
+ </svg>
6
+ )
7
+
8
+ BanjoIcon.displayName = 'BanjoIcon'
@@ -4,21 +4,9 @@ export const BookmarkIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M4 3C4 2.44772 4.44772 2 5 2H19C19.5523 2 20 2.44772 20 3V20.1958C20 20.9812 19.136 21.46 18.47 21.0438L12.53 17.3312C12.2057 17.1286 11.7943 17.1286 11.47 17.3312L5.53 21.0438C4.86395 21.46 4 20.9812 4 20.1958V3Z"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- />
21
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Bookmark Icon">
8
+ <path d="M4 5.5C4 3.84315 5.34315 2.5 7 2.5H17C18.6569 2.5 20 3.84315 20 5.5V19.3915C20 20.9624 18.2721 21.9201 16.94 21.0875L13.06 18.6625C12.4115 18.2572 11.5885 18.2572 10.94 18.6625L7.06 21.0875C5.7279 21.9201 4 20.9624 4 19.3915V5.5Z" stroke="currentColor" strokeWidth="1.8" strokeMiterlimit="10"/>
9
+ </svg>
22
10
  )
23
11
 
24
12
  BookmarkIcon.displayName = 'BookmarkIcon'
@@ -0,0 +1,9 @@
1
+ export const CavacoIcon = ({ width = 16, height = 16, className, ...props }) => (
2
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Cavaco Icon">
3
+ <path d="M10.4768 13.8849H13.5232M4.5 15.9036C4.5 19.2452 7.94649 21 12.0886 21C16.2308 21 19.5 19.2452 19.5 15.9036C19.5 14.4695 18.9602 13.2098 17.4865 11.6385C16.6441 10.7403 16.3999 9.77837 17.0464 8.60949C17.4464 7.8863 17.7102 7.29774 17.7102 6.6C17.7102 4.61178 16.0984 3 14.1102 3H9.88977C7.90155 3 6.28977 4.61178 6.28977 6.6C6.28977 7.29774 6.55358 7.8863 6.9536 8.60949C7.60014 9.77837 7.35595 10.7403 6.51349 11.6385C5.03975 13.2098 4.5 14.4695 4.5 15.9036Z"
4
+ stroke="currentColor" strokeWidth="1.8" strokeLinecap="round"/>
5
+ <circle cx="12" cy="8" r="2" fill="currentColor"/>
6
+ </svg>
7
+ )
8
+
9
+ CavacoIcon.displayName = 'CavacoIcon'
@@ -1,7 +1,7 @@
1
1
  export const CheckIcon = ({ width = 16, height = 16, className, ...props }) => (
2
- <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props}>
3
- <path d="M20 6L9 17L4 12" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
4
- </svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Check Icon">
3
+ <path d="M20.5 7L10.5671 16.9393C9.98159 17.5251 9.03206 17.5256 8.44604 16.9402L3.5 12" stroke="currentColor" strokeWidth="1.8" strokeMiterlimit="10" strokeLinecap="round"/>
4
+ </svg>
5
5
  )
6
6
 
7
7
  CheckIcon.displayName = 'CheckIcon'
@@ -4,23 +4,9 @@ export const ChevronLeftIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M15 20L9 12L15 4"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- strokeLinecap="round"
21
- strokeLinejoin="round"
22
- />
23
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Chevron Left Icon">
8
+ <path d="M14 6.5L9.53348 11.8598C9.22444 12.2307 9.22444 12.7693 9.53348 13.1402L14 18.5" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
9
+ </svg>
24
10
  )
25
11
 
26
12
  ChevronLeftIcon.displayName = 'ChevronLeftIcon'
@@ -4,23 +4,9 @@ export const ChevronRightIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M9 20L15 12L9 4"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- strokeLinecap="round"
21
- strokeLinejoin="round"
22
- />
23
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Chevron Right Icon">
8
+ <path d="M10 6.5L14.4665 11.8598C14.7756 12.2307 14.7756 12.7693 14.4665 13.1402L10 18.5" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
9
+ </svg>
24
10
  )
25
11
 
26
12
  ChevronRightIcon.displayName = 'ChevronRightIcon'
@@ -4,23 +4,9 @@ export const ChevronUpIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M20 15L12 9L4 15"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- strokeLinecap="round"
21
- strokeLinejoin="round"
22
- />
23
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Chevron Up Icon">
8
+ <path d="M18 14L12.6402 9.53348C12.2693 9.22444 11.7307 9.22444 11.3598 9.53348L6 14" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
9
+ </svg>
24
10
  )
25
11
 
26
12
  ChevronUpIcon.displayName = 'ChevronUpIcon'
@@ -1,9 +1,6 @@
1
1
  export const ChordGrid4Icon = ({ width = 16, height = 16, className, ...props }) => (
2
- <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 16 16" fill="none" className={className} {...props}>
3
- <path
4
- d="M6.00016 2.33337V6.66671M10.0002 2.33337V6.66671M6.00016 9.33337V13.6666M10.0002 9.33337V13.6666M3.3335 6.66671H12.6668C13.2191 6.66671 13.6668 6.21899 13.6668 5.66671V3.33337C13.6668 2.78109 13.2191 2.33337 12.6668 2.33337H3.3335C2.78121 2.33337 2.3335 2.78109 2.3335 3.33337V5.66671C2.3335 6.21899 2.78121 6.66671 3.3335 6.66671ZM3.3335 13.6666H12.6668C13.2191 13.6666 13.6668 13.2189 13.6668 12.6666V10.3334C13.6668 9.78109 13.2191 9.33337 12.6668 9.33337H3.3335C2.78121 9.33337 2.3335 9.78109 2.3335 10.3334V12.6666C2.3335 13.2189 2.78121 13.6666 3.3335 13.6666Z"
5
- stroke="currentColor"
6
- strokeMiterlimit="10"/>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Chord Grid 4 Icon">
3
+ <path d="M12 3.5V10M12 14V20.4998M5 10H19C19.8284 10 20.5 9.32843 20.5 8.5V5C20.5 4.17157 19.8284 3.5 19 3.5H5C4.17157 3.5 3.5 4.17157 3.5 5V8.5C3.5 9.32843 4.17157 10 5 10ZM5 20.4998H19C19.8284 20.4998 20.5 19.8282 20.5 18.9998V15.5C20.5 14.6716 19.8284 14 19 14H5C4.17157 14 3.5 14.6716 3.5 15.5V18.9998C3.5 19.8282 4.17157 20.4998 5 20.4998Z" stroke="currentColor" strokeWidth="1.8" strokeMiterlimit="10"/>
7
4
  </svg>
8
5
  )
9
6
 
@@ -4,22 +4,10 @@ export const Chords2Icon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M11.5 5H3.8C3.63431 5 3.5 5.13431 3.5 5.3V12.5M11.5 19.5H3.8C3.63431 19.5 3.5 19.3657 3.5 19.2V12.5M10.5 12.5H3.5M15 3.5V13M15 13V16.7C15 16.8657 15.1346 17.0008 15.3001 16.9926C17.7974 16.8689 19.9307 15.2096 20.4023 12.8521C20.7771 10.9777 19.8229 8.98404 18.1189 8.98404C16.7046 8.98404 15 10.5 15 13Z"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- strokeLinecap="round"
21
- />
22
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Chords 2 Icon">
8
+ <path d="M11 5H5C4.17157 5 3.5 5.67157 3.5 6.5V12.5M11 19.5H5C4.17157 19.5 3.5 18.8284 3.5 18V12.5M3.5 12.5H10M15 3.5V13M15 13V16.7C15 16.8657 15.1346 17.0008 15.3001 16.9926C17.7974 16.8689 19.9307 15.2096 20.4023 12.8521C20.7771 10.9777 19.8229 8.98404 18.1189 8.98404C16.7046 8.98404 15 10.5 15 13Z"
9
+ stroke="currentColor" strokeWidth="1.8" strokeMiterlimit="10" strokeLinecap="round"/>
10
+ </svg>
23
11
  )
24
12
 
25
13
  Chords2Icon.displayName = 'Chords2Icon'
@@ -4,28 +4,11 @@ export const ChordsDetectionIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M19.5 22V22.75H21V22H19.5ZM3 22V22.75H4.5V22H3ZM14 22V22.75H15.5V22H14ZM5.75 2.75H18.25V1.25H5.75V2.75ZM19.5 4V22H21V4H19.5ZM4.5 22V4H3V22H4.5ZM18.25 2.75C18.9404 2.75 19.5 3.30964 19.5 4H21C21 2.48122 19.7688 1.25 18.25 1.25V2.75ZM5.75 1.25C4.23122 1.25 3 2.48122 3 4H4.5C4.5 3.30964 5.05964 2.75 5.75 2.75V1.25ZM10 19.2159L10 2L8.5 2L8.5 19.2159H10ZM15.5 22V2H14V22H15.5ZM3.75 15.25H20.25V13.75H3.75V15.25Z"
18
- fill="currentColor"
19
- />
20
- <path
21
- d="M11.25 20.75C11.25 21.8546 10.3546 22.75 9.25 22.75C8.14543 22.75 7.25 21.8546 7.25 20.75C7.25 19.6454 8.14543 18.75 9.25 18.75C10.3546 18.75 11.25 19.6454 11.25 20.75Z"
22
- fill="currentColor"
23
- />
24
- <path
25
- d="M16.75 8.25C16.75 9.35457 15.8546 10.25 14.75 10.25C13.6454 10.25 12.75 9.35457 12.75 8.25C12.75 7.14543 13.6454 6.25 14.75 6.25C15.8546 6.25 16.75 7.14543 16.75 8.25Z"
26
- fill="currentColor"
27
- />
28
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Chords Detection Icon">
8
+ <path d="M9.25 4L9.25 20M14.75 4L14.75 20M3.75 20V7C3.75 5.34315 5.09315 4 6.75 4H17.25C18.9069 4 20.25 5.34315 20.25 7V20M20.25 13.9951H3.75" stroke="currentColor" strokeWidth="1.8" strokeMiterlimit="10" strokeLinecap="round"/>
9
+ <path d="M10.9985 19.1499C10.9985 20.1164 10.215 20.8999 9.24848 20.8999C8.28198 20.8999 7.49848 20.1164 7.49848 19.1499C7.49848 18.1834 8.28198 17.3999 9.24848 17.3999C10.215 17.3999 10.9985 18.1834 10.9985 19.1499Z" fill="currentColor"/>
10
+ <path d="M16.5 9.1499C16.5 10.1164 15.7165 10.8999 14.75 10.8999C13.7835 10.8999 13 10.1164 13 9.1499C13 8.1834 13.7835 7.3999 14.75 7.3999C15.7165 7.3999 16.5 8.1834 16.5 9.1499Z" fill="currentColor"/>
11
+ </svg>
29
12
  )
30
13
 
31
14
  ChordsDetectionIcon.displayName = 'ChordsDetectionIcon'
@@ -1,20 +1,7 @@
1
1
  export const CloseIcon = ({ width = 16, height = 16, className, ...props }) => (
2
- <svg
3
- xmlns="http://www.w3.org/2000/svg"
4
- width={width}
5
- height={height}
6
- viewBox="0 0 16 16"
7
- fill="none"
8
- className={className}
9
- {...props}
10
- >
11
- <path
12
- d="M12.6668 3.33301L3.3335 12.6663M3.3335 3.33301L12.6668 12.6663"
13
- stroke="currentColor"
14
- strokeLinecap="round"
15
- strokeLinejoin="round"
16
- />
17
- </svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Close Icon">
3
+ <path d="M19 5L5 19M5 5L19 19" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round"/>
4
+ </svg>
18
5
  )
19
6
 
20
7
  CloseIcon.displayName = 'CloseIcon'
@@ -4,23 +4,9 @@ export const ComputerIcon = ({
4
4
  className,
5
5
  ...props
6
6
  }) => (
7
- <svg
8
- xmlns="http://www.w3.org/2000/svg"
9
- width={width}
10
- height={height}
11
- viewBox="0 0 24 24"
12
- fill="none"
13
- className={className}
14
- {...props}
15
- >
16
- <path
17
- d="M14 16V21M10 21V16M18 21H6M3 16H21C21.5523 16 22 15.5523 22 15V4C22 3.44772 21.5523 3 21 3H3C2.44772 3 2 3.44772 2 4V15C2 15.5523 2.44772 16 3 16Z"
18
- stroke="currentColor"
19
- strokeWidth="1.5"
20
- strokeLinecap="round"
21
- strokeLinejoin="round"
22
- />
23
- </svg>
7
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Computer Icon">
8
+ <path d="M7 21H17M12 21V16M6 16H18C19.6569 16 21 14.6569 21 13V6C21 4.34315 19.6569 3 18 3H6C4.34315 3 3 4.34315 3 6V13C3 14.6569 4.34315 16 6 16Z" stroke="currentColor" strokeWidth="1.8" strokeMiterlimit="10" strokeLinecap="round"/>
9
+ </svg>
24
10
  )
25
11
 
26
12
  ComputerIcon.displayName = 'ComputerIcon'
@@ -1,23 +1,10 @@
1
1
  export const CountInIcon = ({ width, height, className, ...props }) => (
2
- <svg
3
- width={width}
4
- height={height}
5
- className={className}
6
- viewBox="0 0 20 20"
7
- fill="none"
8
- xmlns="http://www.w3.org/2000/svg"
9
- {...props}
10
- >
11
- <g id="ic-count-in">
12
- <path
13
- id="Stroke"
14
- d="M4.16675 2.2383L5.42218 1.17901C5.58473 1.04185 5.8334 1.1574 5.8334 1.37008L5.83341 7.91536M16.0417 16.9786L16.0417 11.9845C16.0417 11.742 15.7311 11.6415 15.589 11.8381L12.1615 16.5822C12.0421 16.7475 12.1602 16.9786 12.3642 16.9786H16.0417ZM16.0417 16.9786L16.0417 18.8791M16.0417 16.9786H17.2882M12.5001 2.91536C12.5001 1.66536 13.2622 0.832031 14.5834 0.832031C16.3662 0.832031 17.0834 2.91536 15.8334 4.16536C14.6852 5.31359 13.8552 6.00625 12.4665 7.49877C12.3186 7.65766 12.4315 7.91536 12.6486 7.91536H16.6667M5.362 15.2251C6.6676 15.2251 7.2875 14.3352 7.2875 13.4452C7.2875 12.5553 6.49243 11.6657 5.22134 11.6657C4.19916 11.6657 3.50474 12.241 3.27197 12.9291M5.362 15.2251H4.56693M5.362 15.2251C6.6676 15.2251 7.2875 16.1151 7.2875 17.005C7.2875 17.895 6.49243 18.7846 5.22134 18.7846C4.19916 18.7846 3.50474 18.2093 3.27197 17.5211"
15
- stroke="currentColor"
16
- strokeWidth="1.5"
17
- strokeLinecap="round"
18
- />
19
- </g>
20
- </svg>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props} aria-label="Count In Icon">
3
+ <path d="M7.11523 9.90576V3.73584H7.07715L6.20752 4.35156C5.93457 4.5293 5.77588 4.58643 5.5918 4.58643C5.24268 4.58643 4.98242 4.32617 4.98242 3.97705C4.98242 3.71045 5.14746 3.47559 5.47119 3.25977L6.60742 2.46631C7.06445 2.15527 7.42627 2.02832 7.78174 2.02832C8.39746 2.02832 8.81006 2.45361 8.81006 3.09473V9.90576C8.81006 10.4897 8.49902 10.8262 7.95947 10.8262C7.42627 10.8262 7.11523 10.4834 7.11523 9.90576Z" fill="currentColor"/>
4
+ <path d="M4.60938 19.9219C4.60938 19.522 4.89502 19.23 5.28223 19.23C5.56152 19.23 5.771 19.3633 6.00586 19.7061C6.37402 20.29 6.93896 20.6011 7.6499 20.6011C8.60205 20.6011 9.21777 20.0869 9.21777 19.2998C9.21777 18.5127 8.58936 17.9795 7.65625 17.9795H7.03418C6.65332 17.9795 6.37402 17.6938 6.37402 17.3003C6.37402 16.9194 6.64697 16.6338 7.03418 16.6338H7.62451C8.40527 16.6338 8.97656 16.126 8.97656 15.4277C8.97656 14.7295 8.41797 14.2534 7.61182 14.2534C6.9834 14.2534 6.49463 14.5454 6.1582 15.1167C5.96777 15.4341 5.74561 15.5674 5.44727 15.5674C5.04102 15.5674 4.74902 15.2817 4.74902 14.8691C4.74902 13.8535 5.98682 12.9204 7.64355 12.9204C9.39551 12.9204 10.627 13.8662 10.627 15.2183C10.627 16.1577 9.92236 17.021 9.04639 17.1479V17.2559C10.1001 17.3574 10.8936 18.2588 10.8936 19.3569C10.8936 20.874 9.54785 21.9341 7.63721 21.9341C5.92334 21.9341 4.60938 20.9692 4.60938 19.9219Z" fill="currentColor"/>
5
+ <path d="M13.2744 9.98193C13.2744 9.6582 13.4458 9.38525 13.979 8.83936L16.3467 6.2876C17.0449 5.54492 17.3242 5.0625 17.3242 4.5293C17.3242 3.80566 16.7974 3.31689 16.0166 3.31689C15.3691 3.31689 14.8931 3.67236 14.6455 4.33887C14.4424 4.73242 14.2266 4.90381 13.8965 4.90381C13.4712 4.90381 13.1792 4.59912 13.1792 4.17383C13.1792 3.03125 14.3979 1.92041 16.1118 1.92041C17.7876 1.92041 18.9937 2.95508 18.9937 4.3833C18.9937 5.25293 18.6001 5.97021 17.5146 7.11279L15.4961 9.271V9.35352H18.4731C18.9683 9.35352 19.2729 9.62012 19.2729 10.0581C19.2729 10.4897 18.9746 10.75 18.4731 10.75H14.1948C13.6362 10.75 13.2744 10.4453 13.2744 9.98193Z" fill="currentColor"/>
6
+ <path d="M17.1465 20.9565V20.144H13.979C13.3315 20.144 12.938 19.7949 12.938 19.2046C12.938 18.9253 13.0142 18.6777 13.249 18.2017C13.9727 16.8306 14.6519 15.6753 15.7817 14.0059C16.3149 13.2314 16.7212 12.9648 17.3813 12.9648C18.2383 12.9648 18.7524 13.4219 18.7524 14.1772V18.7476H19.1777C19.6348 18.7476 19.9141 19.0269 19.9141 19.4585C19.9141 19.8838 19.6411 20.144 19.1777 20.144H18.7524V20.9565C18.7524 21.4961 18.4478 21.8262 17.9463 21.8262C17.4448 21.8262 17.1465 21.4961 17.1465 20.9565ZM14.5059 18.7476H17.1465V14.4375H17.0576C16.2959 15.5928 15.0645 17.6938 14.5059 18.7031V18.7476Z" fill="currentColor"/>
7
+ </svg>
21
8
  )
22
9
 
23
10
  CountInIcon.displayName = 'CountInIcon'