@moises.ai/design-system 4.19.2 → 4.19.3
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/{AutomationPenIcon-508hiLNg.js → HiFi1Icon-DW-qHZUd.js} +4627 -3064
- package/dist/colors/custom-styles.css +24 -24
- package/dist/icons.js +687 -695
- package/dist/index.js +409 -409
- package/package.json +1 -1
- package/src/colors/custom-styles.css +24 -24
- package/src/components/Countdown/Countdown.module.css +5 -5
- package/src/components/DataTable/DataTable.module.css +3 -3
- package/src/components/Extension/Extension.jsx +1 -1
- package/src/components/Extension/Extension.stories.jsx +2 -2
- package/src/components/InputLevelMeter/InputLevelMeter.stories.jsx +2 -2
- package/src/components/InstrumentSelect/InstrumentSelectCard.jsx +1 -1
- package/src/components/Knob/utils.js +1 -1
- package/src/components/PanControl/PanControl.jsx +2 -2
- package/src/components/PeakLevel/PeakLevel.stories.jsx +1 -1
- package/src/components/RecordingForm/RecordingForm.module.css +1 -1
- package/src/components/SetlistList/SetlistList.module.css +1 -1
- package/src/components/Shell/Shell.stories.jsx +2 -2
- package/src/components/SliderLibrary/SliderLibrary.module.css +6 -6
- package/src/components/SliderLibrary/SliderLibrary.stories.jsx +3 -3
- package/src/components/SpecialDialog/SpecialDialog.module.css +1 -1
- package/src/components/StemGenerationForm/CreateNew/CreateNew.jsx +2 -2
- package/src/components/Tooltip/Tooltip.module.css +15 -15
- package/src/components/TrackHeader/TrackHeader.module.css +2 -2
- package/src/components/TrackHeader/TrackHeader.stories.jsx +1 -1
- package/src/components/VoiceConversionForm/Waveform/Waveform.jsx +1 -1
- package/src/icons/AlertIcon.jsx +5 -4
- package/src/icons/ArrowDownIcon.jsx +17 -3
- package/src/icons/ArrowLeftIcon.jsx +17 -3
- package/src/icons/ArrowUpIcon.jsx +17 -3
- package/src/icons/ArrowsHorizontalIcon.jsx +17 -3
- package/src/icons/ArrowsVerticalIcon.jsx +17 -3
- package/src/icons/AudioFileIcon.jsx +17 -3
- package/src/icons/BookmarkIcon.jsx +15 -3
- package/src/icons/CheckIcon.jsx +3 -3
- package/src/icons/ChevronLeftIcon.jsx +17 -3
- package/src/icons/ChevronRightIcon.jsx +17 -3
- package/src/icons/ChevronUpIcon.jsx +17 -3
- package/src/icons/ChordGrid4Icon.jsx +5 -2
- package/src/icons/Chords2Icon.jsx +16 -4
- package/src/icons/ChordsDetectionIcon.jsx +22 -5
- package/src/icons/CloseIcon.jsx +16 -3
- package/src/icons/ComputerIcon.jsx +17 -3
- package/src/icons/CountInIcon.jsx +19 -6
- package/src/icons/CropIcon.jsx +17 -2
- package/src/icons/CrownIcon.jsx +17 -3
- package/src/icons/DelayIcon.jsx +16 -3
- package/src/icons/DynamicMicrophone2Icon.jsx +9 -4
- package/src/icons/EditIcon.jsx +16 -3
- package/src/icons/EffectsIcon.jsx +16 -4
- package/src/icons/EmailIcon.jsx +24 -3
- package/src/icons/ExternalLinkIcon.jsx +3 -3
- package/src/icons/EyeIcon.jsx +26 -4
- package/src/icons/EyeOffIcon.jsx +24 -3
- package/src/icons/Filter2Icon.jsx +17 -3
- package/src/icons/FlatAndSharpIcon.jsx +16 -3
- package/src/icons/GuitarAmpIcon.jsx +32 -6
- package/src/icons/HelpIcon.jsx +3 -4
- package/src/icons/Info2Icon.jsx +4 -4
- package/src/icons/Knob3Icon.jsx +17 -8
- package/src/icons/LibraryIcon.jsx +16 -2
- package/src/icons/LinkIcon.jsx +17 -4
- package/src/icons/LoopSection2Icon.jsx +17 -4
- package/src/icons/LyricsIcon.jsx +24 -5
- package/src/icons/MagicWandIcon.jsx +8 -5
- package/src/icons/MaracasIcon.jsx +15 -4
- package/src/icons/MasteringIcon.jsx +28 -5
- package/src/icons/MetronomeIcon.jsx +14 -4
- package/src/icons/Mixer2Icon.jsx +16 -4
- package/src/icons/More2Icon.jsx +44 -1
- package/src/icons/MoreIcon.jsx +41 -4
- package/src/icons/MusicAddIcon.jsx +17 -3
- package/src/icons/MusicNoteIcon.jsx +17 -3
- package/src/icons/MusicRemoveIcon.jsx +17 -3
- package/src/icons/NoChords2Icon.jsx +16 -3
- package/src/icons/NoChordsDetectionIcon.jsx +22 -6
- package/src/icons/NoEyeIcon.jsx +3 -4
- package/src/icons/NoMusicIcon.jsx +17 -2
- package/src/icons/NoMusicNoteIcon.jsx +16 -3
- package/src/icons/NoSearchIcon.jsx +17 -3
- package/src/icons/NoSpliterIcon.jsx +14 -3
- package/src/icons/NoVolume2Icon.jsx +17 -3
- package/src/icons/PenIcon.jsx +3 -3
- package/src/icons/PlayOnRepeatIcon.jsx +17 -4
- package/src/icons/PowerSwitchIcon.jsx +3 -4
- package/src/icons/RadioOffIcon.jsx +17 -3
- package/src/icons/RedoIcon.jsx +16 -3
- package/src/icons/RefreshIcon.jsx +17 -3
- package/src/icons/SearchIcon.jsx +18 -3
- package/src/icons/Sections2Icon.jsx +7 -4
- package/src/icons/Setlist2Icon.jsx +17 -3
- package/src/icons/SettingsIcon.jsx +18 -5
- package/src/icons/ShareIosIcon.jsx +9 -3
- package/src/icons/SidebarLeftIcon.jsx +16 -3
- package/src/icons/SidebarRightIcon.jsx +17 -3
- package/src/icons/SongBarIcon.jsx +17 -3
- package/src/icons/SoundEffectsIcon.jsx +17 -8
- package/src/icons/SparkBarsIcon.jsx +16 -4
- package/src/icons/SparklesIcon.jsx +7 -4
- package/src/icons/SpeedChangerIcon.jsx +15 -2
- package/src/icons/SpliterIcon.jsx +17 -4
- package/src/icons/Star1Icon.jsx +4 -5
- package/src/icons/Star2Icon.jsx +4 -5
- package/src/icons/Star3Icon.jsx +4 -5
- package/src/icons/StarIcon.jsx +16 -4
- package/src/icons/TrashIcon.jsx +17 -3
- package/src/icons/TrimIcon.jsx +17 -2
- package/src/icons/UkuleleIcon.jsx +40 -8
- package/src/icons/UndoIcon.jsx +16 -3
- package/src/icons/UnlockIcon.jsx +13 -3
- package/src/icons/UserGroupIcon.jsx +17 -4
- package/src/icons/UserIcon.jsx +4 -4
- package/src/icons/UserVoiceIcon.jsx +6 -4
- package/src/icons/Video2Icon.jsx +22 -4
- package/src/icons/VideoIcon.jsx +17 -3
- package/src/icons/Volume0Icon.jsx +17 -4
- package/src/icons/Volume1Icon.jsx +17 -4
- package/src/icons/Volume2Icon.jsx +17 -4
- package/src/icons/WidgetIcon.jsx +26 -10
- package/src/icons/ZoomInIcon.jsx +17 -2
- package/src/icons.jsx +2 -12
- package/src/icons/AutomationPenIcon.jsx +0 -7
- package/src/icons/BanjoIcon.jsx +0 -8
- package/src/icons/CavacoIcon.jsx +0 -9
- package/src/icons/DownloadIcon.jsx +0 -7
- package/src/icons/FitWidthIcon.jsx +0 -7
- package/src/icons/MandolinIcon.jsx +0 -8
- package/src/icons/MixerVerticalIcon.jsx +0 -7
- package/src/icons/MoreMenuIcon.jsx +0 -9
- package/src/icons/MusicBookIcon.jsx +0 -8
- package/src/icons/NowPlayingIcon.jsx +0 -7
- package/src/icons/ZoomOutIcon.jsx +0 -7
|
@@ -4,12 +4,38 @@ export const GuitarAmpIcon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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 8C6 8.55228 5.55228 9 5 9C4.44772 9 4 8.55228 4 8C4 7.44772 4.44772 7 5 7C5.55228 7 6 7.44772 6 8Z"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8Z"
|
|
22
|
+
fill="currentColor"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M12 8C12 8.55228 11.5523 9 11 9C10.4477 9 10 8.55228 10 8C10 7.44772 10.4477 7 11 7C11.5523 7 12 7.44772 12 8Z"
|
|
26
|
+
fill="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M18 7.5C18 7.22386 18.2239 7 18.5 7H19.5C19.7761 7 20 7.22386 20 7.5V8.5C20 8.77614 19.7761 9 19.5 9H18.5C18.2239 9 18 8.77614 18 8.5V7.5Z"
|
|
30
|
+
fill="currentColor"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M17 3C15.6154 3 14.0769 2 12 2C9.92308 2 9.07692 2.99997 7 3M2 11H22M3 21L6 18M6 18L9 15M6 18L9 21L12 18M6 18L3 15L6 12L9 15M9 15L12 12L15 15M9 15L12 18M21 21L18 18M18 18L15 15M18 18L15 21L12 18M18 18L21 15L18 12L15 15M15 15L12 18M3 22H21C21.5523 22 22 21.5523 22 21V6C22 5.44772 21.5523 5 21 5H3C2.44772 5 2 5.44772 2 6V21C2 21.5523 2.44772 22 3 22Z"
|
|
34
|
+
stroke="currentColor"
|
|
35
|
+
strokeWidth="1.5"
|
|
36
|
+
strokeLinecap="round"
|
|
37
|
+
/>
|
|
38
|
+
</svg>
|
|
13
39
|
)
|
|
14
40
|
|
|
15
41
|
GuitarAmpIcon.displayName = 'GuitarAmpIcon'
|
package/src/icons/HelpIcon.jsx
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
export const HelpIcon = ({ 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
|
-
|
|
4
|
-
|
|
5
|
-
</svg>
|
|
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="M9.09003 9C9.32513 8.33167 9.78918 7.76811 10.4 7.40914C11.0108 7.05016 11.7289 6.91894 12.4272 7.03872C13.1255 7.15849 13.7588 7.52153 14.2151 8.06353C14.6714 8.60554 14.9211 9.29153 14.92 10C14.92 12 11.92 13 11.92 13V14.7662M12 18V18.0201M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
|
|
4
|
+
</svg>
|
|
6
5
|
)
|
|
7
6
|
|
|
8
7
|
HelpIcon.displayName = 'HelpIcon'
|
package/src/icons/Info2Icon.jsx
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export const Info2Icon = ({ width = 16, height = 16, className, ...props }) => (
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
</svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 22 22" fill="none" className={className} {...props}>
|
|
3
|
+
<path d="M9.875 9.5C9.46079 9.5 9.125 9.83579 9.125 10.25C9.125 10.6642 9.46079 11 9.875 11V9.5ZM10.75 10.25H11.5C11.5 9.83579 11.1642 9.5 10.75 9.5V10.25ZM10 16.25C10 16.6642 10.3358 17 10.75 17C11.1642 17 11.5 16.6642 11.5 16.25H10ZM20 10.75C20 15.8586 15.8586 20 10.75 20V21.5C16.6871 21.5 21.5 16.6871 21.5 10.75H20ZM10.75 20C5.64137 20 1.5 15.8586 1.5 10.75H0C0 16.6871 4.81294 21.5 10.75 21.5V20ZM1.5 10.75C1.5 5.64137 5.64137 1.5 10.75 1.5V0C4.81294 0 0 4.81294 0 10.75H1.5ZM10.75 1.5C15.8586 1.5 20 5.64137 20 10.75H21.5C21.5 4.81294 16.6871 0 10.75 0V1.5ZM9.875 11H10.75V9.5H9.875V11ZM10 10.25V16.25H11.5V10.25H10ZM10.625 5.875V7.375C11.4534 7.375 12.125 6.70343 12.125 5.875H10.625ZM10.625 5.875H9.125C9.125 6.70343 9.79657 7.375 10.625 7.375V5.875ZM10.625 5.875V4.375C9.79657 4.375 9.125 5.04657 9.125 5.875H10.625ZM10.625 5.875H12.125C12.125 5.04657 11.4534 4.375 10.625 4.375V5.875Z"
|
|
4
|
+
fill="currentColor" />
|
|
5
|
+
</svg>
|
|
6
6
|
)
|
|
7
7
|
|
|
8
8
|
Info2Icon.displayName = 'Info2Icon'
|
package/src/icons/Knob3Icon.jsx
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
export const Knob3Icon = ({ width = 16, height = 16, className, ...props }) => (
|
|
2
|
-
<svg
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width={width}
|
|
5
|
+
height={height}
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<g>
|
|
12
|
+
<path
|
|
13
|
+
d="M11.9999 0.75V1.25M19.9552 4.0452L19.6017 4.39875M23.2504 12.0005L22.7504 12.0005M0.749329 12.0005H1.24933M4.04459 4.04504L4.39814 4.39859M16.9551 7.04519L13.9999 9.99998M19.5131 12.0002C19.5131 16.1496 16.1494 19.5134 12 19.5134C7.85058 19.5134 4.48683 16.1496 4.48683 12.0002C4.48683 7.85083 7.85058 4.48707 12 4.48707C16.1494 4.48707 19.5131 7.85083 19.5131 12.0002Z"
|
|
14
|
+
stroke="currentColor"
|
|
15
|
+
strokeWidth="1.5"
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
/>
|
|
18
|
+
</g>
|
|
10
19
|
</svg>
|
|
11
20
|
)
|
|
12
21
|
|
|
@@ -4,8 +4,22 @@ export const LibraryIcon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
7
|
+
<svg
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
width={width}
|
|
10
|
+
height={height}
|
|
11
|
+
viewBox="0 0 16 16"
|
|
12
|
+
fill="none"
|
|
13
|
+
className={className}
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<g>
|
|
17
|
+
<path
|
|
18
|
+
d="M3.16602 3.16602L3.16602 12.8327M6.49935 3.16602L6.49935 12.8327M9.25508 3.20901L13.6499 12.6337"
|
|
19
|
+
stroke="currentColor"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
/>
|
|
22
|
+
</g>
|
|
9
23
|
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
package/src/icons/LinkIcon.jsx
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
export const LinkIcon = ({ width = 16, height = 16, className, ...props }) => (
|
|
2
|
-
<svg
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width={width}
|
|
5
|
+
height={height}
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M9.99994 13C10.4294 13.5741 10.9773 14.0491 11.6065 14.3929C12.2357 14.7367 12.9314 14.9411 13.6466 14.9923C14.3617 15.0435 15.0795 14.9403 15.7513 14.6897C16.423 14.4392 17.0331 14.047 17.5399 13.54L20.5399 10.54C21.4507 9.59695 21.9547 8.33394 21.9433 7.02296C21.9319 5.71198 21.4061 4.45791 20.479 3.53087C19.552 2.60383 18.2979 2.07799 16.9869 2.0666C15.676 2.0552 14.413 2.55918 13.4699 3.46997L11.7499 5.17997M14 11C13.5705 10.4258 13.0226 9.95078 12.3934 9.60703C11.7642 9.26327 11.0684 9.05885 10.3533 9.00763C9.63816 8.95642 8.92037 9.0596 8.24861 9.31018C7.57685 9.56077 6.96684 9.9529 6.45996 10.46L3.45996 13.46C2.54917 14.403 2.04519 15.666 2.05659 16.977C2.06798 18.288 2.59382 19.542 3.52086 20.4691C4.4479 21.3961 5.70197 21.9219 7.01295 21.9333C8.32393 21.9447 9.58694 21.4408 10.53 20.53L12.24 18.82"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth="1.5"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
6
19
|
)
|
|
7
20
|
|
|
8
21
|
LinkIcon.displayName = 'LinkIcon'
|
|
@@ -4,10 +4,23 @@ export const LoopSection2Icon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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="M10 2L14 6L10 10M13.0625 6H4C2.34315 6 1 7.34315 1 9V12C1 13.6569 2.34315 15 4 15H20C21.6569 15 23 13.6569 23 12V9C23 7.34315 21.6569 6 20 6H18M1 18V19C1 20.6569 2.34315 22 4 22H20C21.6569 22 23 20.6569 23 19V18"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
11
24
|
)
|
|
12
25
|
|
|
13
26
|
LoopSection2Icon.displayName = 'LoopSection2Icon'
|
package/src/icons/LyricsIcon.jsx
CHANGED
|
@@ -4,11 +4,30 @@ export const LyricsIcon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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.41667 10.4999C10.015 10.4999 10.5 10.0149 10.5 9.41659C10.5 8.81828 10.015 8.33325 9.41667 8.33325C8.81836 8.33325 8.33334 8.81828 8.33334 9.41659C8.33334 10.0149 8.81836 10.4999 9.41667 10.4999Z"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M14.5 10.5C15.0983 10.5 15.5833 10.015 15.5833 9.41667C15.5833 8.81836 15.0983 8.33333 14.5 8.33333C13.9017 8.33333 13.4167 8.81836 13.4167 9.41667C13.4167 10.015 13.9017 10.5 14.5 10.5Z"
|
|
22
|
+
fill="currentColor"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M8.51673 13.0489C10.7117 12.4503 11.0668 9.83178 10.0668 8.83178C9.06681 7.83178 7.88818 9.49223 8.96567 10.031C9.574 10.3352 10.0668 9.78158 9.88845 9.44035M13.4302 13.0489C15.6253 12.4503 15.9803 9.83178 14.9803 8.83178C13.9803 7.83178 12.8017 9.49223 13.8792 10.031C14.4875 10.3352 14.9803 9.78158 14.802 9.44035M8.48528 18.7061H19C20.6569 18.7061 22 17.3629 22 15.7061V5.70605C22 4.0492 20.6569 2.70605 19 2.70605H5C3.34315 2.70605 2 4.0492 2 5.70605V20.2918C2 21.1827 3.07714 21.6289 3.70711 20.9989L4.24264 20.4634C5.36786 19.3382 6.89398 18.7061 8.48528 18.7061Z"
|
|
26
|
+
stroke="currentColor"
|
|
27
|
+
strokeWidth="1.5"
|
|
28
|
+
strokeLinecap="round"
|
|
29
|
+
/>
|
|
30
|
+
</svg>
|
|
12
31
|
)
|
|
13
32
|
|
|
14
33
|
LyricsIcon.displayName = 'LyricsIcon'
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
export const MagicWandIcon = ({ 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
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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="M19.3777 13.5788V16.3419M19.3777 16.3419V19.1051M19.3777 16.3419H22.1277M19.3777 16.3419H16.6277M14.2666 5.421L17.4999 8.66974M9.49993 5.42105C7.37965 5.42028 5.65952 3.69608 5.64637 1.56422C5.63324 3.69364 3.91687 5.41636 1.79993 5.42106C3.92455 5.42578 5.64553 7.16097 5.6463 9.30106C5.64707 7.15854 7.37197 5.42183 9.49993 5.42105ZM2.13661 19.1051L4.31785 21.2967C4.74742 21.7284 5.44391 21.7284 5.87348 21.2967L21.5589 5.53624C21.9885 5.10461 21.9885 4.40479 21.5589 3.97316L19.3777 1.78149C18.9481 1.34986 18.2517 1.34986 17.8221 1.78149L2.13661 17.542C1.70704 17.9736 1.70703 18.6734 2.13661 19.1051Z"
|
|
5
|
+
stroke="currentColor"
|
|
6
|
+
strokeWidth="1.5"
|
|
7
|
+
strokeLinecap="round"
|
|
8
|
+
strokeLinejoin="round" />
|
|
9
|
+
</svg>
|
|
7
10
|
)
|
|
8
11
|
|
|
9
12
|
MagicWandIcon.displayName = 'MagicWandIcon'
|
|
@@ -4,10 +4,21 @@ export const MaracasIcon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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="M10.8065 3.80936C11.9248 2.69104 15.1256 3.69178 17.717 6.28318C20.3084 8.87459 21.3091 12.0754 20.1908 13.1937M8.48832 8.00436C9.25653 5.79428 12.5253 6.81031 14.8575 9.14257C17.1898 11.4748 18.2058 14.7436 15.9958 15.5118M20.1233 13.261C18.5553 14.8291 16.5498 15.6434 14.626 15.671C12.7991 15.6972 10.7288 15.2562 9.45092 16.3938C8.59883 17.1524 7.86446 18.2065 7.2154 19.6571C6.04697 22.2685 3.57056 23.3019 2.18829 21.9196L2.0804 21.8118C0.698121 20.4295 1.73153 17.9531 4.34291 16.7846C5.79353 16.1356 6.84766 15.4012 7.60624 14.5491C8.74387 13.2712 8.30288 11.2009 8.32905 9.37404C8.35661 7.45028 9.17097 5.44476 10.739 3.87674C13.6839 0.931834 18.172 0.645266 20.7634 3.23667C23.3548 5.82808 23.0682 10.3161 20.1233 13.261Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
11
22
|
)
|
|
12
23
|
|
|
13
24
|
MaracasIcon.displayName = 'MaracasIcon'
|
|
@@ -4,11 +4,34 @@ export const MasteringIcon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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 4C4 2.89543 4.89543 2 6 2H18C19.1046 2 20 2.89543 20 4V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V4Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M16 14.6875C16 16.8966 14.2091 18.6875 12 18.6875C9.79086 18.6875 8 16.8966 8 14.6875C8 12.4784 9.79086 10.6875 12 10.6875C14.2091 10.6875 16 12.4784 16 14.6875Z"
|
|
24
|
+
stroke="currentColor"
|
|
25
|
+
strokeWidth="1.5"
|
|
26
|
+
strokeLinecap="round"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M12.75 6.70079C12.75 7.115 12.4142 7.45079 12 7.45079C11.5858 7.45079 11.25 7.115 11.25 6.70079C11.25 6.28657 11.5858 5.95079 12 5.95079C12.4142 5.95079 12.75 6.28657 12.75 6.70079Z"
|
|
30
|
+
stroke="currentColor"
|
|
31
|
+
strokeWidth="1.5"
|
|
32
|
+
strokeLinecap="round"
|
|
33
|
+
/>
|
|
34
|
+
</svg>
|
|
12
35
|
)
|
|
13
36
|
|
|
14
37
|
MasteringIcon.displayName = 'MasteringIcon'
|
|
@@ -4,10 +4,20 @@ export const MetronomeIcon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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="M21 17.625L21.668 17.2839C21.7219 17.3895 21.75 17.5064 21.75 17.625H21ZM3 17.625H2.25C2.25 17.5064 2.27812 17.3895 2.33205 17.2839L3 17.625ZM13.3359 2.61611L14.0039 2.27503L13.3359 2.61611ZM10.6641 2.61611L11.332 2.9572L10.6641 2.61611ZM22.3826 1.57416C22.6178 1.23317 23.0848 1.14739 23.4258 1.38255C23.7668 1.61771 23.8526 2.08477 23.6174 2.42576L22.3826 1.57416ZM22.5638 3.95346C22.3287 4.29444 21.8616 4.38023 21.5206 4.14507C21.1796 3.9099 21.0938 3.44284 21.329 3.10186L22.5638 3.95346ZM19.054 6.40091C19.2957 6.06457 19.7644 5.98788 20.1007 6.22964C20.437 6.47139 20.5137 6.94003 20.272 7.27638L19.054 6.40091ZM3.75 17.625V20H2.25V17.625H3.75ZM5 21.25H19V22.75H5V21.25ZM20.25 20V17.625H21.75V20H20.25ZM20.332 17.966L12.668 2.9572L14.0039 2.27503L21.668 17.2839L20.332 17.966ZM11.332 2.9572L3.66796 17.966L2.33205 17.2839L9.99614 2.27503L11.332 2.9572ZM12.668 2.9572C12.3895 2.41197 11.6105 2.41197 11.332 2.9572L9.99614 2.27503C10.8314 0.639363 13.1686 0.63936 14.0039 2.27503L12.668 2.9572ZM19 21.25C19.6904 21.25 20.25 20.6903 20.25 20H21.75C21.75 21.5187 20.5188 22.75 19 22.75V21.25ZM3.75 20C3.75 20.6903 4.30965 21.25 5 21.25V22.75C3.48122 22.75 2.25 21.5187 2.25 20H3.75ZM23.6174 2.42576L22.5638 3.95346L21.329 3.10186L22.3826 1.57416L23.6174 2.42576ZM20.272 7.27638L12.609 17.9377L11.391 17.0622L19.054 6.40091L20.272 7.27638ZM19.5867 5.17184C19.5867 5.84883 20.1355 6.39764 20.8125 6.39764V7.89764C19.3071 7.89764 18.0867 6.67726 18.0867 5.17184H19.5867ZM20.8125 6.39764C21.4895 6.39764 22.0383 5.84883 22.0383 5.17184H23.5383C23.5383 6.67726 22.3179 7.89764 20.8125 7.89764V6.39764ZM22.0383 5.17184C22.0383 4.49484 21.4895 3.94603 20.8125 3.94603V2.44603C22.3179 2.44603 23.5383 3.66641 23.5383 5.17184H22.0383ZM20.8125 3.94603C20.1355 3.94603 19.5867 4.49484 19.5867 5.17184H18.0867C18.0867 3.66641 19.3071 2.44603 20.8125 2.44603V3.94603ZM20.5 18.25L12 18.25V16.75L20.5 16.75L20.5 18.25ZM12 18.25L3.50001 18.25V16.75L12 16.75V18.25Z"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
11
21
|
)
|
|
12
22
|
|
|
13
23
|
MetronomeIcon.displayName = 'MetronomeIcon'
|
package/src/icons/Mixer2Icon.jsx
CHANGED
|
@@ -4,10 +4,22 @@ export const Mixer2Icon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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="M5.75 7L2 7.00005M5.75 7C5.75 8.38071 6.86929 9.5 8.25 9.5C9.63071 9.5 10.75 8.38071 10.75 7C10.75 5.61929 9.63071 4.5 8.25 4.5C6.86929 4.5 5.75 5.61929 5.75 7ZM22 7.00005L14.125 7M22 17L20.2188 17M2 17L11.75 17M11.75 17C11.75 15.6193 12.8693 14.5 14.25 14.5C15.6307 14.5 16.75 15.6193 16.75 17C16.75 18.3807 15.6307 19.5 14.25 19.5C12.8693 19.5 11.75 18.3807 11.75 17Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
/>
|
|
22
|
+
</svg>
|
|
11
23
|
)
|
|
12
24
|
|
|
13
25
|
Mixer2Icon.displayName = 'Mixer2Icon'
|
package/src/icons/More2Icon.jsx
CHANGED
|
@@ -1 +1,44 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export const More2Icon = ({ 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 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M13.2622 6.05877C13.2622 6.75582 12.6971 7.3209 12 7.3209C11.303 7.3209 10.7379 6.75582 10.7379 6.05877C10.7379 5.36171 11.303 4.79663 12 4.79663C12.6971 4.79663 13.2622 5.36171 13.2622 6.05877Z"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth="1.5"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M12.7499 6.05876C12.7499 6.47298 12.4141 6.80876 11.9999 6.80876C11.5857 6.80876 11.2499 6.47298 11.2499 6.05876C11.2499 5.64455 11.5857 5.30876 11.9999 5.30876C12.4141 5.30876 12.7499 5.64455 12.7499 6.05876Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M13.2622 11.9999C13.2622 12.697 12.6971 13.2621 12 13.2621C11.303 13.2621 10.7379 12.697 10.7379 11.9999C10.7379 11.3029 11.303 10.7378 12 10.7378C12.6971 10.7378 13.2622 11.3029 13.2622 11.9999Z"
|
|
23
|
+
stroke="currentColor"
|
|
24
|
+
strokeWidth="1.5"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
d="M12.7499 11.9999C12.7499 12.4142 12.4141 12.7499 11.9999 12.7499C11.5857 12.7499 11.2499 12.4142 11.2499 11.9999C11.2499 11.5857 11.5857 11.2499 11.9999 11.2499C12.4141 11.2499 12.7499 11.5857 12.7499 11.9999Z"
|
|
28
|
+
stroke="currentColor"
|
|
29
|
+
strokeWidth="1.5"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M13.2622 17.9411C13.2622 18.6382 12.6971 19.2033 12 19.2033C11.303 19.2033 10.7379 18.6382 10.7379 17.9411C10.7379 17.2441 11.303 16.679 12 16.679C12.6971 16.679 13.2622 17.2441 13.2622 17.9411Z"
|
|
33
|
+
stroke="currentColor"
|
|
34
|
+
strokeWidth="1.5"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M12.7499 17.9411C12.7499 18.3553 12.4141 18.6911 11.9999 18.6911C11.5857 18.6911 11.2499 18.3553 11.2499 17.9411C11.2499 17.5269 11.5857 17.1911 11.9999 17.1911C12.4141 17.1911 12.7499 17.5269 12.7499 17.9411Z"
|
|
38
|
+
stroke="currentColor"
|
|
39
|
+
strokeWidth="1.5"
|
|
40
|
+
/>
|
|
41
|
+
</svg>
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
More2Icon.displayName = 'More2Icon'
|
package/src/icons/MoreIcon.jsx
CHANGED
|
@@ -1,8 +1,45 @@
|
|
|
1
1
|
export const MoreIcon = ({ width = 16, height = 16, className, ...props }) => (
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
+
<g>
|
|
12
|
+
<path
|
|
13
|
+
d="M11.9613 8.84105C11.4966 8.84105 11.1199 8.46433 11.1199 7.99963C11.1199 7.53492 11.4966 7.1582 11.9613 7.1582C12.426 7.1582 12.8027 7.53492 12.8027 7.99963C12.8027 8.46433 12.426 8.84105 11.9613 8.84105Z"
|
|
14
|
+
stroke="currentColor"
|
|
15
|
+
strokeWidth="0.666667"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M11.9613 8.49953C11.6852 8.49953 11.4613 8.27567 11.4613 7.99953C11.4613 7.72339 11.6852 7.49953 11.9613 7.49953C12.2375 7.49953 12.4613 7.72339 12.4613 7.99953C12.4613 8.27567 12.2375 8.49953 11.9613 8.49953Z"
|
|
19
|
+
stroke="currentColor"
|
|
20
|
+
strokeWidth="0.666667"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M8.00053 8.84105C7.53582 8.84105 7.1591 8.46433 7.1591 7.99963C7.1591 7.53492 7.53582 7.1582 8.00053 7.1582C8.46523 7.1582 8.84195 7.53492 8.84195 7.99963C8.84195 8.46433 8.46523 8.84105 8.00053 8.84105Z"
|
|
24
|
+
stroke="currentColor"
|
|
25
|
+
strokeWidth="0.666667"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M8.00053 8.49953C7.72438 8.49953 7.50053 8.27567 7.50053 7.99953C7.50053 7.72339 7.72438 7.49953 8.00053 7.49953C8.27667 7.49953 8.50053 7.72339 8.50053 7.99953C8.50053 8.27567 8.27667 8.49953 8.00053 8.49953Z"
|
|
29
|
+
stroke="currentColor"
|
|
30
|
+
strokeWidth="0.666667"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M4.03974 8.84105C3.57504 8.84105 3.19832 8.46433 3.19832 7.99963C3.19832 7.53492 3.57504 7.1582 4.03974 7.1582C4.50445 7.1582 4.88116 7.53492 4.88116 7.99963C4.88116 8.46433 4.50445 8.84105 4.03974 8.84105Z"
|
|
34
|
+
stroke="currentColor"
|
|
35
|
+
strokeWidth="0.666667"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M4.03974 8.49953C3.7636 8.49953 3.53974 8.27567 3.53974 7.99953C3.53974 7.72339 3.7636 7.49953 4.03974 7.49953C4.31588 7.49953 4.53974 7.72339 4.53974 7.99953C4.53974 8.27567 4.31588 8.49953 4.03974 8.49953Z"
|
|
39
|
+
stroke="currentColor"
|
|
40
|
+
strokeWidth="0.666667"
|
|
41
|
+
/>
|
|
42
|
+
</g>
|
|
6
43
|
</svg>
|
|
7
44
|
)
|
|
8
45
|
|
|
@@ -4,9 +4,23 @@ export const MusicAddIcon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
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.5 11.75V3.25M2.25 7.5H10.75M15.3389 16.1562V19.9193C15.3389 20.827 14.7276 21.6135 13.8499 21.8454L11.7009 22.4133C10.4323 22.7486 9.18994 21.7919 9.18994 20.4797V19.3213C9.18994 18.4135 9.80131 17.6196 10.6789 17.3877L15.3389 16.1562ZM15.3389 16.1562V3.45193C15.3389 6.99994 21 6.99994 21 12.9999"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeMiterlimit="10"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
MusicAddIcon.displayName = 'MusicAddIcon'
|
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
export const MusicNoteIcon = ({ width, height, className, ...props }) => (
|
|
2
|
-
<svg
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width={width}
|
|
5
|
+
height={height}
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M11.3389 15.1561V18.9192C11.3389 19.827 10.7276 20.6135 9.84994 20.8454L7.70094 21.4133C6.43228 21.7486 5.18994 20.7919 5.18994 19.4797V18.3213C5.18994 17.4135 5.80131 16.6196 6.67894 16.3876L11.3389 15.1561ZM11.3389 15.1561V2.4519C11.3389 5.99992 17 5.99991 17 11.9999"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth="1.5"
|
|
15
|
+
strokeMiterlimit="10"
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
5
19
|
)
|
|
6
20
|
|
|
7
21
|
MusicNoteIcon.displayName = 'MusicNoteIcon'
|
|
@@ -4,9 +4,23 @@ export const MusicRemoveIcon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
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="M2.25 7.49997H9.75M15.3389 16.1561V19.9192C15.3389 20.827 14.7276 21.6135 13.8499 21.8454L11.7009 22.4133C10.4323 22.7486 9.18994 21.7919 9.18994 20.4797V19.3213C9.18994 18.4135 9.80131 17.6196 10.6789 17.3876L15.3389 16.1561ZM15.3389 16.1561V3.4519C15.3389 6.99992 21 6.99991 21 12.9999"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeMiterlimit="10"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
MusicRemoveIcon.displayName = 'MusicRemoveIcon'
|
|
@@ -4,9 +4,22 @@ export const NoChords2Icon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
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 19.5H3.80001C3.63432 19.5 3.50001 19.3657 3.50001 19.2V12.5M3.50001 12.5H9.00001M3.50001 12.5V6.5M15 3.5V13M15 13C15 10.5 16.7046 8.98404 18.1189 8.98404C19.8229 8.98404 20.7771 10.9777 20.4023 12.8521C20.0936 14.3954 19.0727 15.6395 17.7038 16.3495M15 13V13.8M11.5 5H6.50001M2.06067 1L22.2132 21.1525"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
/>
|
|
22
|
+
</svg>
|
|
10
23
|
)
|
|
11
24
|
|
|
12
25
|
NoChords2Icon.displayName = 'NoChords2Icon'
|