@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,28 @@ export const NoChordsDetectionIcon = ({
|
|
|
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="M3 22V22.75H4.5V22H3ZM4.5 9.12497C4.5 8.71076 4.16421 8.37497 3.75 8.37497C3.33579 8.37497 3 8.71076 3 9.12497H4.5ZM10 1.99997C10 1.58576 9.66422 1.24997 9.25 1.24997C8.83579 1.24997 8.5 1.58576 8.5 1.99997H10ZM15.5 1.99997C15.5 1.58576 15.1642 1.24997 14.75 1.24997C14.3358 1.24997 14 1.58576 14 1.99997H15.5ZM14 22V22.75H15.5V22H14ZM15.5 20.125C15.5 19.7108 15.1642 19.375 14.75 19.375C14.3358 19.375 14 19.7108 14 20.125H15.5ZM2.45406 1.39338C2.16117 1.10048 1.68629 1.10048 1.3934 1.39338C1.10051 1.68627 1.10051 2.16114 1.3934 2.45404L2.45406 1.39338ZM21.5459 22.6066C21.8388 22.8995 22.3137 22.8995 22.6066 22.6066C22.8995 22.3137 22.8995 21.8388 22.6066 21.5459L21.5459 22.6066ZM5.75 2.74997H18.25V1.24997H5.75V2.74997ZM19.5 3.99997V20.25H21V3.99997H19.5ZM18.25 2.74997C18.9404 2.74997 19.5 3.30961 19.5 3.99997H21C21 2.48119 19.7688 1.24997 18.25 1.24997V2.74997ZM4.5 22V9.12497H3V22H4.5ZM10 9.24998V1.99997H8.5V9.24998H10ZM10 20.7969V14.75H8.5V20.7969H10ZM15.5 14.75V1.99997H14V14.75H15.5ZM15.5 22V20.125H14V22H15.5ZM9 13.75H3.75V15.25H9V13.75ZM10 14.75C10 14.1977 9.55229 13.75 9 13.75V15.25C8.72386 15.25 8.5 15.0261 8.5 14.75H10ZM14.5 15.25H20.25V13.75H14.5V15.25ZM1.3934 2.45404L3.23347 4.29411L4.29413 3.23345L2.45406 1.39338L1.3934 2.45404ZM3.23347 4.29411L21.5459 22.6066L22.6066 21.5459L4.29413 3.23345L3.23347 4.29411ZM5.75 1.24997C4.34056 1.24997 3.17971 2.30964 3.01894 3.67614L4.50866 3.85141C4.58161 3.23141 5.11012 2.74997 5.75 2.74997V1.24997Z"
|
|
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>
|
|
13
29
|
)
|
|
14
30
|
|
|
15
31
|
NoChordsDetectionIcon.displayName = 'NoChordsDetectionIcon'
|
package/src/icons/NoEyeIcon.jsx
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
export const NoEyeIcon = ({ 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="M14.1055 9.86303C13.5639 9.32934 12.8204 9 12 9C10.3431 9 9 10.3431 9 12C9 12.7233 9.25599 13.3869 9.68233 13.905M17.8137 5.96708C16.2117 4.83579 14.2626 4 12 4C5 4 1 12 1 12C1 12 2.75463 15.5093 5.97337 17.8793M9.36697 19.6126C10.1899 19.8583 11.0684 20 12 20C19 20 23 12 23 12C23 12 22.1782 10.3564 20.6277 8.55912M20 4L4 20" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
|
|
4
|
+
</svg>
|
|
6
5
|
)
|
|
7
6
|
|
|
8
7
|
NoEyeIcon.displayName = 'NoEyeIcon'
|
|
@@ -4,8 +4,23 @@ export const NoMusicIcon = ({
|
|
|
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="M14.1476 7.79232V1.53617C14.1476 1.09781 13.7318 0.778757 13.3084 0.892231L6.05437 2.83624C5.76292 2.91435 5.56027 3.17846 5.56027 3.48019V5.33398M14.1476 7.79232V10.3072C14.1476 10.9124 13.74 11.4417 13.1549 11.5963L12.0976 11.8757M14.1476 7.79232L11.0342 8.63079C10.4521 8.78755 10.0476 9.3154 10.0476 9.91825V9.99024M5.56027 10.1048L2.45361 10.9258C1.86851 11.0804 1.46094 11.6097 1.46094 12.2149V12.9872C1.46094 13.862 2.28917 14.4998 3.13494 14.2763L4.5676 13.8977C5.15269 13.743 5.56027 13.2138 5.56027 12.6086V10.1048ZM5.56027 10.1048V8.66732M2.00098 2.00066L14.001 14.0007"
|
|
19
|
+
stroke="currentColor"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</g>
|
|
9
24
|
</svg>
|
|
10
25
|
)
|
|
11
26
|
|
|
@@ -4,9 +4,22 @@ export const NoMusicNoteIcon = ({
|
|
|
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="M17 11.9999C17 5.99991 11.3389 5.99992 11.3389 2.4519V11.25M4 3.99991L20 19.9999M5.18994 18.3213V19.4797C5.18994 20.7919 6.43228 21.7486 7.70094 21.4133L9.84994 20.8454C10.7276 20.6135 11.3389 19.827 11.3389 18.9192V16.4547C11.3389 15.7986 10.7178 15.3203 10.0834 15.4879L6.67894 16.3876C5.80131 16.6196 5.18994 17.4135 5.18994 18.3213Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
/>
|
|
22
|
+
</svg>
|
|
10
23
|
)
|
|
11
24
|
|
|
12
25
|
NoMusicNoteIcon.displayName = 'NoMusicNoteIcon'
|
|
@@ -4,9 +4,23 @@ export const NoSearchIcon = ({
|
|
|
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="M17.3929 6.18983C15.9329 4.2525 13.6127 3 11 3C6.58172 3 3 6.58172 3 11C3 13.6261 4.26531 15.9566 6.21953 17.4152M18.9034 9.7529C18.967 10.1593 19 10.5758 19 11C19 15.4183 15.4183 19 11 19C10.5993 19 10.2055 18.9705 9.82064 18.9137M21 21L16.65 16.65M20 4L4 20"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
NoSearchIcon.displayName = 'NoSearchIcon'
|
|
@@ -4,9 +4,20 @@ export const NoSpliterIcon = ({
|
|
|
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="M14.8239 8.5973L15.3507 9.13117L14.8239 8.5973ZM20.75 2.75H21.5C21.5 2.55109 21.421 2.36032 21.2803 2.21967C21.1397 2.07902 20.9489 2 20.75 2V2.75ZM15.75 2C15.3358 2 15 2.33579 15 2.75C15 3.16422 15.3358 3.5 15.75 3.5L15.75 2ZM20 7.75C20 8.16422 20.3358 8.5 20.75 8.5C21.1642 8.5 21.5 8.16422 21.5 7.75H20ZM20 20.75C20 21.1642 20.3358 21.5 20.75 21.5C21.1642 21.5 21.5 21.1642 21.5 20.75H20ZM21.5 15.75C21.5 15.3358 21.1642 15 20.75 15C20.3358 15 20 15.3358 20 15.75H21.5ZM2.75 13C2.33579 13 2 13.3358 2 13.75C2 14.1642 2.33579 14.5 2.75 14.5V13ZM9.59375 14.5C10.008 14.5 10.3438 14.1642 10.3438 13.75C10.3438 13.3358 10.008 13 9.59375 13V14.5ZM2.75 9C2.33579 9 2 9.33579 2 9.75C2 10.1642 2.33579 10.5 2.75 10.5V9ZM5.6875 10.5C6.10171 10.5 6.4375 10.1642 6.4375 9.75C6.4375 9.33579 6.10171 9 5.6875 9V10.5ZM15.75 20C15.3358 20 15 20.3358 15 20.75C15 21.1642 15.3358 21.5 15.75 21.5V20ZM16.75 21.5C17.1642 21.5 17.5 21.1642 17.5 20.75C17.5 20.3358 17.1642 20 16.75 20V21.5ZM2.53033 1.46967C2.23744 1.17678 1.76256 1.17678 1.46967 1.46967C1.17678 1.76256 1.17678 2.23744 1.46967 2.53033L2.53033 1.46967ZM21.6222 22.6829C21.9151 22.9758 22.39 22.9758 22.6829 22.6829C22.9758 22.39 22.9758 21.9151 22.6829 21.6222L21.6222 22.6829ZM15.3507 9.13117L21.2768 3.28387L20.2232 2.21613L14.2971 8.06343L15.3507 9.13117ZM12.0145 10.5C13.2632 10.5 14.4618 10.0082 15.3507 9.13117L14.2971 8.06343C13.6889 8.66354 12.8689 9 12.0145 9V10.5ZM15.75 3.5L20.75 3.5V2L15.75 2L15.75 3.5ZM20 2.75V7.75H21.5V2.75H20ZM21.5 20.75V15.75H20V20.75H21.5ZM9.75 10.5H12.0145V9H9.75V10.5ZM2.75 14.5H9.59375V13H2.75V14.5ZM2.75 10.5H5.6875V9H2.75V10.5ZM15.75 21.5H16.75V20H15.75V21.5ZM1.46967 2.53033L21.6222 22.6829L22.6829 21.6222L2.53033 1.46967L1.46967 2.53033Z"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
10
21
|
)
|
|
11
22
|
|
|
12
23
|
NoSpliterIcon.displayName = 'NoSpliterIcon'
|
|
@@ -4,9 +4,23 @@ export const NoVolume2Icon = ({
|
|
|
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="M4.41406 9H2V15H6L11 19V15.5742M19.07 4.92999C20.9447 6.80527 21.9979 9.34835 21.9979 12C21.9979 14.6516 20.9447 17.1947 19.07 19.07M15.54 8.45999C16.4774 9.39763 17.0039 10.6692 17.0039 11.995C17.0039 13.3208 16.4774 14.5924 15.54 15.53M7.74162 7.60671L11 5V11M3 3L21 21"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
NoVolume2Icon.displayName = 'NoVolume2Icon'
|
package/src/icons/PenIcon.jsx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const PenIcon = ({ 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
|
-
</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="M14.5 6.5L17.5 9.5M16.1038 4.66848C16.3158 4.45654 16.5674 4.28843 16.8443 4.17373C17.1212 4.05903 17.418 4 17.7177 4C18.0174 4 18.3142 4.05903 18.5911 4.17373C18.868 4.28843 19.1196 4.45654 19.3315 4.66848C19.5435 4.88041 19.7116 5.13201 19.8263 5.40891C19.941 5.68582 20 5.9826 20 6.28232C20 6.58204 19.941 6.87882 19.8263 7.15573C19.7116 7.43263 19.5435 7.68423 19.3315 7.89617L8.43807 18.7896L4 20L5.21038 15.5619L16.1038 4.66848Z" stroke="currentColor" strokeWidth="1.5" strokeLinejoin="round" />
|
|
4
|
+
</svg>
|
|
5
5
|
)
|
|
6
6
|
|
|
7
7
|
PenIcon.displayName = 'PenIcon'
|
|
@@ -4,10 +4,23 @@ export const PlayOnRepeatIcon = ({
|
|
|
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="M16.75 6H17C20.3137 6 23 8.68629 23 12C23 15.3137 20.3137 18 17 18H11.75M7.08974 18H7C3.68629 18 1 15.3137 1 12C1 8.68629 3.68629 6 7 6H12.5M9 2L13 6L9 10M15 22L11 18L15 14"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
11
24
|
)
|
|
12
25
|
|
|
13
26
|
PlayOnRepeatIcon.displayName = 'PlayOnRepeatIcon'
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
export const PowerSwitchIcon = ({ 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="M12 2V9M17 3.33975C18.9064 4.44042 20.3964 6.13939 21.2388 8.17316C22.0812 10.2069 22.229 12.4619 21.6593 14.5882C21.0895 16.7145 19.8341 18.5934 18.0876 19.9335C16.3412 21.2736 14.2013 22 12 22C9.79866 22 7.65883 21.2736 5.91239 19.9335C4.16595 18.5934 2.9105 16.7145 2.34075 14.5882C1.771 12.4619 1.91879 10.2069 2.76121 8.17317C3.60362 6.13939 5.09358 4.44042 7 3.33975" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" />
|
|
4
|
+
</svg>
|
|
6
5
|
)
|
|
7
6
|
|
|
8
7
|
PowerSwitchIcon.displayName = 'PowerSwitchIcon'
|
|
@@ -4,9 +4,23 @@ export const RadioOffIcon = ({
|
|
|
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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
RadioOffIcon.displayName = 'RadioOffIcon'
|
package/src/icons/RedoIcon.jsx
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
1
|
export const RedoIcon = ({ width = 16, height = 16, 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 13 13"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M9.5 6.54444L12.5 3.52222M12.5 3.52222L9.5 0.5M12.5 3.52222H4.625C4.0833 3.52222 3.5469 3.62971 3.04643 3.83855C2.54596 4.04738 2.09123 4.35348 1.70818 4.73936C1.32514 5.12523 1.0213 5.58334 0.813997 6.08751C0.606697 6.59169 0.5 7.13206 0.5 7.67778C0.5 8.22349 0.606697 8.76386 0.813997 9.26804C1.0213 9.77221 1.32514 10.2303 1.70818 10.6162C2.09123 11.0021 2.54596 11.3082 3.04643 11.517C3.5469 11.7258 4.0833 11.8333 4.625 11.8333H7.25"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
5
18
|
)
|
|
6
19
|
|
|
7
20
|
RedoIcon.displayName = 'RedoIcon'
|
|
@@ -4,9 +4,23 @@ export const RefreshIcon = ({
|
|
|
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="M20.3092 13.0243C20.3092 17.5452 16.6443 21.2101 12.1234 21.2101C7.60248 21.2101 3.93757 17.5452 3.93757 13.0243C3.93757 8.50339 7.60248 4.83847 12.1234 4.83847H15.1931M12.7455 1.125L16.5334 4.9148L12.7455 8.7046"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
RefreshIcon.displayName = 'RefreshIcon'
|
package/src/icons/SearchIcon.jsx
CHANGED
|
@@ -4,9 +4,24 @@ export const SearchIcon = ({
|
|
|
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 16 16"
|
|
12
|
+
fill="none"
|
|
13
|
+
className={className}
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<g>
|
|
17
|
+
<path
|
|
18
|
+
d="M14 14L11.1 11.1M12.6667 7.33333C12.6667 10.2789 10.2789 12.6667 7.33333 12.6667C4.38781 12.6667 2 10.2789 2 7.33333C2 4.38781 4.38781 2 7.33333 2C10.2789 2 12.6667 4.38781 12.6667 7.33333Z"
|
|
19
|
+
stroke="currentColor"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</g>
|
|
24
|
+
</svg>
|
|
10
25
|
)
|
|
11
26
|
|
|
12
27
|
SearchIcon.displayName = 'SearchIcon'
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
export const Sections2Icon = ({ 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
|
-
|
|
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="M1.3335 10.3337H14.6668M1.3335 14.3337H14.6668M10.6668 1.66699H2.66683C1.93045 1.66699 1.3335 2.26395 1.3335 3.00033V5.00033C1.3335 5.73671 1.93045 6.33366 2.66683 6.33366H10.6668C11.4032 6.33366 12.0002 5.73671 12.0002 5.00033V3.00033C12.0002 2.26395 11.4032 1.66699 10.6668 1.66699Z"
|
|
5
|
+
stroke="currentColor"
|
|
6
|
+
strokeLinecap="round"
|
|
7
|
+
/>
|
|
8
|
+
</svg>
|
|
6
9
|
)
|
|
7
10
|
|
|
8
11
|
Sections2Icon.displayName = 'Sections2Icon'
|
|
@@ -4,9 +4,23 @@ export const Setlist2Icon = ({
|
|
|
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="M4 5.6H20M6 2H18M6.58826 22H17.4117C18.3418 22 19.1491 21.3589 19.3598 20.453L21.4295 11.553C21.7212 10.2989 20.7691 9.1 19.4815 9.1H4.51849C3.23092 9.1 2.27882 10.2989 2.57047 11.553L4.64024 20.453C4.85091 21.3589 5.65821 22 6.58826 22Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
Setlist2Icon.displayName = 'Setlist2Icon'
|
|
@@ -4,11 +4,24 @@ export const SettingsIcon = ({
|
|
|
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 16 16"
|
|
12
|
+
fill="none"
|
|
13
|
+
className={className}
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<path
|
|
17
|
+
d="M10.3407 8.00001C10.3407 6.7077 9.29308 5.66007 8.00076 5.66007C6.70845 5.66007 5.66082 6.7077 5.66082 8.00001C5.66082 9.29233 6.70845 10.34 8.00076 10.34C9.29308 10.34 10.3407 9.29233 10.3407 8.00001Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M6.27794 1.55619C6.34173 1.24521 6.61541 1.02197 6.93286 1.02197H8.91853C9.23597 1.02197 9.50965 1.24521 9.57344 1.55619L9.86676 2.98611C10.432 3.19656 10.952 3.49985 11.4083 3.87745L12.7948 3.41603C13.096 3.31579 13.4262 3.44118 13.5849 3.7161L14.5777 5.43574C14.7364 5.71066 14.68 6.05929 14.4425 6.27002L13.3015 7.28281C13.3329 7.5174 13.3492 7.75681 13.3492 8.00001C13.3492 8.3034 13.3239 8.60089 13.2754 8.89049L14.3675 9.85986C14.6049 10.0706 14.6614 10.4192 14.5027 10.6941L13.5099 12.4138C13.3511 12.6887 13.021 12.8141 12.7198 12.7138L11.2717 12.2319C10.8492 12.559 10.3763 12.8242 9.86676 13.0139L9.57344 14.4438C9.50965 14.7548 9.23598 14.9781 8.91853 14.9781H6.93286C6.61541 14.9781 6.34173 14.7548 6.27794 14.4438L5.97153 12.9501C5.52394 12.7664 5.10677 12.5238 4.72968 12.2319L3.28155 12.7138C2.98034 12.8141 2.65017 12.6887 2.49145 12.4138L1.49861 10.6941C1.33989 10.4192 1.39638 10.0706 1.6338 9.85985L2.72606 8.89035C2.67755 8.6008 2.65229 8.30335 2.65229 8.00001C2.65229 7.75685 2.66852 7.51748 2.69995 7.28292L1.55876 6.27001C1.32135 6.05928 1.26486 5.71065 1.42358 5.43573L2.41641 3.71609C2.57514 3.44117 2.90531 3.31577 3.20652 3.41602L4.59309 3.87748C5.00514 3.53649 5.46918 3.2561 5.97153 3.04995L6.27794 1.55619Z"
|
|
22
|
+
stroke="currentColor"
|
|
23
|
+
/>
|
|
24
|
+
</svg>
|
|
12
25
|
)
|
|
13
26
|
|
|
14
27
|
SettingsIcon.displayName = 'SettingsIcon'
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
export const ShareIosIcon = ({ width = 16, height = 16, className, ...props }) => (
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props}>
|
|
4
|
+
<path
|
|
5
|
+
d="M15.2815 4.34375L12.0003 1.0625M12.0003 1.0625L8.71902 4.34375M12.0003 1.0625V15.2812M16.3753 7.625H17.7503C19.4071 7.625 20.7503 8.96814 20.7503 10.625V19.9375C20.7503 21.5944 19.4071 22.9375 17.7503 22.9375H6.25005C4.59318 22.9375 3.25002 21.5943 3.25005 19.9374L3.25021 10.6249C3.25024 8.96811 4.59338 7.625 6.25021 7.625H7.62527"
|
|
6
|
+
stroke="currentColor"
|
|
7
|
+
strokeWidth="1.5"
|
|
8
|
+
strokeLinecap="round"
|
|
9
|
+
strokeLinejoin="round" />
|
|
10
|
+
</svg>
|
|
5
11
|
)
|
|
6
12
|
|
|
7
13
|
ShareIosIcon.displayName = 'ShareIosIcon'
|
|
@@ -4,9 +4,22 @@ export const SidebarLeftIcon = ({
|
|
|
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 16 16"
|
|
12
|
+
fill="none"
|
|
13
|
+
className={className}
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<path
|
|
17
|
+
d="M5.33325 2.66667V13.3333M2.66659 2.66667H13.3333C14.0696 2.66667 14.6666 3.26362 14.6666 4V12C14.6666 12.7364 14.0696 13.3333 13.3333 13.3333H2.66659C1.93021 13.3333 1.33325 12.7364 1.33325 12V4C1.33325 3.26362 1.93021 2.66667 2.66659 2.66667Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeLinecap="round"
|
|
20
|
+
strokeLinejoin="round"
|
|
21
|
+
/>
|
|
22
|
+
</svg>
|
|
10
23
|
)
|
|
11
24
|
|
|
12
25
|
SidebarLeftIcon.displayName = 'SidebarLeftIcon'
|
|
@@ -4,9 +4,23 @@ export const SidebarRightIcon = ({
|
|
|
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="M15 4V20M17.5 7.5H19.5M17.5 10H19.5M17.5 12.5H19.5M4 4H20C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6C2 4.89543 2.89543 4 4 4Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
SidebarRightIcon.displayName = 'SidebarRightIcon'
|
|
@@ -4,9 +4,23 @@ export const SongBarIcon = ({
|
|
|
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 22 16"
|
|
12
|
+
fill="none"
|
|
13
|
+
className={className}
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<path
|
|
17
|
+
d="M21 8H1M1 15H21M1 1H21M11 15V1"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeMiterlimit="10"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
SongBarIcon.displayName = 'SongBarIcon'
|
|
@@ -4,14 +4,23 @@ export const SoundEffectsIcon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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.125 3.25V7.0625M17.0312 5.15625H13.2188M9.75 5L4.75 9H0.75V15H4.75L9.75 19V5ZM23.0875 13.9857C20.475 13.9847 18.3556 11.8695 18.3394 9.25415C18.3232 11.8665 16.2084 13.9799 13.6 13.9857C16.2178 13.9915 18.3383 16.1202 18.3393 18.7456C18.3402 16.1172 20.4656 13.9866 23.0875 13.9857Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
15
24
|
)
|
|
16
25
|
|
|
17
26
|
SoundEffectsIcon.displayName = 'SoundEffectsIcon'
|
|
@@ -4,10 +4,22 @@ export const SparkBarsIcon = ({
|
|
|
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="M12 2.5V21.5M16.5 9V15M7.5 9L7.5 15M21 11.75V12.25M3 11.75L3 12.25"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
/>
|
|
22
|
+
</svg>
|
|
11
23
|
)
|
|
12
24
|
|
|
13
25
|
SparkBarsIcon.displayName = 'SparkBarsIcon'
|