@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
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
export const SparklesIcon = ({ width = 16, height = 16, className, ...props }) => (
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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 d="M10.1648 5.65189C10.1927 10.1575 13.844 13.8015 18.3447 13.8032C13.8277 13.8048 10.1663 17.4753 10.1646 22.0034C10.163 17.4804 6.50991 13.8131 2 13.8032C6.49362 13.7932 10.1369 10.1523 10.1648 5.65189Z"
|
|
5
|
+
stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
|
|
6
|
+
<path d="M18.996 2C19.0062 3.65328 20.346 4.99041 21.9975 4.99101C20.34 4.99162 18.9965 6.33845 18.9959 8C18.9953 6.34034 17.6549 4.99468 16 4.99102C17.6489 4.98737 18.9858 3.65139 18.996 2Z"
|
|
7
|
+
stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
|
|
8
|
+
</svg>
|
|
6
9
|
)
|
|
7
10
|
|
|
8
11
|
SparklesIcon.displayName = 'SparklesIcon'
|
|
@@ -4,8 +4,21 @@ export const SpeedChangerIcon = ({
|
|
|
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 24 24"
|
|
12
|
+
fill="none"
|
|
13
|
+
className={className}
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<g>
|
|
17
|
+
<path
|
|
18
|
+
d="M19.7782 4.22182L19.2478 4.75215L19.7782 4.22182ZM23 12V12.75C23.4142 12.75 23.75 12.4142 23.75 12L23 12ZM1.00006 12L0.250061 12C0.250062 12.4142 0.585848 12.75 1.00006 12.75L1.00006 12ZM20 11.25C19.5858 11.25 19.25 11.5858 19.25 12C19.25 12.4142 19.5858 12.75 20 12.75V11.25ZM4 12.75C4.41421 12.75 4.75 12.4142 4.75 12C4.75 11.5858 4.41421 11.25 4 11.25V12.75ZM11.2501 4.18999C11.2501 4.6042 11.5858 4.93999 12.0001 4.93999C12.4143 4.93999 12.7501 4.6042 12.7501 4.18999H11.2501ZM6.02541 7.08598C6.31831 7.37887 6.79318 7.37887 7.08607 7.08598C7.37897 6.79309 7.37897 6.31821 7.08607 6.02532L6.02541 7.08598ZM17.9272 7.13342C18.2201 6.84053 18.2201 6.36565 17.9272 6.07276C17.6344 5.77987 17.1595 5.77987 16.8666 6.07276L17.9272 7.13342ZM19.75 16C19.75 15.5858 19.4142 15.25 19 15.25C18.5858 15.25 18.25 15.5858 18.25 16H19.75ZM18.25 22C18.25 22.4142 18.5858 22.75 19 22.75C19.4142 22.75 19.75 22.4142 19.75 22H18.25ZM16 18.25C15.5858 18.25 15.25 18.5858 15.25 19C15.25 19.4142 15.5858 19.75 16 19.75V18.25ZM22 19.75C22.4142 19.75 22.75 19.4142 22.75 19C22.75 18.5858 22.4142 18.25 22 18.25V19.75ZM2 18.25C1.58579 18.25 1.25 18.5858 1.25 19C1.25 19.4142 1.58579 19.75 2 19.75V18.25ZM7 19.75C7.41421 19.75 7.75 19.4142 7.75 19C7.75 18.5858 7.41421 18.25 7 18.25V19.75ZM4.75221 4.75215C8.75507 0.749285 15.245 0.749285 19.2478 4.75215L20.3085 3.69149C15.7199 -0.897162 8.28019 -0.897162 3.69155 3.69149L4.75221 4.75215ZM19.2478 4.75215C21.2494 6.75373 22.25 9.37563 22.25 12L23.75 12C23.75 8.99407 22.6027 5.98567 20.3085 3.69149L19.2478 4.75215ZM1.75006 12C1.75005 9.37563 2.75062 6.75373 4.75221 4.75215L3.69155 3.69149C1.39736 5.98567 0.250052 8.99407 0.250061 12L1.75006 12ZM23 11.25H20V12.75H23V11.25ZM1.00006 12.75H4V11.25H1.00006V12.75ZM11.2501 1V4.18999H12.7501V1H11.2501ZM3.76975 4.83032L6.02541 7.08598L7.08607 6.02532L4.83041 3.76966L3.76975 4.83032ZM13.5303 11.5303L17.9272 7.13342L16.8666 6.07276L12.4697 10.4697L13.5303 11.5303ZM12 14.4C13.3255 14.4 14.4 13.3255 14.4 12H12.9C12.9 12.497 12.4971 12.9 12 12.9V14.4ZM14.4 12C14.4 10.6745 13.3255 9.59998 12 9.59998V11.1C12.4971 11.1 12.9 11.5029 12.9 12H14.4ZM12 9.59998C10.6746 9.59998 9.60004 10.6745 9.60004 12H11.1C11.1 11.5029 11.503 11.1 12 11.1V9.59998ZM9.60004 12C9.60004 13.3255 10.6746 14.4 12 14.4V12.9C11.503 12.9 11.1 12.497 11.1 12H9.60004ZM18.25 16V22H19.75V16H18.25ZM16 19.75H22V18.25H16V19.75ZM2 19.75H7V18.25H2V19.75Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</g>
|
|
9
22
|
</svg>
|
|
10
23
|
)
|
|
11
24
|
|
|
@@ -4,10 +4,23 @@ export const SpliterIcon = ({
|
|
|
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="M2.75 9.75L12.0145 9.75C13.0661 9.75 14.0754 9.33589 14.8239 8.5973L20.75 2.75M20.75 2.75L15.75 2.75M20.75 2.75V7.75M2.75 13.75L12.0145 13.75C13.0661 13.75 14.0754 14.1641 14.8239 14.9027L20.75 20.75M20.75 20.75L15.75 20.75M20.75 20.75V15.75"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
11
24
|
)
|
|
12
25
|
|
|
13
26
|
SpliterIcon.displayName = 'SpliterIcon'
|
package/src/icons/Star1Icon.jsx
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
export const Star1Icon = ({ 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"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
</svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={width} className={className} {...props} height={height} viewBox="0 0 24 24" fill="none">
|
|
3
|
+
<path d="M6 21.5L7 16H17L18 21.5L12 18.5L6 21.5Z" fill="currentColor" />
|
|
4
|
+
<path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
|
|
5
|
+
</svg>
|
|
7
6
|
)
|
|
8
7
|
|
|
9
8
|
Star1Icon.displayName = 'Star1Icon'
|
package/src/icons/Star2Icon.jsx
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
export const Star2Icon = ({ width = 16, height = 16, className, ...props }) => (
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
</svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={width} className={className} {...props} height={height} viewBox="0 0 24 24" fill="none">
|
|
3
|
+
<path d="M6 21.5L7 16L6.5 13H18L17 16L18 21.5L12 18.5L6 21.5Z" fill="currentColor" />
|
|
4
|
+
<path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
|
|
5
|
+
</svg>
|
|
7
6
|
)
|
|
8
7
|
|
|
9
8
|
Star2Icon.displayName = 'Star2Icon'
|
package/src/icons/Star3Icon.jsx
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
export const Star3Icon = ({ 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"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
</svg>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width={width} className={className} {...props} height={height} viewBox="0 0 24 24" fill="none">
|
|
3
|
+
<path d="M6 21.5L7 14.5L3.5 10.5H20L17 14L18 21.5L12 18.5L6 21.5Z" fill="currentColor" />
|
|
4
|
+
<path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
|
|
5
|
+
</svg>
|
|
7
6
|
)
|
|
8
7
|
|
|
9
8
|
Star3Icon.displayName = 'Star3Icon'
|
package/src/icons/StarIcon.jsx
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
export const StarIcon = ({ 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 15"
|
|
7
|
+
fill="none"
|
|
8
|
+
className={className}
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path
|
|
12
|
+
d="M8.00065 1.33203L10.0607 5.50536L14.6673 6.1787L11.334 9.42537L12.1207 14.012L8.00065 11.8454L3.88065 14.012L4.66732 9.42537L1.33398 6.1787L5.94065 5.50536L8.00065 1.33203Z"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
6
18
|
)
|
|
7
19
|
|
|
8
20
|
StarIcon.displayName = 'StarIcon'
|
package/src/icons/TrashIcon.jsx
CHANGED
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
export const TrashIcon = ({ 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="M3 6H5M5 6H21M5 6V20C5 20.5304 5.21071 21.0391 5.58579 21.4142C5.96086 21.7893 6.46957 22 7 22H17C17.5304 22 18.0391 21.7893 18.4142 21.4142C18.7893 21.0391 19 20.5304 19 20V6H5ZM8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth="1.5"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
5
19
|
)
|
|
6
20
|
|
|
7
21
|
TrashIcon.displayName = 'TrashIcon'
|
package/src/icons/TrimIcon.jsx
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
export const TrimIcon = ({ 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="M13.3333 2.66667L5.41333 10.5867M9.64665 9.65332L13.3333 13.3333M5.41333 5.41333L8 8M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4ZM6 12C6 13.1046 5.10457 14 4 14C2.89543 14 2 13.1046 2 12C2 10.8954 2.89543 10 4 10C5.10457 10 6 10.8954 6 12Z"
|
|
14
|
+
stroke="currentColor"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
</g>
|
|
4
19
|
</svg>
|
|
5
20
|
)
|
|
6
21
|
|
|
@@ -4,14 +4,46 @@ export const UkuleleIcon = ({
|
|
|
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="M9.50169 3.21495C8.53964 3.68278 7.47211 3.89129 6.40473 3.81984C5.66182 3.77011 5.04573 4.3871 5.09684 5.12992C5.3331 8.56372 5.76896 14.8918 5.89904 16.6739C5.92024 16.9645 6.06996 17.2242 6.30707 17.3935L7.78967 18.4521C8.05255 18.6398 8.20858 18.9429 8.20858 19.2659V21.9999H15.8502V19.2582C15.8502 18.9395 16.0021 18.6399 16.2592 18.4516L17.6926 17.4011C17.93 17.2272 18.0787 16.9575 18.0991 16.664L18.9024 5.13069C18.9541 4.38779 18.3382 3.77015 17.5951 3.81988C16.5282 3.8913 15.461 3.68288 14.4994 3.21523L12.8749 2.42526C12.3227 2.15675 11.6778 2.15675 11.1256 2.42527L9.50169 3.21495Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeMiterlimit="10"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M22.5767 9.5423C22.5767 9.95651 22.2409 10.2923 21.8267 10.2923C21.4124 10.2923 21.0767 9.95651 21.0767 9.5423C21.0767 9.12808 21.4124 8.7923 21.8267 8.7923C22.2409 8.7923 22.5767 9.12808 22.5767 9.5423Z"
|
|
24
|
+
stroke="currentColor"
|
|
25
|
+
strokeWidth="1.5"
|
|
26
|
+
strokeMiterlimit="10"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M1.4082 9.5423C1.4082 9.95651 1.74399 10.2923 2.1582 10.2923C2.57242 10.2923 2.9082 9.95651 2.9082 9.5423C2.9082 9.12808 2.57242 8.7923 2.1582 8.7923C1.74399 8.7923 1.4082 9.12808 1.4082 9.5423Z"
|
|
30
|
+
stroke="currentColor"
|
|
31
|
+
strokeWidth="1.5"
|
|
32
|
+
strokeMiterlimit="10"
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
d="M22.0337 14.4576C22.0337 14.8718 21.6979 15.2076 21.2837 15.2076C20.8695 15.2076 20.5337 14.8718 20.5337 14.4576C20.5337 14.0434 20.8695 13.7076 21.2837 13.7076C21.6979 13.7076 22.0337 14.0434 22.0337 14.4576Z"
|
|
36
|
+
stroke="currentColor"
|
|
37
|
+
strokeWidth="1.5"
|
|
38
|
+
strokeMiterlimit="10"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M1.95117 14.4576C1.95117 14.8718 2.28696 15.2076 2.70117 15.2076C3.11539 15.2076 3.45117 14.8718 3.45117 14.4576C3.45117 14.0434 3.11539 13.7076 2.70117 13.7076C2.28696 13.7076 1.95117 14.0434 1.95117 14.4576Z"
|
|
42
|
+
stroke="currentColor"
|
|
43
|
+
strokeWidth="1.5"
|
|
44
|
+
strokeMiterlimit="10"
|
|
45
|
+
/>
|
|
46
|
+
</svg>
|
|
15
47
|
)
|
|
16
48
|
|
|
17
49
|
UkuleleIcon.displayName = 'UkuleleIcon'
|
package/src/icons/UndoIcon.jsx
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
1
|
export const UndoIcon = ({ 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="M5 8.04444L2 5.02222M2 5.02222L5 2M2 5.02222H9.875C10.4167 5.02222 10.9531 5.12971 11.4536 5.33855C11.954 5.54738 12.4088 5.85348 12.7918 6.23936C13.1749 6.62523 13.4787 7.08334 13.686 7.58751C13.8933 8.09169 14 8.63206 14 9.17778C14 9.72349 13.8933 10.2639 13.686 10.768C13.4787 11.2722 13.1749 11.7303 12.7918 12.1162C12.4088 12.5021 11.954 12.8082 11.4536 13.017C10.9531 13.2258 10.4167 13.3333 9.875 13.3333H7.25"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
5
18
|
)
|
|
6
19
|
|
|
7
20
|
UndoIcon.displayName = 'UndoIcon'
|
package/src/icons/UnlockIcon.jsx
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
export const UnlockIcon = ({ 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}
|
|
4
|
+
height={height}
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
className={className}
|
|
8
|
+
{...props}
|
|
9
|
+
>
|
|
10
|
+
<g>
|
|
11
|
+
<path d="M4.66667 7.33398V4.66732C4.66667 3.78326 5.01786 2.93542 5.64298 2.3103C6.2681 1.68517 7.11595 1.33398 8 1.33398C8.88406 1.33398 9.7319 1.68517 10.357 2.3103C10.8226 2.77588 11.1362 3.36502 11.266 4.00065M3.33333 7.33398H12.6667C13.403 7.33398 14 7.93094 14 8.66732V13.334C14 14.0704 13.403 14.6673 12.6667 14.6673H3.33333C2.59695 14.6673 2 14.0704 2 13.334V8.66732C2 7.93094 2.59695 7.33398 3.33333 7.33398Z"
|
|
12
|
+
stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" />
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
5
15
|
)
|
|
6
16
|
|
|
7
17
|
UnlockIcon.displayName = 'UnlockIcon'
|
|
@@ -4,10 +4,23 @@ export const UserGroupIcon = ({
|
|
|
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 12 13"
|
|
12
|
+
fill="none"
|
|
13
|
+
className={className}
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<path
|
|
17
|
+
d="M7.20012 11.2499V10.5061C7.20012 10.1116 7.04339 9.73326 6.76443 9.45429C6.48546 9.17533 6.1071 9.01861 5.71259 9.01861H2.73753C2.34301 9.01861 1.96465 9.17533 1.68569 9.45429C1.40672 9.73326 1.25 10.1116 1.25 10.5061V11.2499M10.75 8.44388V7.70012C10.75 7.3056 10.5933 6.92724 10.3144 6.64827C10.0354 6.36931 9.65703 6.21259 9.26251 6.21259H7.24265M5.71259 6.04355C5.71259 6.86509 5.0466 7.53108 4.22506 7.53108C3.40352 7.53108 2.73753 6.86509 2.73753 6.04355C2.73753 5.22201 3.40352 4.55602 4.22506 4.55602C5.0466 4.55602 5.71259 5.22201 5.71259 6.04355ZM9.26251 3.23753C9.26251 4.05907 8.59652 4.72506 7.77498 4.72506C6.95345 4.72506 6.28746 4.05907 6.28746 3.23753C6.28746 2.41599 6.95345 1.75 7.77498 1.75C8.59652 1.75 9.26251 2.41599 9.26251 3.23753Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="0.75"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
11
24
|
)
|
|
12
25
|
|
|
13
26
|
UserGroupIcon.displayName = 'UserGroupIcon'
|
package/src/icons/UserIcon.jsx
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export const UserIcon = ({ 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="M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z"
|
|
4
|
+
stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
|
|
5
|
+
</svg>
|
|
6
6
|
)
|
|
7
7
|
|
|
8
8
|
UserIcon.displayName = 'UserIcon'
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export const UserVoiceIcon = ({ width = 16, height = 16, className, ...props }) => (
|
|
2
|
-
<svg
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg" width={width} height={height} viewBox="0 0 24 24" fill="none" className={className} {...props}>
|
|
4
|
+
<path
|
|
5
|
+
d="M17 22.0002V20.1113C17 19.1094 16.6049 18.1485 15.9016 17.44C15.1984 16.7316 14.2446 16.3335 13.25 16.3335H5.75C4.75544 16.3335 3.80161 16.7316 3.09835 17.44C2.39509 18.1485 2 19.1094 2 20.1113V22.0002M19.7331 2.78202C21.1846 4.37349 22 6.53169 22 8.78202C22 11.0324 21.1846 13.1906 19.7331 14.782M17 5.77778C17.7257 6.57351 18.1334 7.65261 18.1334 8.77778C18.1334 9.90294 17.7257 10.982 17 11.7778M13.25 8.77799C13.25 10.8644 11.5711 12.5558 9.5 12.5558C7.42893 12.5558 5.75 10.8644 5.75 8.77799C5.75 6.69158 7.42893 5.00021 9.5 5.00021C11.5711 5.00021 13.25 6.69158 13.25 8.77799Z"
|
|
6
|
+
stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" />
|
|
7
|
+
</svg>
|
|
6
8
|
)
|
|
7
9
|
|
|
8
10
|
UserVoiceIcon.displayName = 'UserVoiceIcon'
|
package/src/icons/Video2Icon.jsx
CHANGED
|
@@ -4,10 +4,28 @@ export const Video2Icon = ({
|
|
|
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="M14.4816 11.8466C14.5998 11.9147 14.5998 12.0851 14.4816 12.1532L9.69566 14.9133C9.57749 14.9815 9.42978 14.8963 9.42978 14.76V9.23982C9.42978 9.10352 9.57749 9.01834 9.69566 9.08649L14.4816 11.8466Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeMiterlimit="10"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M21 3.5H3C1.89543 3.5 1 4.39543 1 5.5V18.5C1 19.6046 1.89543 20.5 3 20.5H21C22.1046 20.5 23 19.6046 23 18.5V5.5C23 4.39543 22.1046 3.5 21 3.5Z"
|
|
24
|
+
stroke="currentColor"
|
|
25
|
+
strokeWidth="1.5"
|
|
26
|
+
strokeMiterlimit="10"
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
11
29
|
)
|
|
12
30
|
|
|
13
31
|
Video2Icon.displayName = 'Video2Icon'
|
package/src/icons/VideoIcon.jsx
CHANGED
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
export const VideoIcon = ({ 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="M18.625 9.125L23 7V17L18.625 14.875M3 5H13C14.1046 5 15 5.89543 15 7V17C15 18.1046 14.1046 19 13 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5Z"
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeWidth="1.5"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
5
19
|
)
|
|
6
20
|
|
|
7
21
|
VideoIcon.displayName = 'VideoIcon'
|
|
@@ -4,10 +4,23 @@ export const Volume0Icon = ({
|
|
|
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 5L6 9H2V15H6L11 19V5Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
11
24
|
)
|
|
12
25
|
|
|
13
26
|
Volume0Icon.displayName = 'Volume0Icon'
|
|
@@ -4,10 +4,23 @@ export const Volume1Icon = ({
|
|
|
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.54 8.45999C16.4774 9.39763 17.0039 10.6692 17.0039 11.995C17.0039 13.3208 16.4774 14.5924 15.54 15.53M11 5L6 9H2V15H6L11 19V5Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
11
24
|
)
|
|
12
25
|
|
|
13
26
|
Volume1Icon.displayName = 'Volume1Icon'
|
|
@@ -4,10 +4,23 @@ export const Volume2Icon = ({
|
|
|
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="M19.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.53M11 5L6 9H2V15H6L11 19V5Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
strokeWidth="1.5"
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
11
24
|
)
|
|
12
25
|
|
|
13
26
|
Volume2Icon.displayName = 'Volume2Icon'
|
package/src/icons/WidgetIcon.jsx
CHANGED
|
@@ -4,16 +4,32 @@ export const WidgetIcon = ({
|
|
|
4
4
|
className,
|
|
5
5
|
...props
|
|
6
6
|
}) => (
|
|
7
|
-
<svg
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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="M2 10C2 9.63181 2.29848 9.33333 2.66667 9.33333H6C6.36819 9.33333 6.66667 9.63181 6.66667 10V13.3333C6.66667 13.7015 6.36819 14 6 14H2.66667C2.29848 14 2 13.7015 2 13.3333V10Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M9.33333 10C9.33333 9.63181 9.63181 9.33333 10 9.33333H13.3333C13.7015 9.33333 14 9.63181 14 10V13.3333C14 13.7015 13.7015 14 13.3333 14H10C9.63181 14 9.33333 13.7015 9.33333 13.3333V10Z"
|
|
22
|
+
stroke="currentColor"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M2 2.66667C2 2.29848 2.29848 2 2.66667 2H6C6.36819 2 6.66667 2.29848 6.66667 2.66667V6C6.66667 6.36819 6.36819 6.66667 6 6.66667H2.66667C2.29848 6.66667 2 6.36819 2 6V2.66667Z"
|
|
26
|
+
stroke="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M9.33333 2.66667C9.33333 2.29848 9.63181 2 10 2H13.3333C13.7015 2 14 2.29848 14 2.66667V6C14 6.36819 13.7015 6.66667 13.3333 6.66667H10C9.63181 6.66667 9.33333 6.36819 9.33333 6V2.66667Z"
|
|
30
|
+
stroke="currentColor"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
17
33
|
)
|
|
18
34
|
|
|
19
35
|
WidgetIcon.displayName = 'WidgetIcon'
|
package/src/icons/ZoomInIcon.jsx
CHANGED
|
@@ -4,8 +4,23 @@ export const ZoomInIcon = ({
|
|
|
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 14L11.1 11.1M7.33333 5.33333V7.33333M7.33333 7.33333V9.33333M7.33333 7.33333H9.33333M7.33333 7.33333H5.33333M12.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>
|
|
9
24
|
</svg>
|
|
10
25
|
)
|
|
11
26
|
|