@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,9 +4,21 @@ export const BookmarkIcon = ({
|
|
|
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 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>
|
|
10
22
|
)
|
|
11
23
|
|
|
12
24
|
BookmarkIcon.displayName = 'BookmarkIcon'
|
package/src/icons/CheckIcon.jsx
CHANGED
|
@@ -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
|
-
|
|
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="M20 6L9 17L4 12" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
|
|
4
|
+
</svg>
|
|
5
5
|
)
|
|
6
6
|
|
|
7
7
|
CheckIcon.displayName = 'CheckIcon'
|
|
@@ -4,9 +4,23 @@ export const ChevronLeftIcon = ({
|
|
|
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 20L9 12L15 4"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
ChevronLeftIcon.displayName = 'ChevronLeftIcon'
|
|
@@ -4,9 +4,23 @@ export const ChevronRightIcon = ({
|
|
|
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="M9 20L15 12L9 4"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
ChevronRightIcon.displayName = 'ChevronRightIcon'
|
|
@@ -4,9 +4,23 @@ export const ChevronUpIcon = ({
|
|
|
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 15L12 9L4 15"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
ChevronUpIcon.displayName = 'ChevronUpIcon'
|
|
@@ -1,6 +1,9 @@
|
|
|
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
|
|
3
|
-
<path
|
|
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"/>
|
|
4
7
|
</svg>
|
|
5
8
|
)
|
|
6
9
|
|
|
@@ -4,10 +4,22 @@ export const Chords2Icon = ({
|
|
|
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="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>
|
|
11
23
|
)
|
|
12
24
|
|
|
13
25
|
Chords2Icon.displayName = 'Chords2Icon'
|
|
@@ -4,11 +4,28 @@ export const ChordsDetectionIcon = ({
|
|
|
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="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>
|
|
12
29
|
)
|
|
13
30
|
|
|
14
31
|
ChordsDetectionIcon.displayName = 'ChordsDetectionIcon'
|
package/src/icons/CloseIcon.jsx
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
1
|
export const CloseIcon = ({ 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 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>
|
|
5
18
|
)
|
|
6
19
|
|
|
7
20
|
CloseIcon.displayName = 'CloseIcon'
|
|
@@ -4,9 +4,23 @@ export const ComputerIcon = ({
|
|
|
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 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>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
ComputerIcon.displayName = 'ComputerIcon'
|
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
export const CountInIcon = ({ width, height, className, ...props }) => (
|
|
2
|
-
<svg
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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>
|
|
8
21
|
)
|
|
9
22
|
|
|
10
23
|
CountInIcon.displayName = 'CountInIcon'
|
package/src/icons/CropIcon.jsx
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
export const CropIcon = ({ width = 16, height = 16, className, ...props }) => (
|
|
2
|
-
<svg
|
|
3
|
-
|
|
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="M4.08602 0.666016L3.99935 10.666C3.99935 11.0196 4.13982 11.3588 4.38987 11.6088C4.63992 11.8589 4.97906 11.9993 5.33268 11.9993H15.3327M0.666016 4.08602L10.666 3.99935C11.0196 3.99935 11.3588 4.13982 11.6088 4.38987C11.8589 4.63992 11.9993 4.97906 11.9993 5.33268V15.3327"
|
|
14
|
+
stroke="currentColor"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
</g>
|
|
4
19
|
</svg>
|
|
5
20
|
)
|
|
6
21
|
|
package/src/icons/CrownIcon.jsx
CHANGED
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
export const CrownIcon = ({ 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 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M4.02691 16.5391L2 9.55957L5.55306 11.6447C6.3077 12.0875 7.27631 11.8714 7.77115 11.1498L12 4.98291L16.2289 11.1498C16.7237 11.8714 17.6923 12.0875 18.4469 11.6447L22 9.55957L19.9721 16.5427C19.67 17.9238 16.2161 19.013 11.9999 19.013C7.77997 19.013 4.32381 17.9219 4.02691 16.5391Z"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth="1.5"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
5
19
|
)
|
|
6
20
|
|
|
7
21
|
CrownIcon.displayName = 'CrownIcon'
|
package/src/icons/DelayIcon.jsx
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
1
|
export const DelayIcon = ({ 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 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M1 21H23M4.86204 12.1265L7.12652 4.57826C7.9817 1.72766 12.0183 1.72766 12.8735 4.57826L14.7172 10.7241C15.4786 13.262 17.8145 15 20.4642 15H23C21.2194 15 19.6496 13.832 19.138 12.1265L16.8735 4.57826C16.0183 1.72766 11.9817 1.72766 11.1265 4.57826L9.28277 10.7241C8.5214 13.262 6.18547 15 3.53582 15H1C2.78061 15 4.35039 13.832 4.86204 12.1265Z"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth="1.5"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
5
18
|
)
|
|
6
19
|
|
|
7
20
|
DelayIcon.displayName = 'DelayIcon'
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
export const DynamicMicrophone2Icon = ({ 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="M10.5846 8.14349L3.4361 14.6667L1.33331 12.5639L7.8565 5.41543M7.30522 8.69477L6.37888 9.62111M13.6616 7.19124C12.3215 8.53131 10.1488 8.53131 8.80876 7.19124C7.46868 5.85116 7.46868 3.67847 8.80876 2.3384C10.1488 0.998325 12.3215 0.998325 13.6616 2.3384C15.0017 3.67847 15.0017 5.85116 13.6616 7.19124Z"
|
|
5
|
+
stroke="currentColor"
|
|
6
|
+
strokeWidth="0.666667"
|
|
7
|
+
strokeLinecap="round"
|
|
8
|
+
strokeLinejoin="round"
|
|
9
|
+
/>
|
|
10
|
+
</svg>
|
|
6
11
|
)
|
|
7
12
|
|
|
8
13
|
DynamicMicrophone2Icon.displayName = 'DynamicMicrophone2Icon'
|
package/src/icons/EditIcon.jsx
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
1
|
export const EditIcon = ({ 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 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}>
|
|
10
|
+
<path
|
|
11
|
+
d="M11.5 3.99998H6.5C4.01472 3.99998 2 6.0147 2 8.49998V17.5C2 19.9853 4.01472 22 6.5 22H15.5C17.9853 22 20 19.9853 20 17.5V13.5M18.5 2.49998C18.8978 2.10216 19.4374 1.87866 20 1.87866C20.5626 1.87866 21.1022 2.10216 21.5 2.49998C21.8978 2.89781 22.1213 3.43737 22.1213 3.99998C22.1213 4.56259 21.8978 5.10216 21.5 5.49998L12 15L8 16L9 12L18.5 2.49998Z"
|
|
12
|
+
stroke="currentColor"
|
|
13
|
+
strokeWidth="1.5"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
5
18
|
)
|
|
6
19
|
|
|
7
20
|
EditIcon.displayName = 'EditIcon'
|
|
@@ -4,10 +4,22 @@ export const EffectsIcon = ({
|
|
|
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="M15.2486 3.59735C14.6392 3.74079 14.7468 4.37013 15.2486 4.47777C15.7504 4.58541 16.1629 3.8175 15.748 3.29925C15.1614 2.56662 12.7979 2.44024 11.3223 4.64333C10.1661 6.36945 9.79213 8.62073 8.77094 12.3934C7.73858 16.2074 7.33043 18.0246 6.10679 19.7354C4.88315 21.4461 3.00037 21.547 2.72512 20.7092C2.44841 19.867 3.60635 19.7354 3.60667 20.196M7.06739 8.39558H12.4102M15.2989 9.78433L17.7995 12.8456M17.7995 12.8456L20.5477 16.2101M17.7995 12.8456L20.2887 9.78433M17.7995 12.8456L15.0636 16.2101"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
/>
|
|
22
|
+
</svg>
|
|
11
23
|
)
|
|
12
24
|
|
|
13
25
|
EffectsIcon.displayName = 'EffectsIcon'
|
package/src/icons/EmailIcon.jsx
CHANGED
|
@@ -1,7 +1,28 @@
|
|
|
1
1
|
export const EmailIcon = ({ width = 20, height = 20, 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 20 20"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M3.33 3.33h13.34c.92 0 1.66.75 1.66 1.67v10c0 .92-.74 1.67-1.66 1.67H3.33c-.92 0-1.66-.75-1.66-1.67V5c0-.92.74-1.67 1.66-1.67z"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth="1.5"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M18.33 5l-8.33 5.83L1.67 5"
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeWidth="1.5"
|
|
22
|
+
strokeLinecap="round"
|
|
23
|
+
strokeLinejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
</svg>
|
|
5
26
|
)
|
|
6
27
|
|
|
7
28
|
EmailIcon.displayName = 'EmailIcon'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const ExternalLinkIcon = ({ 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="M16 3H21M21 3V8M21 3L9 15M11.5 3.99998H6.5C4.01472 3.99998 2 6.0147 2 8.49998V17.5C2 19.9853 4.01472 22 6.5 22H15.5C17.9853 22 20 19.9853 20 17.5V13.5" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
|
|
4
|
+
</svg>
|
|
5
5
|
)
|
|
6
6
|
|
|
7
7
|
ExternalLinkIcon.displayName = 'ExternalLinkIcon'
|
package/src/icons/EyeIcon.jsx
CHANGED
|
@@ -1,8 +1,30 @@
|
|
|
1
1
|
export const EyeIcon = ({ 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 16 16"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M0.667 8s2.666-5.333 7.333-5.333C12.667 2.667 15.333 8 15.333 8s-2.666 5.333-7.333 5.333C3.333 13.333.667 8 .667 8z"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth="1.2"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<circle
|
|
19
|
+
cx="8"
|
|
20
|
+
cy="8"
|
|
21
|
+
r="2"
|
|
22
|
+
stroke="currentColor"
|
|
23
|
+
strokeWidth="1.2"
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
6
28
|
)
|
|
7
29
|
|
|
8
30
|
EyeIcon.displayName = 'EyeIcon'
|
package/src/icons/EyeOffIcon.jsx
CHANGED
|
@@ -1,7 +1,28 @@
|
|
|
1
1
|
export const EyeOffIcon = ({ 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 16 16"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M9.41 9.41a2 2 0 11-2.83-2.83M6.59 2.89A6.5 6.5 0 018 2.67c4.67 0 7.33 5.33 7.33 5.33a12.1 12.1 0 01-1.44 2.18m-3.18 1.64A6.5 6.5 0 018 13.33C3.33 13.33.67 8 .67 8a12.1 12.1 0 013.15-3.81"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth="1.2"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M.667.667l14.666 14.666"
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeWidth="1.2"
|
|
22
|
+
strokeLinecap="round"
|
|
23
|
+
strokeLinejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
</svg>
|
|
5
26
|
)
|
|
6
27
|
|
|
7
28
|
EyeOffIcon.displayName = 'EyeOffIcon'
|
|
@@ -4,9 +4,23 @@ export const Filter2Icon = ({
|
|
|
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.25 6H19.75M10.75 18H13.25M7.75 12H16.25"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
10
24
|
)
|
|
11
25
|
|
|
12
26
|
Filter2Icon.displayName = 'Filter2Icon'
|
|
@@ -4,9 +4,22 @@ export const FlatAndSharpIcon = ({
|
|
|
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 16.9845L5.85173 15.477C7.16341 14.9637 8.58065 15.9556 8.58065 17.3641C8.58065 19.0738 7.49405 20.6185 5.87659 21.1724L2 22.5V16.9845ZM2 16.9845V7.74377M15.3648 2.7571V5.97519M15.3648 5.97519V10.058M15.3648 5.97519L12.34 7.15342M15.3648 5.97519L19.1361 4.5062M15.3648 10.058V13.1282M15.3648 10.058L12.34 11.2362M15.3648 10.058L19.1361 8.58901M19.1361 1.5V4.5062M19.1361 4.5062V8.58901M19.1361 4.5062L22.0038 3.38917M19.1361 8.58901V11.8711M19.1361 8.58901L22.0038 7.47199"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
/>
|
|
22
|
+
</svg>
|
|
10
23
|
)
|
|
11
24
|
|
|
12
25
|
FlatAndSharpIcon.displayName = 'FlatAndSharpIcon'
|