Browse Source

feat: Added 11 filled icons and 33 linear icons (#3016)

* feat: Added 11 filled icons and 33 linear icons

* docs: icon doc add new icons for seo

* chore: IconVolumnSilentStroked -> IconVolumeSilentStroked

* chore: IconVolumnSilentStroked -> IconVolumeSilentStroked
YyumeiZhang 3 weeks ago
parent
commit
ba384587d0
98 changed files with 1664 additions and 14 deletions
  1. 46 0
      content/basic/icon/index-en-US.md
  2. 46 0
      content/basic/icon/index.md
  3. 41 0
      packages/semi-icons/src/icons/IconAlarmStroked.tsx
  4. 23 0
      packages/semi-icons/src/icons/IconBook.tsx
  5. 23 0
      packages/semi-icons/src/icons/IconBriefcaseStroked.tsx
  6. 34 0
      packages/semi-icons/src/icons/IconCalendarClockStroked.tsx
  7. 31 0
      packages/semi-icons/src/icons/IconCameraStroked.tsx
  8. 27 0
      packages/semi-icons/src/icons/IconCartStroked.tsx
  9. 23 0
      packages/semi-icons/src/icons/IconClockStroked.tsx
  10. 23 0
      packages/semi-icons/src/icons/IconCoinMoney.tsx
  11. 24 0
      packages/semi-icons/src/icons/IconCreditCardStroked.tsx
  12. 23 0
      packages/semi-icons/src/icons/IconCrownStroked.tsx
  13. 23 0
      packages/semi-icons/src/icons/IconDownCircle.tsx
  14. 31 0
      packages/semi-icons/src/icons/IconEdit2.tsx
  15. 30 0
      packages/semi-icons/src/icons/IconEyeClosedSolidStroked.tsx
  16. 23 0
      packages/semi-icons/src/icons/IconEyeClosedStroked.tsx
  17. 31 0
      packages/semi-icons/src/icons/IconEyeOpenedStroked.tsx
  18. 23 0
      packages/semi-icons/src/icons/IconFilterStroked.tsx
  19. 23 0
      packages/semi-icons/src/icons/IconFlagStroked.tsx
  20. 23 0
      packages/semi-icons/src/icons/IconFolderOpenStroked.tsx
  21. 23 0
      packages/semi-icons/src/icons/IconGlobeStrokeStroked.tsx
  22. 23 0
      packages/semi-icons/src/icons/IconGlobeStroked.tsx
  23. 28 0
      packages/semi-icons/src/icons/IconHornStroked.tsx
  24. 1 3
      packages/semi-icons/src/icons/IconHourglass.tsx
  25. 23 0
      packages/semi-icons/src/icons/IconIdCardStroked.tsx
  26. 23 0
      packages/semi-icons/src/icons/IconLeftCircle.tsx
  27. 34 0
      packages/semi-icons/src/icons/IconMicrophoneOffStroked.tsx
  28. 23 0
      packages/semi-icons/src/icons/IconMicrophoneStroked.tsx
  29. 15 6
      packages/semi-icons/src/icons/IconMiniPlayer.tsx
  30. 23 0
      packages/semi-icons/src/icons/IconMoonStroked.tsx
  31. 23 0
      packages/semi-icons/src/icons/IconMuteStroked.tsx
  32. 23 0
      packages/semi-icons/src/icons/IconNoteMoney.tsx
  33. 23 0
      packages/semi-icons/src/icons/IconPaperclipStroked.tsx
  34. 23 0
      packages/semi-icons/src/icons/IconPhoneStroked.tsx
  35. 25 0
      packages/semi-icons/src/icons/IconPrize.tsx
  36. 23 0
      packages/semi-icons/src/icons/IconRealSize.tsx
  37. 23 0
      packages/semi-icons/src/icons/IconSafeStroked.tsx
  38. 23 0
      packages/semi-icons/src/icons/IconScissorsStroked.tsx
  39. 23 0
      packages/semi-icons/src/icons/IconShare.tsx
  40. 29 0
      packages/semi-icons/src/icons/IconShoppingBagStroked.tsx
  41. 30 0
      packages/semi-icons/src/icons/IconSunStroked.tsx
  42. 23 0
      packages/semi-icons/src/icons/IconTestScore.tsx
  43. 23 0
      packages/semi-icons/src/icons/IconTicketCode.tsx
  44. 32 0
      packages/semi-icons/src/icons/IconUserCardVideoStroked.tsx
  45. 23 0
      packages/semi-icons/src/icons/IconUserList.tsx
  46. 29 0
      packages/semi-icons/src/icons/IconVolume1Stroked.tsx
  47. 27 0
      packages/semi-icons/src/icons/IconVolume2Stroked.tsx
  48. 23 0
      packages/semi-icons/src/icons/IconVolumeSilentStroked.tsx
  49. 23 0
      packages/semi-icons/src/icons/IconWrenchStroked.tsx
  50. 48 3
      packages/semi-icons/src/icons/index.ts
  51. 13 0
      packages/semi-icons/src/svgs/alarm_stroked.svg
  52. 3 0
      packages/semi-icons/src/svgs/book.svg
  53. 3 0
      packages/semi-icons/src/svgs/briefcase_stroked.svg
  54. 9 0
      packages/semi-icons/src/svgs/calendar_clock_stroked.svg
  55. 4 0
      packages/semi-icons/src/svgs/camera_stroked.svg
  56. 5 0
      packages/semi-icons/src/svgs/cart_stroked.svg
  57. 3 0
      packages/semi-icons/src/svgs/clock_stroked.svg
  58. 3 0
      packages/semi-icons/src/svgs/coin_money.svg
  59. 4 0
      packages/semi-icons/src/svgs/credit_card_stroked.svg
  60. 3 0
      packages/semi-icons/src/svgs/crown_stroked.svg
  61. 3 0
      packages/semi-icons/src/svgs/down_circle.svg
  62. 5 0
      packages/semi-icons/src/svgs/edit_2.svg
  63. 5 0
      packages/semi-icons/src/svgs/eye_closed_solid_stroked.svg
  64. 3 0
      packages/semi-icons/src/svgs/eye_closed_stroked.svg
  65. 4 0
      packages/semi-icons/src/svgs/eye_opened_stroked.svg
  66. 3 0
      packages/semi-icons/src/svgs/filter_stroked.svg
  67. 3 0
      packages/semi-icons/src/svgs/flag_stroked.svg
  68. 3 0
      packages/semi-icons/src/svgs/folder_open_stroked.svg
  69. 3 0
      packages/semi-icons/src/svgs/globe_stroke_stroked.svg
  70. 3 0
      packages/semi-icons/src/svgs/globe_stroked.svg
  71. 4 0
      packages/semi-icons/src/svgs/horn_stroked.svg
  72. 3 1
      packages/semi-icons/src/svgs/hourglass.svg
  73. 3 0
      packages/semi-icons/src/svgs/id_card_stroked.svg
  74. 3 0
      packages/semi-icons/src/svgs/left-circle.svg
  75. 180 0
      packages/semi-icons/src/svgs/meta.json
  76. 6 0
      packages/semi-icons/src/svgs/microphone_off_stroked.svg
  77. 3 0
      packages/semi-icons/src/svgs/microphone_stroked.svg
  78. 1 1
      packages/semi-icons/src/svgs/mini_player.svg
  79. 3 0
      packages/semi-icons/src/svgs/moon_stroked.svg
  80. 3 0
      packages/semi-icons/src/svgs/mute_stroked.svg
  81. 3 0
      packages/semi-icons/src/svgs/note_money.svg
  82. 1 0
      packages/semi-icons/src/svgs/paperclip_stroked.svg
  83. 3 0
      packages/semi-icons/src/svgs/phone_stroked.svg
  84. 3 0
      packages/semi-icons/src/svgs/prize.svg
  85. 3 0
      packages/semi-icons/src/svgs/real_size.svg
  86. 3 0
      packages/semi-icons/src/svgs/safe_stroked.svg
  87. 3 0
      packages/semi-icons/src/svgs/scissors_stroked.svg
  88. 3 0
      packages/semi-icons/src/svgs/share.svg
  89. 4 0
      packages/semi-icons/src/svgs/shopping_bag_stroked.svg
  90. 10 0
      packages/semi-icons/src/svgs/sun_stroked.svg
  91. 3 0
      packages/semi-icons/src/svgs/test_score.svg
  92. 3 0
      packages/semi-icons/src/svgs/ticket_code.svg
  93. 5 0
      packages/semi-icons/src/svgs/user_card_video_stroked.svg
  94. 3 0
      packages/semi-icons/src/svgs/user_list.svg
  95. 4 0
      packages/semi-icons/src/svgs/volume_1_stroked.svg
  96. 4 0
      packages/semi-icons/src/svgs/volume_2_stroked.svg
  97. 3 0
      packages/semi-icons/src/svgs/volume_silent_stroked.svg
  98. 3 0
      packages/semi-icons/src/svgs/wrench_stroked.svg

+ 46 - 0
content/basic/icon/index-en-US.md

@@ -22,6 +22,7 @@ AI icons are available since v2.86.0.
 IconAbsoluteStroked
 IconActivity
 IconAlarm
+IconAlarmStroked
 IconAlertCircle
 IconAlertTriangle
 IconAlignBottom
@@ -62,6 +63,7 @@ IconBell
 IconBellStroked
 IconBold
 IconBolt
+IconBook
 IconBookH5Stroked
 IconBookOpenStroked
 IconBookStroked
@@ -76,18 +78,22 @@ IconBrackets
 IconBranch
 IconBriefStroked
 IconBriefcase
+IconBriefcaseStroked
 IconBulb
 IconButtonStroked
 IconBytedanceLogo
 IconCalendar
 IconCalendarClock
+IconCalendarClockStroked
 IconCalendarStroked
 IconCamera
+IconCameraStroked
 IconCandlestickChartStroked
 IconCaretdown
 IconCaretup
 IconCarouselStroked
 IconCart
+IconCartStroked
 IconCaseSensitive
 IconCenterLeftStroked
 IconCenterRightStroked
@@ -107,12 +113,14 @@ IconChevronUp
 IconChevronUpDown
 IconClear
 IconClock
+IconClockStroked
 IconClose
 IconCloud
 IconCloudStroked
 IconCloudUploadStroked
 IconCode
 IconCodeStroked
+IconCoinMoney
 IconCoinMoneyStroked
 IconColorPalette
 IconColumnsStroked
@@ -131,10 +139,12 @@ IconCopyAdd
 IconCopyStroked
 IconCornerRadiusStroked
 IconCreditCard
+IconCreditCardStroked
 IconCrop
 IconCrossCircleStroked
 IconCrossStroked
 IconCrown
+IconCrownStroked
 IconCustomerSupport
 IconCustomerSupportStroked
 IconCustomize
@@ -149,11 +159,13 @@ IconDivide
 IconDongchediLogo
 IconDoubleChevronLeft
 IconDoubleChevronRight
+IconDownCircle
 IconDownCircleStroked
 IconDownload
 IconDownloadStroked
 IconDuration
 IconEdit
+IconEdit2
 IconEdit2Stroked
 IconEditStroked
 IconElementStroked
@@ -165,7 +177,10 @@ IconExternalOpen
 IconExternalOpenStroked
 IconEyeClosed
 IconEyeClosedSolid
+IconEyeClosedSolidStroked
+IconEyeClosedStroked
 IconEyeOpened
+IconEyeOpenedStroked
 IconEyedropper
 IconFacebook
 IconFaceuLogo
@@ -181,13 +196,16 @@ IconFilledArrowDown
 IconFilledArrowUp
 IconFilpVertical
 IconFilter
+IconFilterStroked
 IconFingerLeftStroked
 IconFixedStroked
 IconFlag
+IconFlagStroked
 IconFlipHorizontal
 IconFlowChartStroked
 IconFolder
 IconFolderOpen
+IconFolderOpenStroked
 IconFolderStroked
 IconFollowStroked
 IconFont
@@ -203,6 +221,8 @@ IconGithubLogo
 IconGitlabLogo
 IconGlobe
 IconGlobeStroke
+IconGlobeStrokeStroked
+IconGlobeStroked
 IconGridRectangle
 IconGridSquare
 IconGridStroked
@@ -229,9 +249,11 @@ IconHn
 IconHome
 IconHomeStroked
 IconHorn
+IconHornStroked
 IconHourglass
 IconHourglassStroked
 IconIdCard
+IconIdCardStroked
 IconIdentity
 IconImage
 IconImageStroked
@@ -256,6 +278,7 @@ IconKey
 IconKeyStroked
 IconLanguage
 IconLayers
+IconLeftCircle
 IconLeftCircleStroked
 IconLightningStroked
 IconLikeHeart
@@ -284,6 +307,9 @@ IconMember
 IconMenu
 IconMicrophone
 IconMicrophoneOff
+IconMicrophoneOffStroked
+IconMicrophoneStroked
+IconMiniPlayer
 IconMinimize
 IconMinus
 IconMinusCircle
@@ -293,21 +319,26 @@ IconModalStroked
 IconMoneyExchangeStroked
 IconMonitorStroked
 IconMoon
+IconMoonStroked
 IconMore
 IconMoreStroked
 IconMusic
 IconMusicNoteStroked
 IconMute
+IconMuteStroked
 IconNineGridStroked
+IconNoteMoney
 IconNoteMoneyStroked
 IconOption
 IconOrderedList
 IconOrderedListStroked
 IconPaperclip
+IconPaperclipStroked
 IconPause
 IconPercentage
 IconPhone
 IconPhoneStroke
+IconPhoneStroked
 IconPieChart2Stroked
 IconPieChartStroked
 IconPiechartH5Stroked
@@ -320,6 +351,7 @@ IconPlusCircleStroked
 IconPlusStroked
 IconPriceTag
 IconPrint
+IconPrize
 IconPrizeStroked
 IconPulse
 IconPuzzle
@@ -329,6 +361,7 @@ IconQuit
 IconQuote
 IconRadio
 IconRankingCardStroked
+IconRealSize
 IconRealSizeStroked
 IconRedo
 IconRedoStroked
@@ -345,10 +378,12 @@ IconRotationStroked
 IconRoute
 IconRowsStroked
 IconSafe
+IconSafeStroked
 IconSave
 IconSaveStroked
 IconScan
 IconScissors
+IconScissorsStroked
 IconSearch
 IconSearchStroked
 IconSectionStroked
@@ -360,12 +395,14 @@ IconServer
 IconServerStroked
 IconSetting
 IconSettingStroked
+IconShare
 IconShareMoneyStroked
 IconShareStroked
 IconShield
 IconShieldStroked
 IconShift
 IconShoppingBag
+IconShoppingBagStroked
 IconShrink
 IconShrinkScreenStroked
 IconSidebar
@@ -391,6 +428,7 @@ IconStopwatchStroked
 IconStoryStroked
 IconStrikeThrough
 IconSun
+IconSunStroked
 IconSync
 IconTabArrowStroked
 IconTabsStroked
@@ -398,6 +436,7 @@ IconTaskMoneyStroked
 IconTemplate
 IconTemplateStroked
 IconTerminal
+IconTestScore
 IconTestScoreStroked
 IconText
 IconTextRectangle
@@ -405,6 +444,7 @@ IconTextStroked
 IconThumbUpStroked
 IconTick
 IconTickCircle
+IconTicketCode
 IconTicketCodeExchangeStroked
 IconTicketCodeStroked
 IconTiktokLogo
@@ -437,9 +477,11 @@ IconUser
 IconUserAdd
 IconUserCardPhone
 IconUserCardVideo
+IconUserCardVideoStroked
 IconUserCircle
 IconUserCircleStroked
 IconUserGroup
+IconUserList
 IconUserListStroked
 IconUserSetting
 IconUserStroked
@@ -453,8 +495,11 @@ IconVideoStroked
 IconVideoUrlStroked
 IconVigoLogo
 IconVolume1
+IconVolume1Stroked
 IconVolume2
+IconVolume2Stroked
 IconVolumnSilent
+IconVolumeSilentStroked
 IconVoteStroked
 IconVoteVideoStroked
 IconWeibo
@@ -462,6 +507,7 @@ IconWholeWord
 IconWifi
 IconWindowAdaptionStroked
 IconWrench
+IconWrenchStroked
 IconXiguaLogo
 IconYoutube
 

+ 46 - 0
content/basic/icon/index.md

@@ -22,6 +22,7 @@ AI 图标自 v2.86.0 提供。
 IconAbsoluteStroked
 IconActivity
 IconAlarm
+IconAlarmStroked
 IconAlertCircle
 IconAlertTriangle
 IconAlignBottom
@@ -62,6 +63,7 @@ IconBell
 IconBellStroked
 IconBold
 IconBolt
+IconBook
 IconBookH5Stroked
 IconBookOpenStroked
 IconBookStroked
@@ -76,18 +78,22 @@ IconBrackets
 IconBranch
 IconBriefStroked
 IconBriefcase
+IconBriefcaseStroked
 IconBulb
 IconButtonStroked
 IconBytedanceLogo
 IconCalendar
 IconCalendarClock
+IconCalendarClockStroked
 IconCalendarStroked
 IconCamera
+IconCameraStroked
 IconCandlestickChartStroked
 IconCaretdown
 IconCaretup
 IconCarouselStroked
 IconCart
+IconCartStroked
 IconCaseSensitive
 IconCenterLeftStroked
 IconCenterRightStroked
@@ -107,12 +113,14 @@ IconChevronUp
 IconChevronUpDown
 IconClear
 IconClock
+IconClockStroked
 IconClose
 IconCloud
 IconCloudStroked
 IconCloudUploadStroked
 IconCode
 IconCodeStroked
+IconCoinMoney
 IconCoinMoneyStroked
 IconColorPalette
 IconColumnsStroked
@@ -131,10 +139,12 @@ IconCopyAdd
 IconCopyStroked
 IconCornerRadiusStroked
 IconCreditCard
+IconCreditCardStroked
 IconCrop
 IconCrossCircleStroked
 IconCrossStroked
 IconCrown
+IconCrownStroked
 IconCustomerSupport
 IconCustomerSupportStroked
 IconCustomize
@@ -149,11 +159,13 @@ IconDivide
 IconDongchediLogo
 IconDoubleChevronLeft
 IconDoubleChevronRight
+IconDownCircle
 IconDownCircleStroked
 IconDownload
 IconDownloadStroked
 IconDuration
 IconEdit
+IconEdit2
 IconEdit2Stroked
 IconEditStroked
 IconElementStroked
@@ -165,7 +177,10 @@ IconExternalOpen
 IconExternalOpenStroked
 IconEyeClosed
 IconEyeClosedSolid
+IconEyeClosedSolidStroked
+IconEyeClosedStroked
 IconEyeOpened
+IconEyeOpenedStroked
 IconEyedropper
 IconFacebook
 IconFaceuLogo
@@ -181,13 +196,16 @@ IconFilledArrowDown
 IconFilledArrowUp
 IconFilpVertical
 IconFilter
+IconFilterStroked
 IconFingerLeftStroked
 IconFixedStroked
 IconFlag
+IconFlagStroked
 IconFlipHorizontal
 IconFlowChartStroked
 IconFolder
 IconFolderOpen
+IconFolderOpenStroked
 IconFolderStroked
 IconFollowStroked
 IconFont
@@ -203,6 +221,8 @@ IconGithubLogo
 IconGitlabLogo
 IconGlobe
 IconGlobeStroke
+IconGlobeStrokeStroked
+IconGlobeStroked
 IconGridRectangle
 IconGridSquare
 IconGridStroked
@@ -229,9 +249,11 @@ IconHn
 IconHome
 IconHomeStroked
 IconHorn
+IconHornStroked
 IconHourglass
 IconHourglassStroked
 IconIdCard
+IconIdCardStroked
 IconIdentity
 IconImage
 IconImageStroked
@@ -256,6 +278,7 @@ IconKey
 IconKeyStroked
 IconLanguage
 IconLayers
+IconLeftCircle
 IconLeftCircleStroked
 IconLightningStroked
 IconLikeHeart
@@ -284,6 +307,9 @@ IconMember
 IconMenu
 IconMicrophone
 IconMicrophoneOff
+IconMicrophoneOffStroked
+IconMicrophoneStroked
+IconMiniPlayer
 IconMinimize
 IconMinus
 IconMinusCircle
@@ -293,21 +319,26 @@ IconModalStroked
 IconMoneyExchangeStroked
 IconMonitorStroked
 IconMoon
+IconMoonStroked
 IconMore
 IconMoreStroked
 IconMusic
 IconMusicNoteStroked
 IconMute
+IconMuteStroked
 IconNineGridStroked
+IconNoteMoney
 IconNoteMoneyStroked
 IconOption
 IconOrderedList
 IconOrderedListStroked
 IconPaperclip
+IconPaperclipStroked
 IconPause
 IconPercentage
 IconPhone
 IconPhoneStroke
+IconPhoneStroked
 IconPieChart2Stroked
 IconPieChartStroked
 IconPiechartH5Stroked
@@ -320,6 +351,7 @@ IconPlusCircleStroked
 IconPlusStroked
 IconPriceTag
 IconPrint
+IconPrize
 IconPrizeStroked
 IconPulse
 IconPuzzle
@@ -329,6 +361,7 @@ IconQuit
 IconQuote
 IconRadio
 IconRankingCardStroked
+IconRealSize
 IconRealSizeStroked
 IconRedo
 IconRedoStroked
@@ -345,10 +378,12 @@ IconRotationStroked
 IconRoute
 IconRowsStroked
 IconSafe
+IconSafeStroked
 IconSave
 IconSaveStroked
 IconScan
 IconScissors
+IconScissorsStroked
 IconSearch
 IconSearchStroked
 IconSectionStroked
@@ -360,12 +395,14 @@ IconServer
 IconServerStroked
 IconSetting
 IconSettingStroked
+IconShare
 IconShareMoneyStroked
 IconShareStroked
 IconShield
 IconShieldStroked
 IconShift
 IconShoppingBag
+IconShoppingBagStroked
 IconShrink
 IconShrinkScreenStroked
 IconSidebar
@@ -391,6 +428,7 @@ IconStopwatchStroked
 IconStoryStroked
 IconStrikeThrough
 IconSun
+IconSunStroked
 IconSync
 IconTabArrowStroked
 IconTabsStroked
@@ -398,6 +436,7 @@ IconTaskMoneyStroked
 IconTemplate
 IconTemplateStroked
 IconTerminal
+IconTestScore
 IconTestScoreStroked
 IconText
 IconTextRectangle
@@ -405,6 +444,7 @@ IconTextStroked
 IconThumbUpStroked
 IconTick
 IconTickCircle
+IconTicketCode
 IconTicketCodeExchangeStroked
 IconTicketCodeStroked
 IconTiktokLogo
@@ -437,9 +477,11 @@ IconUser
 IconUserAdd
 IconUserCardPhone
 IconUserCardVideo
+IconUserCardVideoStroked
 IconUserCircle
 IconUserCircleStroked
 IconUserGroup
+IconUserList
 IconUserListStroked
 IconUserSetting
 IconUserStroked
@@ -453,8 +495,11 @@ IconVideoStroked
 IconVideoUrlStroked
 IconVigoLogo
 IconVolume1
+IconVolume1Stroked
 IconVolume2
+IconVolume2Stroked
 IconVolumnSilent
+IconVolumeSilentStroked
 IconVoteStroked
 IconVoteVideoStroked
 IconWeibo
@@ -462,6 +507,7 @@ IconWholeWord
 IconWifi
 IconWindowAdaptionStroked
 IconWrench
+IconWrenchStroked
 IconXiguaLogo
 IconYoutube
 IconAIBellLevel1

+ 41 - 0
packages/semi-icons/src/icons/IconAlarmStroked.tsx

@@ -0,0 +1,41 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <g clipPath="url(#clip0_2342_325)">
+                <path
+                    d="M12 7.64c.5 0 .9.4.9.9v5.08l3.98 3.97a.9.9 0 1 1-1.29 1.29l-4.18-4.18-.03-.04a.9.9 0 0 1-.29-.66V8.55c0-.5.4-.91.91-.91Z"
+                    fill="currentColor"
+                />
+                <path
+                    fillRule="evenodd"
+                    clipRule="evenodd"
+                    d="M12 4a10 10 0 1 1 0 20 10 10 0 0 1 0-20Zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z"
+                    fill="currentColor"
+                />
+                <path d="M3.54 1.41a2 2 0 1 1 2.82 2.83L4.24 6.36a2 2 0 1 1-2.83-2.82L3.54 1.4Z" fill="currentColor" />
+                <path
+                    d="M20.46 1.41a2 2 0 1 0-2.82 2.83l2.12 2.12a2 2 0 1 0 2.83-2.82L20.46 1.4Z"
+                    fill="currentColor"
+                />
+            </g>
+            <defs>
+                <clipPath id="clip0_2342_325">
+                    <rect width={24} height={24} fill="currentColor" />
+                </clipPath>
+            </defs>
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'alarm_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconBook.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M19 1a2 2 0 0 1 2 2v19a1 1 0 0 1-1 1H6a3 3 0 0 1-3-3V5a4 4 0 0 1 4-4h12ZM6 19a1 1 0 1 0 0 2h13v-2H6Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'book');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconBriefcaseStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M15 1a2 2 0 0 1 2 2v3h4a2 2 0 0 1 2 2v12a2 2 0 0 1-1.8 1.99L21 22H3l-.2-.01A2 2 0 0 1 1 20V8c0-1.1.9-2 2-2h4V3c0-1.1.9-2 2-2h6ZM3 20h18v-7h-6v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2H3v7Zm0-9h18V8H3v3Zm6.5-8a.5.5 0 0 0-.5.5V6h6V3.5a.5.5 0 0 0-.5-.5h-5Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'briefcase_stroked');
+export default IconComponent;

+ 34 - 0
packages/semi-icons/src/icons/IconCalendarClockStroked.tsx

@@ -0,0 +1,34 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M20 2a2 2 0 0 1 2 2v8.53a6 6 0 0 0-2-1.19V8a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h7.8c.47.8 1.11 1.49 1.88 2H4a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2h16ZM4.5 4a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Z"
+                fill="currentColor"
+            />
+            <path d="M8 15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1Z" fill="currentColor" />
+            <path d="M12.34 15a5.99 5.99 0 0 0-.25 3h-.59a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h.84Z" fill="currentColor" />
+            <path d="M8 10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1Z" fill="currentColor" />
+            <path d="M12.5 10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1Z" fill="currentColor" />
+            <path d="M17.5 10a1 1 0 0 1 1 1v.02a6.08 6.08 0 0 0-3 .52V11a1 1 0 0 1 1-1h1Z" fill="currentColor" />
+            <path
+                d="M18 12a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 .27c.41 0 .75.34.75.75v1.25l1.3 1.3a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1-.1-.12.75.75 0 0 1-.14-.44v-1.55c0-.41.34-.75.75-.75Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'calendar_clock_stroked');
+export default IconComponent;

+ 31 - 0
packages/semi-icons/src/icons/IconCameraStroked.tsx

@@ -0,0 +1,31 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z"
+                fill="currentColor"
+            />
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M14.76 2a2 2 0 0 1 1.8 1.1L17.5 5H20a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h2.5l.95-1.9A2 2 0 0 1 9.24 2h5.52ZM8.3 5.9A2 2 0 0 1 6.5 7H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-2.5a2 2 0 0 1-1.79-1.1L14.76 4H9.24l-.95 1.9Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'camera_stroked');
+export default IconComponent;

+ 27 - 0
packages/semi-icons/src/icons/IconCartStroked.tsx

@@ -0,0 +1,27 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path d="M9.65 18a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z" fill="currentColor" />
+            <path d="M18.65 18a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z" fill="currentColor" />
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M5.5 2c.68 0 1.27.46 1.44 1.11l.03.13.14.79h14.71a1 1 0 0 1 .98 1.21l-1.56 7a1 1 0 0 1-.8.77l-.17.02H8.67L9.02 15h11.14a1 1 0 0 1 0 2H8.6a1.5 1.5 0 0 1-1.48-1.24L5.28 5.2l-.01-.07L5.07 4h-2.9a1 1 0 0 1 0-2H5.5ZM7.8 8.07l.52 2.96h11.14l1.1-5H7.46l.36 2.04Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'cart_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconClockStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M12 1a11 11 0 1 1 0 22 11 11 0 0 1 0-22Zm0 2a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm0 2a1 1 0 0 1 1 1v5.59l4.36 4.36a1 1 0 0 1-1.41 1.41l-4.6-4.6-.02-.02A1 1 0 0 1 11 12V6a1 1 0 0 1 1-1Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'clock_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconCoinMoney.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M12 1a11 11 0 1 1 0 22 11 11 0 0 1 0-22Zm3.2 6.3a1 1 0 0 0-1.4 0L12 9.08l-1.8-1.8a1 1 0 1 0-1.4 1.42L10.08 10H9a1 1 0 1 0 0 2h2v1H9a1 1 0 1 0 0 2h2v1a1 1 0 0 0 2 0v-1h2a1 1 0 0 0 0-2h-2v-1h2a1 1 0 0 0 0-2h-1.09l1.3-1.3a1 1 0 0 0 0-1.4Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'coin_money');
+export default IconComponent;

+ 24 - 0
packages/semi-icons/src/icons/IconCreditCardStroked.tsx

@@ -0,0 +1,24 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M20 3a3 3 0 0 1 3 3v11a3 3 0 0 1-2.85 3H3.85A3 3 0 0 1 1 17.15V6a3 3 0 0 1 3-3h16ZM3 17a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-7H3v7ZM4 5a1 1 0 0 0-1 1v2h18V6a1 1 0 0 0-1-1H4Z"
+                fill="currentColor"
+            />
+            <path d="M5 14a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-1Z" fill="currentColor" />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'credit_card_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconCrownStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M11.09 2a1 1 0 0 1 1.82 0l2.44 5.36a3 3 0 0 0 4.54 1.16l.14-.12 1.85-1.59c.61-.52 1.53.08 1.29.85L19.44 20.6a2 2 0 0 1-1.75 1.4H6.31a2 2 0 0 1-1.75-1.4L.83 7.66c-.24-.77.68-1.37 1.29-.85l1.85 1.6a3 3 0 0 0 4.6-.88l.08-.17L11.1 2Zm-.62 6.2a5 5 0 0 1-6.7 2.44L6.47 20h11.06l2.7-9.36a5 5 0 0 1-6.7-2.45L12 4.83 10.47 8.2Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'crown_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconDownCircle.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M1 12a11 11 0 1 1 22 0 11 11 0 0 1-22 0Zm6.3-2.1a1 1 0 0 0 0 1.42l3.88 3.89a1 1 0 0 0 1.42 0l3.89-3.9a1 1 0 0 0-1.42-1.4l-3.18 3.18L8.7 9.9a1 1 0 0 0-1.42 0Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'down_circle');
+export default IconComponent;

+ 31 - 0
packages/semi-icons/src/icons/IconEdit2.tsx

@@ -0,0 +1,31 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="m16.43 4.1 3.54 3.54 1.48-1.48c.55-.55.55-1.45 0-2L19.9 2.62a1.42 1.42 0 0 0-2 0L16.43 4.1Z"
+                fill="currentColor"
+            />
+            <path
+                d="m7.76 15.88 1.19-4.17a.7.7 0 0 1 .18-.3l6.24-6.25 3.54 3.54-6.24 6.24a.7.7 0 0 1-.3.18l-4.17 1.2a.35.35 0 0 1-.44-.44Z"
+                fill="currentColor"
+            />
+            <path
+                d="M7.97 9.78c-.28.29-.5.63-.64 1l-.05.17-1.19 4.17A2.35 2.35 0 0 0 9 18.02l4.17-1.18c.44-.13.84-.37 1.17-.7l4.8-4.8a.5.5 0 0 1 .86.36V21a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h9.54a.5.5 0 0 1 .36.85L7.97 9.78Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'edit_2');
+export default IconComponent;

+ 30 - 0
packages/semi-icons/src/icons/IconEyeClosedSolidStroked.tsx

@@ -0,0 +1,30 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M20.1 2.3a1 1 0 0 1 1.4 1.4L3.13 22.1a1 1 0 1 1-1.41-1.42l3.36-3.37C2.52 15.51 1 13.04 1 11.6c0-2.5 4.5-8 11-8 2.03 0 3.87.54 5.44 1.35l2.65-2.65ZM12 5.58c-2.67 0-4.97 1.13-6.62 2.57a9.39 9.39 0 0 0-1.86 2.15A3.1 3.1 0 0 0 3 11.6c0 .1.08.54.52 1.27.4.67 1.03 1.44 1.86 2.16.34.3.72.59 1.13.86l2.13-2.13a4 4 0 0 1 5.53-5.53l1.77-1.78A9.64 9.64 0 0 0 12 5.59Zm0 4a2 2 0 0 0-1.88 2.68l2.56-2.57A2 2 0 0 0 12 9.6Z"
+                fill="currentColor"
+            />
+            <path
+                d="M20.27 6.95C22 8.57 23 10.4 23 11.59c0 2.5-4.5 8-11 8-1.34 0-2.6-.24-3.74-.63l1.61-1.62c.68.16 1.39.25 2.13.25 2.67 0 4.97-1.14 6.62-2.57a9.39 9.39 0 0 0 1.86-2.16c.44-.73.52-1.17.52-1.27 0-.1-.08-.55-.52-1.28a9.2 9.2 0 0 0-1.63-1.95l1.42-1.41Z"
+                fill="currentColor"
+            />
+            <path d="m15.98 11.23.02.36a4 4 0 0 1-4.36 3.98l4.34-4.34Z" fill="currentColor" />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'eye_closed_solid_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconEyeClosedStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M2.7 5.04c.54-.15 1.09.16 1.3.67.53 1.36 1.42 2.8 2.6 3.98a7.6 7.6 0 0 0 5.58 2.35 8.73 8.73 0 0 0 8.29-6.25c.17-.53.7-.87 1.23-.75.54.12.89.65.73 1.18a11.31 11.31 0 0 1-3.18 5.08l2.66 3.53a1 1 0 0 1-1.6 1.2l-2.66-3.53c-.77.46-1.6.83-2.5 1.09l1.49 4.09a1 1 0 1 1-1.88.68l-1.6-4.38a12.03 12.03 0 0 1-1.97.03l-1.58 4.35a1 1 0 1 1-1.88-.68l1.48-4.08a9.64 9.64 0 0 1-2.39-1.17l-2.71 3.6a1 1 0 0 1-1.6-1.2l2.76-3.66-.06-.06a13.75 13.75 0 0 1-3.15-4.85.94.94 0 0 1 .65-1.22Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'eye_closed_stroked');
+export default IconComponent;

+ 31 - 0
packages/semi-icons/src/icons/IconEyeOpenedStroked.tsx

@@ -0,0 +1,31 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z"
+                fill="currentColor"
+            />
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M12 4c6.5 0 11 5.5 11 8s-4.5 8-11 8-11-5.5-11-8 4.5-8 11-8Zm0 2C9.33 6 7.03 7.13 5.38 8.57a9.39 9.39 0 0 0-1.86 2.16A3.1 3.1 0 0 0 3 12c0 .1.08.55.52 1.27.4.68 1.03 1.44 1.86 2.16A10.14 10.14 0 0 0 12 18c2.67 0 4.97-1.13 6.62-2.57a9.39 9.39 0 0 0 1.86-2.16A3.1 3.1 0 0 0 21 12c0-.1-.08-.55-.52-1.27a9.39 9.39 0 0 0-1.86-2.16A10.14 10.14 0 0 0 12 6Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'eye_opened_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconFilterStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M12.57 12.06 19.77 4H4.25l7.25 8.06v6.39l1.07.7v-7.09Zm2 8.94-.01.13a1 1 0 0 1-1.32.81l-.12-.05-3.07-2A1 1 0 0 1 9.5 19v-6.17L1.24 3.65A1 1 0 0 1 2 2h20a1 1 0 0 1 .76 1.65l-8.2 9.18V21Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'filter_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconFlagStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M8 1c2.5 0 3.19.3 4.15.68L13 2c1.5.5 3 1 5 1 .89 0 1.78-.2 2.5-.42.7-.22 1.5.3 1.5 1.04v10.76c0 .38-.21.73-.56.87l-.3.12c-.78.28-1.96.63-3.14.63-2 0-3.5-.5-5-1-.31-.1-.58-.2-.84-.3-.98-.39-1.79-.7-4.16-.7-1.27 0-3.27.3-4 .5V21a1 1 0 0 1-.84.99h-.04a1 1 0 0 1-.24 0h-.04A1 1 0 0 1 2 21V3.58c0-.36.2-.69.51-.85C3.57 2.18 6.08 1 8 1Zm0 2c-.61 0-1.46.2-2.38.54-.6.22-1.17.47-1.62.68v8.37l.46-.13C5.36 12.21 6.54 12 8 12c1.27 0 2.2.08 3 .24.8.17 1.39.4 1.88.59l.75.27c1.5.5 2.73.9 4.37.9.68 0 1.4-.17 2-.36V4.78c-.61.13-1.3.22-2 .22-2.36 0-4.13-.6-5.63-1.1l-.95-.35c-.5-.2-.76-.3-1.17-.39a8.82 8.82 0 0 0-1.46-.15L8 3Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'flag_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconFolderOpenStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M6.9 2a3 3 0 0 1 1.66.5l2 1.33a1 1 0 0 0 .55.17h5.75a3 3 0 0 1 3 3v.83h.74a2 2 0 0 1 1.94 2.6l-3.16 9.98a2 2 0 0 1-1.91 1.4H2a1 1 0 0 1-1-1V5a3 3 0 0 1 3-3h2.9ZM13 9.92h-.82l-3.52.05-1.45.02-1.07 2.95-2.47 6.86h13.8l3.16-9.98-7.62.1ZM4 4a1 1 0 0 0-1 1v10.76l1.26-3.5 1.06-2.95A2 2 0 0 1 7.18 8l4.98-.06 5.7-.07V7a1 1 0 0 0-1-1H11.1a3 3 0 0 1-1.67-.5l-2-1.33A1 1 0 0 0 6.9 4H4Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'folder_open_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconGlobeStrokeStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M12 1a11 11 0 1 1 0 22 11 11 0 0 1 0-22ZM9.5 17c.54 2.41 1.46 4 2.5 4s1.96-1.59 2.5-4h-5Zm-4.98 0a9.03 9.03 0 0 0 3.98 3.3c-.2-.42-.37-.86-.52-1.3-.2-.61-.38-1.28-.52-2H4.52Zm12.02 0c-.14.72-.32 1.39-.52 2-.15.44-.32.88-.53 1.3a9.03 9.03 0 0 0 4-3.3h-2.95Zm.39-7a28.65 28.65 0 0 1-.09 5h3.65a8.98 8.98 0 0 0 .28-5h-3.84Zm-7.85 0a26.56 26.56 0 0 0 .1 5h5.65a25.75 25.75 0 0 0 .1-5H9.07Zm-5.85 0a9.02 9.02 0 0 0 .28 5h3.65a27.95 27.95 0 0 1-.09-5H3.23Zm12.26-6.3c.2.42.38.86.53 1.3.3.89.53 1.9.7 3h3.34a9.03 9.03 0 0 0-4.57-4.3ZM12 3c-1.18 0-2.2 2.04-2.69 5h5.38c-.5-2.96-1.51-5-2.69-5Zm-3.5.7A9.03 9.03 0 0 0 3.94 8h3.35c.16-1.1.4-2.11.7-3 .14-.44.31-.88.51-1.3Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'globe_stroke_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconGlobeStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M12.05 1a11.1 11.1 0 0 1 3.65.64A11 11 0 0 1 12.05 23h-.08a11.09 11.09 0 0 1-2.46-.29A11 11 0 0 1 12 1h.05Zm-.02 2A9.04 9.04 0 0 0 3 12h5.33a4.84 4.84 0 0 1 4.85 4.82v.08a.8.8 0 0 1-.8.73H9.69c-.52.07-.93.63-.93 1.68 0 .8.67 1.27 1.27 1.47.2.05.4.09.62.12l1.39.1a9 9 0 0 0 8.84-7.54c-.76.5-1.65.79-2.6.79a5.1 5.1 0 0 1-4.67-3.38H9.79c-.62 0-1.14-.5-1.03-1.11.58-3.17 2.72-4.5 5.39-4.46h.01c.17-.24.35-.47.54-.68l.2-.2c.28-.28.27-.74-.02-.95-.9-.3-1.86-.47-2.85-.47Zm-8.8 11a9 9 0 0 0 3.53 5.31c0-.8.16-1.66.64-2.37a2.86 2.86 0 0 1 2.39-1.32h1.12A2.85 2.85 0 0 0 8.33 14h-5.1Zm13.8-9.46c-.11.48-.35.93-.73 1.3a3.5 3.5 0 0 0-.47.57l-.6.92-1.1-.03c-1.01-.02-1.74.23-2.24.6a2.7 2.7 0 0 0-.77.97h3.85l.5 1.27c.53 1.34 1.66 2.11 2.8 2.11.57 0 1.11-.18 1.58-.51 0 0 .6-.39 1.05-1.07a9 9 0 0 0-3.87-6.13Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'globe_stroked');
+export default IconComponent;

+ 28 - 0
packages/semi-icons/src/icons/IconHornStroked.tsx

@@ -0,0 +1,28 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M16.42 1.37c.45-.05.82.64.82.64.01.03 1 1.52 1.56 6.94.56 5.43.05 7.1.04 7.12 0 0-.2.76-.65.81l-.15.01c-.62.04-1-.17-1.6-.67l-.28-.25a8.89 8.89 0 0 0-6.84-2c-.46.03-.91.09-1.37.14l-.68.09a2.93 2.93 0 0 1-2.97-1.64l-.16.03c-1 .11-1.92-.56-2.13-1.52l-.03-.2A1.95 1.95 0 0 1 3.86 8.7c.25-1.1 1.14-2 2.3-2.22l.23-.04.68-.08.68-.09.69-.06a8.76 8.76 0 0 0 5.93-3.19l.3-.37c.64-.82 1.16-1.22 1.75-1.28Zm-.46 2.86a10.75 10.75 0 0 1-7.3 3.96h-.05l-1.3.15-.7.09c-.4.04-.8.71-.8.71s-.36.8-.3 1.33.6 1.22.6 1.22.54.57.93.52l.66-.08c.44-.06.94-.12 1.46-.16a10.95 10.95 0 0 1 7.89 2.15c.03-1 0-2.59-.24-4.96-.25-2.44-.58-4-.85-4.93Zm4.65 1.73a2.93 2.93 0 0 1 .63 5.5l-.09.04c-.46.14-.9-.24-.95-.74 0-.02-.04-1-.16-1.96-.12-.97-.29-1.92-.29-1.92.01-.02.34-1.03.86-.92Z"
+                fill="currentColor"
+            />
+            <path
+                d="m11.16 16.75.06.02.03.05.16.32a34.43 34.43 0 0 1 1.04 2.79c.14.42.09.66.02.8-.07.15-.23.3-.53.42l-.08.03a.9.9 0 0 1-.94-.26l-.05-.07a58.16 58.16 0 0 1-2.52-3.81l.34-.02c.64-.05 1.09-.1 1.57-.17l.44-.06h.05c.21-.04.32-.05.4-.04Z"
+                stroke="currentColor"
+                strokeWidth={1.5}
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'horn_stroked');
+export default IconComponent;

+ 1 - 3
packages/semi-icons/src/icons/IconHourglass.tsx

@@ -13,9 +13,7 @@ function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
             {...props}
         >
             <path
-                fillRule="evenodd"
-                clipRule="evenodd"
-                d="M6 23h12c1.1 0 2.14-.9 2-2-.44-3.5-2.14-5.06-3.38-6.28-.9-.87-1.62-1.58-1.62-2.72 0-1.14.72-1.85 1.62-2.72C17.86 8.06 19.56 6.5 20 3c.14-1.1-.9-2-2-2H6c-1.1 0-2.17.9-2 2 .47 2.92 2.07 4.55 3.27 5.88C8.22 9.94 9 10.81 9 12c0 1.14-.72 1.85-1.62 2.72C6.14 15.94 4.44 17.5 4 21c-.14 1.1.9 2 2 2Zm9-16c0 .82-.74 1.49-1.5 2.17A4.93 4.93 0 0 0 12 11a4.93 4.93 0 0 0-1.5-1.83C9.74 8.49 9 7.82 9 7h6ZM7 20c0-1.51 1.02-2.14 2.16-2.83 1.11-.68 2.34-1.44 2.84-3.17.5 1.73 1.73 2.49 2.84 3.17 1.14.7 2.16 1.32 2.16 2.83H7Z"
+                d="M20 1a1 1 0 1 1 0 2h-1v5a1 1 0 0 1-.3.7L15.42 12l3.3 3.3a1 1 0 0 1 .29.7v5h1a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h1v-5a1 1 0 0 1 .3-.7L8.58 12l-3.3-3.3A1 1 0 0 1 5 8V3H4a1 1 0 0 1 0-2h16ZM9 18a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2H9Zm1-12a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2h-4Z"
                 fill="currentColor"
             />
         </svg>

+ 23 - 0
packages/semi-icons/src/icons/IconIdCardStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M20 3a3 3 0 0 1 3 3v11a3 3 0 0 1-2.85 3H3.85A3 3 0 0 1 1 17.15V6a3 3 0 0 1 3-3h16ZM4 5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H4Zm4 8.86c1.67 0 3.13.51 3.85 1.26.37.39 0 .88-.55.88H4.7c-.54 0-.92-.5-.55-.88.72-.75 2.18-1.26 3.85-1.26Zm9-.86a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2h3ZM8 7c1.6 0 2.35.73 2.39 2.63.4.15.43.64.28 1.18-.11.42-.36.74-.62.84-.42 1.07-1.19 1.78-2.05 1.78-.86 0-1.63-.71-2.05-1.78-.26-.1-.51-.42-.62-.84-.15-.54-.12-1.03.28-1.18C5.65 7.73 6.41 7 8 7Zm11 2a1 1 0 1 1 0 2h-5a1 1 0 1 1 0-2h5Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'id_card_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconLeftCircle.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M12 1a11 11 0 1 1 0 22 11 11 0 0 1 0-22Zm2.1 6.3a1 1 0 0 0-1.42 0L8.8 11.17a1 1 0 0 0 0 1.42l3.9 3.89a1 1 0 0 0 1.4-1.42l-3.18-3.18L14.1 8.7a1 1 0 0 0 0-1.42Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'left-circle');
+export default IconComponent;

+ 34 - 0
packages/semi-icons/src/icons/IconMicrophoneOffStroked.tsx

@@ -0,0 +1,34 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path d="M16 21a1 1 0 0 1 0 2H8a1 1 0 1 1 0-2h8Z" fill="currentColor" />
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M12 1a4.5 4.5 0 0 1 4.5 4.3l3.6-3.6a1 1 0 0 1 1.4 1.42L3.13 21.51a1 1 0 1 1-1.41-1.42l3.85-3.85A7.96 7.96 0 0 1 4 11.5a1 1 0 1 1 2 0c0 1.22.37 2.36 1 3.3l1.08-1.09a4.47 4.47 0 0 1-.57-1.98l-.01-.23v-6A4.5 4.5 0 0 1 12 1Zm0 2a2.5 2.5 0 0 0-2.5 2.5v6c0 .24.03.48.1.7l4.9-4.9V5.5A2.5 2.5 0 0 0 12 3Z"
+                fill="currentColor"
+            />
+            <path
+                d="M19 10.5a1 1 0 0 1 1 1 8 8 0 0 1-11.87 7L9.62 17A6 6 0 0 0 18 11.5a1 1 0 0 1 1-1Z"
+                fill="currentColor"
+            />
+            <path
+                d="M16.5 11.5v.23a4.5 4.5 0 0 1-5.7 4.1l1.94-1.94a2.5 2.5 0 0 0 1.65-1.65l2.11-2.11v1.37Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'microphone_off_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconMicrophoneStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M16 21a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h8Zm3-10.5a1 1 0 0 1 1 1 8 8 0 1 1-16 0 1 1 0 1 1 2 0 6 6 0 0 0 12 0 1 1 0 0 1 1-1ZM12 1a4.5 4.5 0 0 1 4.5 4.5v6a4.5 4.5 0 1 1-9 0v-6A4.5 4.5 0 0 1 12 1Zm0 2a2.5 2.5 0 0 0-2.5 2.5v6a2.5 2.5 0 0 0 5 0v-6A2.5 2.5 0 0 0 12 3Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'microphone_stroked');
+export default IconComponent;

+ 15 - 6
packages/semi-icons/src/icons/IconMiniPlayer.tsx

@@ -2,7 +2,7 @@ import * as React from 'react';
 import { convertIcon } from '../components/Icon';
 function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
     return (
-        <svg 
+        <svg
             viewBox="0 0 24 24"
             fill="none"
             xmlns="http://www.w3.org/2000/svg"
@@ -12,13 +12,22 @@ function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
             aria-hidden={true}
             {...props}
         >
-            <path d="M15.501 22.0005C14.6725 22.0005 14.001 21.3289 14.001 20.5005V15.5005C14.001 14.6721 14.6725 14.0005 15.501 14.0005H20.501C21.3294 14.0005 22.001 14.6721 22.001 15.5005V20.5005C22.001 21.3289 21.3294 22.0005 20.501 22.0005L15.501 22.0005Z" fill="currentColor"/>
-            <path d="M5.50098 22.0005C3.56798 22.0005 2.00098 20.4335 2.00098 18.5005V15.5005V5.50049C2.00098 3.56749 3.56798 2.00049 5.50098 2.00049H15.501H18.501C20.434 2.00049 22.001 3.56749 22.001 5.50049V9.75038C22.001 10.5788 21.3294 11.2504 20.501 11.2504C19.6726 11.2504 19.001 10.5788 19.001 9.75038V5.50049C19.001 5.22435 18.7771 5.00049 18.501 5.00049H15.501H5.50098C5.22483 5.00049 5.00098 5.22435 5.00098 5.50049V15.5005V18.5005C5.00098 18.7766 5.22483 19.0005 5.50098 19.0005H9.74999C10.5784 19.0005 11.25 19.6721 11.25 20.5005C11.25 21.3289 10.5784 22.0005 9.74999 22.0005H5.50098Z" fill="currentColor"/>
-            <path fillRule="evenodd" clipRule="evenodd" d="M7.52045 7.18658C7.12993 7.57711 7.12994 8.21026 7.52046 8.60078L10.4702 11.5505L9.64175 11.5505C9.08946 11.5505 8.64175 11.9982 8.64175 12.5505C8.64175 13.1028 9.08946 13.5505 9.64175 13.5505L12.8844 13.5505C13.4367 13.5505 13.8844 13.1028 13.8844 12.5505L13.8844 9.30788C13.8844 8.75559 13.4367 8.30788 12.8844 8.30788C12.3321 8.30788 11.8844 8.7556 11.8844 9.30788L11.8844 10.1363L8.93467 7.18657C8.54414 6.79604 7.91097 6.79605 7.52045 7.18658V7.18658Z" fill="currentColor"/>
+            <path
+                d="M15.5 22a1.5 1.5 0 0 1-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5h-5Z"
+                fill="currentColor"
+            />
+            <path
+                d="M5.5 22A3.5 3.5 0 0 1 2 18.5v-13A3.5 3.5 0 0 1 5.5 2h13A3.5 3.5 0 0 1 22 5.5v4.25a1.5 1.5 0 0 1-3 0V5.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v13c0 .28.22.5.5.5h4.25a1.5 1.5 0 0 1 0 3H5.5Z"
+                fill="currentColor"
+            />
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M7.52 7.19a1 1 0 0 0 0 1.41l2.95 2.95h-.83a1 1 0 1 0 0 2h3.24a1 1 0 0 0 1-1V9.31a1 1 0 1 0-2 0v.83L8.93 7.19a1 1 0 0 0-1.41 0Z"
+                fill="currentColor"
+            />
         </svg>
     );
 }
 const IconComponent = convertIcon(SvgComponent, 'mini_player');
 export default IconComponent;
-
-

+ 23 - 0
packages/semi-icons/src/icons/IconMoonStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M8.27 8.36c0-2.04.84-3.9 2.19-5.23a9 9 0 1 0 10.4 10.41 7.36 7.36 0 0 1-12.6-5.18Zm2 0a5.36 5.36 0 0 0 9.86 2.93l.08-.11c.4-.51 1.02-.67 1.52-.6.55.08 1.27.52 1.27 1.42A11 11 0 1 1 12 1c.9 0 1.34.72 1.42 1.27.08.53-.1 1.2-.7 1.6a5.36 5.36 0 0 0-2.45 4.5Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'moon_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconMuteStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M10.38 2.22A1 1 0 0 1 12 3v18a1 1 0 0 1-1.63.78L4.66 17H2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2.65l5.72-4.78ZM5.92 8.54A2 2 0 0 1 4.65 9H3v6h1.65a2 2 0 0 1 1.28.46l4.07 3.4V5.14l-4.07 3.4Zm14.14-.83a1 1 0 0 1 1.42 1.41L19 11.6l2.48 2.47a1 1 0 1 1-1.42 1.42L17.6 13l-2.48 2.48a1 1 0 0 1-1.41-1.42l2.47-2.47-2.47-2.48a1 1 0 0 1 1.41-1.41l2.48 2.47 2.47-2.47Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'mute_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconNoteMoney.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M21 3a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h18Zm-5.8 4.3a1 1 0 0 0-1.4 0L12 9.08l-1.8-1.8a1 1 0 1 0-1.4 1.42L10.08 10H9a1 1 0 1 0 0 2h2v1H9a1 1 0 1 0 0 2h2v1a1 1 0 0 0 2 0v-1h2a1 1 0 0 0 0-2h-2v-1h2a1 1 0 0 0 0-2h-1.09l1.3-1.3a1 1 0 0 0 0-1.4Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'note_money');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconPaperclipStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M2.66 15.62a6.48 6.48 0 0 0 1.93 4.85 6.48 6.48 0 0 0 4.85 1.93 6.03 6.03 0 0 0 3.99-1.58l3.71-3.7c.7-.72 1.37-1.38 1.86-1.87l.58-.58.16-.15.04-.05h.01v-.01a1 1 0 1 0-1.41-1.41h-.01l-.05.05-.16.16-.58.58-1.85 1.86-3.71 3.7A4.48 4.48 0 0 1 6 19.06a4.48 4.48 0 0 1-1.35-3.37c.04-1.16.5-2.14 1-2.64l8.83-8.83a2.7 2.7 0 0 1 1.5-.6 2.9 2.9 0 0 1 2.39.95 2.9 2.9 0 0 1 .95 2.38 2.7 2.7 0 0 1-.6 1.5l-7.07 7.08c-.15.15-.52.34-1 .37-.44.03-.84-.09-1.12-.37-.28-.28-.4-.68-.37-1.13.03-.47.22-.84.37-1l2.92-2.9 1.66-1.67.53-.53.14-.14.04-.04.01-.01a1 1 0 1 0-1.41-1.42l-5.3 5.3c-.56.56-.9 1.43-.96 2.28-.06.88.18 1.9.96 2.67.78.79 1.8 1.02 2.67.96.85-.06 1.72-.4 2.28-.96l7.07-7.07a4.64 4.64 0 0 0 1.17-2.74 4.9 4.9 0 0 0-1.53-3.97 4.9 4.9 0 0 0-3.98-1.53c-1.18.1-2.2.64-2.73 1.17l-8.84 8.84a6.03 6.03 0 0 0-1.58 3.99Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'paperclip_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconPhoneStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M5.9 1.59a2.11 2.11 0 0 1 2.89.77l2.78 4.81c.58 1.01.23 2.3-.77 2.89l-1.55.89h-.01v.01a36.9 36.9 0 0 0 3.92 3.82h.01l.01-.01 1.08-1.87a2.11 2.11 0 0 1 2.88-.77l4.81 2.78c1.01.58 1.36 1.87.77 2.88l-2.22 3.85a2.11 2.11 0 0 1-2.21 1.02h-.03l-.02-.01a23.67 23.67 0 0 1-11.26-6.3 23.68 23.68 0 0 1-5.8-9.43V6.9a4.8 4.8 0 0 1-.15-.73 2.8 2.8 0 0 1 0-.88l.01-.05A2.1 2.1 0 0 1 2.06 3.8L5.9 1.59Zm1 1.73L3.07 5.54a.11.11 0 0 0-.06.08v.1L3 5.9c.02.16.05.31.08.4a21.68 21.68 0 0 0 5.3 8.63 21.67 21.67 0 0 0 10.27 5.76c.05 0 .09-.01.11-.05l2.22-3.85a.11.11 0 0 0-.04-.15l-4.81-2.78a.11.11 0 0 0-.15.04l-1.08 1.87a2 2 0 0 1-3.03.55 38.68 38.68 0 0 1-4.14-4.03 2 2 0 0 1 .51-3.08l1.55-.89c.05-.03.07-.1.04-.15L7.06 3.36a.11.11 0 0 0-.15-.04Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'phone_stroked');
+export default IconComponent;

+ 25 - 0
packages/semi-icons/src/icons/IconPrize.tsx

@@ -0,0 +1,25 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M4 1a1 1 0 0 0-1 1v5a1 1 0 0 0 .4.8L7 10.5v.6a7 7 0 1 0 10 0v-.6l3.6-2.7A1 1 0 0 0 21 7V2a1 1 0 0 0-1-1H4Zm3 15a4.99 4.99 0 0 1 8.33-3.73A4.99 4.99 0 0 1 12 21a5 5 0 0 1-5-5Zm2-6.33a6.97 6.97 0 0 1 6 0V3H9v6.67ZM15 16a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'prize');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconRealSize.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M21 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h18ZM6 8a1 1 0 0 0 0 2h1v5a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1H6Zm10 0a1 1 0 1 0 0 2h1v5a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1h-2Zm-3.5 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'real_size');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconSafeStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M11.44 1.08c.37-.1.77-.1 1.15 0l8.7 2.64c.42.12.7.5.7.93.03 2.65-.03 11.8-2 14.36-1.97 2.57-6.36 3.68-7.63 3.95a1.6 1.6 0 0 1-.7 0c-1.24-.28-5.5-1.39-7.62-3.95C1.9 16.44 1.96 7.27 2.02 4.64c.01-.43.3-.8.7-.92l8.72-2.64ZM4.01 5.42c-.02 1.47 0 3.88.19 6.26.12 1.42.3 2.79.56 3.92.28 1.2.6 1.87.82 2.14A9.01 9.01 0 0 0 8.96 20c1.27.54 2.47.85 3.06.99.6-.14 1.83-.45 3.12-.99a8.15 8.15 0 0 0 3.26-2.2c.22-.28.52-.97.79-2.18.25-1.14.44-2.51.56-3.94.21-2.38.25-4.78.25-6.26L12 3l-8 2.42Zm11.02 2.7a1.38 1.38 0 0 1 2.05-.1c.52.53.55 1.36.06 1.92l-5.42 6.25a1 1 0 0 1-1.45.05l-3.24-3.26a1.43 1.43 0 0 1 0-2.02 1.4 1.4 0 0 1 2 0l1.99 2.02 4.01-4.86Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'safe_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconScissorsStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M20 18.5a1.5 1.5 0 1 0-2.84.67l.03.05.01.03a1.5 1.5 0 0 0 2.8-.75Zm-16 0a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Zm18 0a3.5 3.5 0 0 1-6.61 1.6l-1-1.79-2.36-4.08-2.41 4.18-1.04 1.75a3.5 3.5 0 1 1-.19-3.63l2.48-4.3L5.88 3.6a1 1 0 0 1 1.73-1l4.42 7.64 4.35-7.54a1 1 0 0 1 1.74 1l-4.94 8.54 2.46 4.25A3.5 3.5 0 0 1 22 18.5Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'scissors_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconShare.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M17.5 2A3.5 3.5 0 1 1 15 7.95l-5.13 3.11a3.5 3.5 0 0 1 .03 1.78l5.22 3.1A3.49 3.49 0 0 1 21 18.5a3.5 3.5 0 1 1-6.9-.85l-5.22-3.08A3.49 3.49 0 0 1 3 12a3.5 3.5 0 0 1 5.8-2.63l5.27-3.19A3.5 3.5 0 0 1 17.5 2Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'share');
+export default IconComponent;

+ 29 - 0
packages/semi-icons/src/icons/IconShoppingBagStroked.tsx

@@ -0,0 +1,29 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M18 5a1 1 0 0 1 1 1A7 7 0 1 1 5 6a1 1 0 0 1 2 0 5 5 0 0 0 10 0 1 1 0 0 1 1-1Z"
+                fill="currentColor"
+            />
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H4.85A3 3 0 0 1 2 19V5a3 3 0 0 1 3-3h14ZM5 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H5Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'shopping_bag_stroked');
+export default IconComponent;

+ 30 - 0
packages/semi-icons/src/icons/IconSunStroked.tsx

@@ -0,0 +1,30 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <g clipPath="url(#clip0_2342_331)">
+                <path
+                    d="M12 20c.83 0 1.5.67 1.5 1.5v1a1.5 1.5 0 0 1-3 0v-1c0-.83.67-1.5 1.5-1.5Zm-7.78-2.34a1.5 1.5 0 1 1 2.12 2.12l-.7.7a1.5 1.5 0 0 1-2.13-2.12l.71-.7Zm13.44 0a1.5 1.5 0 0 1 2.12 0l.7.7a1.5 1.5 0 0 1-2.12 2.13l-.7-.71a1.5 1.5 0 0 1 0-2.12ZM12 5a7 7 0 1 1 0 14 7 7 0 0 1 0-14Zm0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm-9.5 3.5a1.5 1.5 0 0 1 0 3h-1a1.5 1.5 0 0 1 0-3h1Zm20 0a1.5 1.5 0 0 1 0 3h-1a1.5 1.5 0 0 1 0-3h1ZM3.51 3.51a1.5 1.5 0 0 1 2.13 0l.7.71a1.5 1.5 0 1 1-2.12 2.12l-.7-.7a1.5 1.5 0 0 1 0-2.13Zm14.85 0a1.5 1.5 0 0 1 2.13 2.13l-.71.7a1.5 1.5 0 1 1-2.12-2.12l.7-.7ZM12 0c.83 0 1.5.67 1.5 1.5v1a1.5 1.5 0 0 1-3 0v-1c0-.83.67-1.5 1.5-1.5Z"
+                    fill="currentColor"
+                />
+            </g>
+            <defs>
+                <clipPath id="clip0_2342_331">
+                    <rect width={24} height={24} fill="currentColor" />
+                </clipPath>
+            </defs>
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'sun_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconTestScore.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M19 1a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3c0-1.1.9-2 2-2h14ZM7 17.5a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2H7Zm0-4a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2H7ZM9.25 5a.75.75 0 0 0-.67.42l-2.5 5a.75.75 0 0 0 1.34.67l.42-.84h2.82l.42.84a.75.75 0 0 0 1.34-.68l-2.5-5A.75.75 0 0 0 9.25 5Zm.66 3.75H8.6l.66-1.32.66 1.32Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'test_score');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconTicketCode.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M21 4a2 2 0 0 1 2 2v3.8a1 1 0 0 1-.71.96c-.74.22-1.1.76-1.1 1.24s.36 1.02 1.1 1.24a1 1 0 0 1 .71.96V18a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3.8a1 1 0 0 1 .71-.96c.74-.22 1.1-.76 1.1-1.24 0-.47-.36-1.01-1.08-1.24A1 1 0 0 1 1 9.8V6c0-1.1.9-2 2-2h18ZM8 9a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 0-1-1Zm4 0a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 0-1-1Zm4 0a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 0-1-1Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'ticket_code');
+export default IconComponent;

+ 32 - 0
packages/semi-icons/src/icons/IconUserCardVideoStroked.tsx

@@ -0,0 +1,32 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path d="M8 11H5V8h3v3Z" fill="currentColor" />
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M14 4a2 2 0 0 1 2 2v12a2 2 0 0 1-1.8 1.99L14 20H3l-.2-.01A2 2 0 0 1 1 18V6c0-1.1.9-2 2-2h11ZM3 18h11V6H3v12Z"
+                fill="currentColor"
+            />
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M21.55 6.72a1 1 0 0 1 1.45.9v8.76a1 1 0 0 1-1.45.9l-4-2a1 1 0 0 1-.55-.9V9.62a1 1 0 0 1 .55-.9l4-2ZM19 10.24v3.52l2 1V9.24l-2 1Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'user_card_video_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconUserList.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M11.35 15c.54 0 1.08.04 1.6.13.23.03.4.24.4.48v5.89a.5.5 0 0 1-.5.5H2.49a.48.48 0 0 1-.46-.64A10 10 0 0 1 11.35 15Zm4.5 5c.27 0 .5.22.5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1c0-.28.22-.5.5-.5h1Zm5.65 0c.28 0 .5.22.5.5v1a.5.5 0 0 1-.5.5h-3.65a.5.5 0 0 1-.5-.5v-1c0-.28.22-.5.5-.5h3.65Zm-5.65-3c.27 0 .5.22.5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1c0-.28.22-.5.5-.5h1Zm5.65 0c.28 0 .5.22.5.5v1a.5.5 0 0 1-.5.5h-3.65a.5.5 0 0 1-.5-.5v-1c0-.28.22-.5.5-.5h3.65ZM12.35 2c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'user_list');
+export default IconComponent;

+ 29 - 0
packages/semi-icons/src/icons/IconVolume1Stroked.tsx

@@ -0,0 +1,29 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                fillRule="evenodd"
+                clipRule="evenodd"
+                d="M10.38 2.22A1 1 0 0 1 12 3v18a1 1 0 0 1-1.63.78L4.66 17H2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2.65l5.72-4.78ZM5.92 8.54A2 2 0 0 1 4.65 9H3v6h1.65a2 2 0 0 1 1.28.46l4.07 3.4V5.14l-4.07 3.4Z"
+                fill="currentColor"
+            />
+            <path
+                d="M14.17 8.45a1 1 0 0 1 1.38-.28l.12.08.23.19A4.84 4.84 0 0 1 17.5 12a4.7 4.7 0 0 1-1.83 3.75l-.11.08a1 1 0 0 1-1.12-1.66l.13-.1c.1-.1.24-.23.38-.42.28-.37.55-.92.55-1.65a2.7 2.7 0 0 0-1.06-2.17 1 1 0 0 1-.27-1.38Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'volume_1_stroked');
+export default IconComponent;

+ 27 - 0
packages/semi-icons/src/icons/IconVolume2Stroked.tsx

@@ -0,0 +1,27 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M10.38 2.22A1 1 0 0 1 12 3v18a1 1 0 0 1-1.63.78L4.66 17H2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2.65l5.72-4.78ZM5.92 8.54A2 2 0 0 1 4.65 9H3v6h1.65a2 2 0 0 1 1.28.46l4.07 3.4V5.14l-4.07 3.4Z"
+                fill="currentColor"
+            />
+            <path
+                d="M20 12c0-2.03-.86-3.56-1.76-4.6a8.55 8.55 0 0 0-1.74-1.54 1 1 0 1 1 1-1.72l.07.04a5.55 5.55 0 0 1 .67.47c.42.32.97.8 1.52 1.45A8.98 8.98 0 0 1 22 12a8.98 8.98 0 0 1-2.24 5.9 10.56 10.56 0 0 1-2.19 1.92l-.06.04a1 1 0 0 1-1.01-1.72l.12-.08.4-.29c.32-.26.77-.65 1.22-1.17A6.98 6.98 0 0 0 20 12Zm-5.56 2.17.13-.1c.1-.1.24-.23.38-.42.28-.37.55-.92.55-1.65a2.7 2.7 0 0 0-1.06-2.17 1 1 0 0 1 1.11-1.66l.12.08.23.19A4.84 4.84 0 0 1 17.5 12a4.7 4.7 0 0 1-1.83 3.75l-.11.08a1 1 0 0 1-1.12-1.66Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'volume_2_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconVolumeSilentStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M10.38 2.22A1 1 0 0 1 12 3v18a1 1 0 0 1-1.63.78L4.66 17H2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2.65l5.72-4.78ZM5.92 8.54A2 2 0 0 1 4.65 9H3v6h1.65a2 2 0 0 1 1.28.46l4.07 3.4V5.14l-4.07 3.4Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'volume_silent_stroked');
+export default IconComponent;

+ 23 - 0
packages/semi-icons/src/icons/IconWrenchStroked.tsx

@@ -0,0 +1,23 @@
+import * as React from 'react';
+import { convertIcon } from '../components/Icon';
+function SvgComponent(props: React.SVGProps<SVGSVGElement>) {
+    return (
+        <svg
+            viewBox="0 0 24 24"
+            fill="none"
+            xmlns="http://www.w3.org/2000/svg"
+            width="1em"
+            height="1em"
+            focusable={false}
+            aria-hidden={true}
+            {...props}
+        >
+            <path
+                d="M13.92 8.46a5.46 5.46 0 0 0-6.61-5.34l2.13 2.13c.75.76.75 1.97 0 2.72L7.97 9.44c-.75.75-1.96.75-2.72 0L3.12 7.3a5.48 5.48 0 0 0 5.34 6.61c.7 0 1.36-.13 1.97-.37l.61-.23 7.43 7.43c.33.33.87.33 1.2 0l1.08-1.08a.85.85 0 0 0 0-1.2l-7.43-7.43.23-.6c.24-.62.37-1.28.37-1.98Zm2 0c0 .72-.1 1.4-.29 2.06l6.54 6.54a2.85 2.85 0 0 1 0 4.03l-1.09 1.08a2.85 2.85 0 0 1-4.02 0l-6.54-6.54a7.46 7.46 0 0 1-8.99-9.94l.09-.18c.48-.86 1.62-.91 2.25-.28l2.74 2.74L7.97 6.6 5.23 3.87c-.67-.67-.57-1.93.46-2.34l.33-.12a7.45 7.45 0 0 1 9.9 7.05Z"
+                fill="currentColor"
+            />
+        </svg>
+    );
+}
+const IconComponent = convertIcon(SvgComponent, 'wrench_stroked');
+export default IconComponent;

+ 48 - 3
packages/semi-icons/src/icons/index.ts

@@ -26,6 +26,7 @@ export { default as IconAIWandLevel1 } from './IconAIWandLevel1';
 export { default as IconAIWandLevel2 } from './IconAIWandLevel2';
 export { default as IconAIWandLevel3 } from './IconAIWandLevel3';
 export { default as IconAlarm } from './IconAlarm';
+export { default as IconAlarmStroked } from './IconAlarmStroked';
 export { default as IconAlertCircle } from './IconAlertCircle';
 export { default as IconAlertTriangle } from './IconAlertTriangle';
 export { default as IconAlignBottom } from './IconAlignBottom';
@@ -66,6 +67,7 @@ export { default as IconBell } from './IconBell';
 export { default as IconBellStroked } from './IconBellStroked';
 export { default as IconBold } from './IconBold';
 export { default as IconBolt } from './IconBolt';
+export { default as IconBook } from './IconBook';
 export { default as IconBookH5Stroked } from './IconBookH5Stroked';
 export { default as IconBookOpenStroked } from './IconBookOpenStroked';
 export { default as IconBookStroked } from './IconBookStroked';
@@ -80,18 +82,22 @@ export { default as IconBrackets } from './IconBrackets';
 export { default as IconBranch } from './IconBranch';
 export { default as IconBriefStroked } from './IconBriefStroked';
 export { default as IconBriefcase } from './IconBriefcase';
+export { default as IconBriefcaseStroked } from './IconBriefcaseStroked';
 export { default as IconBulb } from './IconBulb';
 export { default as IconButtonStroked } from './IconButtonStroked';
 export { default as IconBytedanceLogo } from './IconBytedanceLogo';
 export { default as IconCalendar } from './IconCalendar';
 export { default as IconCalendarClock } from './IconCalendarClock';
+export { default as IconCalendarClockStroked } from './IconCalendarClockStroked';
 export { default as IconCalendarStroked } from './IconCalendarStroked';
 export { default as IconCamera } from './IconCamera';
+export { default as IconCameraStroked } from './IconCameraStroked';
 export { default as IconCandlestickChartStroked } from './IconCandlestickChartStroked';
 export { default as IconCaretdown } from './IconCaretdown';
 export { default as IconCaretup } from './IconCaretup';
 export { default as IconCarouselStroked } from './IconCarouselStroked';
 export { default as IconCart } from './IconCart';
+export { default as IconCartStroked } from './IconCartStroked';
 export { default as IconCaseSensitive } from './IconCaseSensitive';
 export { default as IconCenterLeftStroked } from './IconCenterLeftStroked';
 export { default as IconCenterRightStroked } from './IconCenterRightStroked';
@@ -111,12 +117,14 @@ export { default as IconChevronUp } from './IconChevronUp';
 export { default as IconChevronUpDown } from './IconChevronUpDown';
 export { default as IconClear } from './IconClear';
 export { default as IconClock } from './IconClock';
+export { default as IconClockStroked } from './IconClockStroked';
 export { default as IconClose } from './IconClose';
 export { default as IconCloud } from './IconCloud';
 export { default as IconCloudStroked } from './IconCloudStroked';
 export { default as IconCloudUploadStroked } from './IconCloudUploadStroked';
 export { default as IconCode } from './IconCode';
 export { default as IconCodeStroked } from './IconCodeStroked';
+export { default as IconCoinMoney } from './IconCoinMoney';
 export { default as IconCoinMoneyStroked } from './IconCoinMoneyStroked';
 export { default as IconColorPalette } from './IconColorPalette';
 export { default as IconColumnsStroked } from './IconColumnsStroked';
@@ -135,10 +143,12 @@ export { default as IconCopyAdd } from './IconCopyAdd';
 export { default as IconCopyStroked } from './IconCopyStroked';
 export { default as IconCornerRadiusStroked } from './IconCornerRadiusStroked';
 export { default as IconCreditCard } from './IconCreditCard';
+export { default as IconCreditCardStroked } from './IconCreditCardStroked';
 export { default as IconCrop } from './IconCrop';
 export { default as IconCrossCircleStroked } from './IconCrossCircleStroked';
 export { default as IconCrossStroked } from './IconCrossStroked';
 export { default as IconCrown } from './IconCrown';
+export { default as IconCrownStroked } from './IconCrownStroked';
 export { default as IconCustomerSupport } from './IconCustomerSupport';
 export { default as IconCustomerSupportStroked } from './IconCustomerSupportStroked';
 export { default as IconCustomize } from './IconCustomize';
@@ -150,15 +160,16 @@ export { default as IconDesktop } from './IconDesktop';
 export { default as IconDisc } from './IconDisc';
 export { default as IconDislikeThumb } from './IconDislikeThumb';
 export { default as IconDivide } from './IconDivide';
-export { default as IconWord } from './IconWord';
 export { default as IconDongchediLogo } from './IconDongchediLogo';
 export { default as IconDoubleChevronLeft } from './IconDoubleChevronLeft';
 export { default as IconDoubleChevronRight } from './IconDoubleChevronRight';
+export { default as IconDownCircle } from './IconDownCircle';
 export { default as IconDownCircleStroked } from './IconDownCircleStroked';
 export { default as IconDownload } from './IconDownload';
 export { default as IconDownloadStroked } from './IconDownloadStroked';
 export { default as IconDuration } from './IconDuration';
 export { default as IconEdit } from './IconEdit';
+export { default as IconEdit2 } from './IconEdit2';
 export { default as IconEdit2Stroked } from './IconEdit2Stroked';
 export { default as IconEditStroked } from './IconEditStroked';
 export { default as IconElementStroked } from './IconElementStroked';
@@ -171,7 +182,10 @@ export { default as IconExternalOpen } from './IconExternalOpen';
 export { default as IconExternalOpenStroked } from './IconExternalOpenStroked';
 export { default as IconEyeClosed } from './IconEyeClosed';
 export { default as IconEyeClosedSolid } from './IconEyeClosedSolid';
+export { default as IconEyeClosedSolidStroked } from './IconEyeClosedSolidStroked';
+export { default as IconEyeClosedStroked } from './IconEyeClosedStroked';
 export { default as IconEyeOpened } from './IconEyeOpened';
+export { default as IconEyeOpenedStroked } from './IconEyeOpenedStroked';
 export { default as IconEyedropper } from './IconEyedropper';
 export { default as IconFacebook } from './IconFacebook';
 export { default as IconFaceuLogo } from './IconFaceuLogo';
@@ -187,13 +201,16 @@ export { default as IconFilledArrowDown } from './IconFilledArrowDown';
 export { default as IconFilledArrowUp } from './IconFilledArrowUp';
 export { default as IconFilpVertical } from './IconFilpVertical';
 export { default as IconFilter } from './IconFilter';
+export { default as IconFilterStroked } from './IconFilterStroked';
 export { default as IconFingerLeftStroked } from './IconFingerLeftStroked';
 export { default as IconFixedStroked } from './IconFixedStroked';
 export { default as IconFlag } from './IconFlag';
+export { default as IconFlagStroked } from './IconFlagStroked';
 export { default as IconFlipHorizontal } from './IconFlipHorizontal';
 export { default as IconFlowChartStroked } from './IconFlowChartStroked';
 export { default as IconFolder } from './IconFolder';
 export { default as IconFolderOpen } from './IconFolderOpen';
+export { default as IconFolderOpenStroked } from './IconFolderOpenStroked';
 export { default as IconFolderStroked } from './IconFolderStroked';
 export { default as IconFollowStroked } from './IconFollowStroked';
 export { default as IconFont } from './IconFont';
@@ -209,6 +226,8 @@ export { default as IconGithubLogo } from './IconGithubLogo';
 export { default as IconGitlabLogo } from './IconGitlabLogo';
 export { default as IconGlobe } from './IconGlobe';
 export { default as IconGlobeStroke } from './IconGlobeStroke';
+export { default as IconGlobeStrokeStroked } from './IconGlobeStrokeStroked';
+export { default as IconGlobeStroked } from './IconGlobeStroked';
 export { default as IconGridRectangle } from './IconGridRectangle';
 export { default as IconGridSquare } from './IconGridSquare';
 export { default as IconGridStroked } from './IconGridStroked';
@@ -235,9 +254,11 @@ export { default as IconHn } from './IconHn';
 export { default as IconHome } from './IconHome';
 export { default as IconHomeStroked } from './IconHomeStroked';
 export { default as IconHorn } from './IconHorn';
+export { default as IconHornStroked } from './IconHornStroked';
 export { default as IconHourglass } from './IconHourglass';
 export { default as IconHourglassStroked } from './IconHourglassStroked';
 export { default as IconIdCard } from './IconIdCard';
+export { default as IconIdCardStroked } from './IconIdCardStroked';
 export { default as IconIdentity } from './IconIdentity';
 export { default as IconImage } from './IconImage';
 export { default as IconImageStroked } from './IconImageStroked';
@@ -262,6 +283,7 @@ export { default as IconKey } from './IconKey';
 export { default as IconKeyStroked } from './IconKeyStroked';
 export { default as IconLanguage } from './IconLanguage';
 export { default as IconLayers } from './IconLayers';
+export { default as IconLeftCircle } from './IconLeftCircle';
 export { default as IconLeftCircleStroked } from './IconLeftCircleStroked';
 export { default as IconLightningStroked } from './IconLightningStroked';
 export { default as IconLikeHeart } from './IconLikeHeart';
@@ -290,6 +312,9 @@ export { default as IconMember } from './IconMember';
 export { default as IconMenu } from './IconMenu';
 export { default as IconMicrophone } from './IconMicrophone';
 export { default as IconMicrophoneOff } from './IconMicrophoneOff';
+export { default as IconMicrophoneOffStroked } from './IconMicrophoneOffStroked';
+export { default as IconMicrophoneStroked } from './IconMicrophoneStroked';
+export { default as IconMiniPlayer } from './IconMiniPlayer';
 export { default as IconMinimize } from './IconMinimize';
 export { default as IconMinus } from './IconMinus';
 export { default as IconMinusCircle } from './IconMinusCircle';
@@ -299,22 +324,27 @@ export { default as IconModalStroked } from './IconModalStroked';
 export { default as IconMoneyExchangeStroked } from './IconMoneyExchangeStroked';
 export { default as IconMonitorStroked } from './IconMonitorStroked';
 export { default as IconMoon } from './IconMoon';
+export { default as IconMoonStroked } from './IconMoonStroked';
 export { default as IconMore } from './IconMore';
 export { default as IconMoreStroked } from './IconMoreStroked';
 export { default as IconMusic } from './IconMusic';
 export { default as IconMusicNoteStroked } from './IconMusicNoteStroked';
 export { default as IconMute } from './IconMute';
+export { default as IconMuteStroked } from './IconMuteStroked';
 export { default as IconNineGridStroked } from './IconNineGridStroked';
+export { default as IconNoteMoney } from './IconNoteMoney';
 export { default as IconNoteMoneyStroked } from './IconNoteMoneyStroked';
 export { default as IconOption } from './IconOption';
 export { default as IconOrderedList } from './IconOrderedList';
 export { default as IconOrderedListStroked } from './IconOrderedListStroked';
 export { default as IconPaperclip } from './IconPaperclip';
+export { default as IconPaperclipStroked } from './IconPaperclipStroked';
 export { default as IconPause } from './IconPause';
 export { default as IconPdf } from './IconPdf';
 export { default as IconPercentage } from './IconPercentage';
 export { default as IconPhone } from './IconPhone';
 export { default as IconPhoneStroke } from './IconPhoneStroke';
+export { default as IconPhoneStroked } from './IconPhoneStroked';
 export { default as IconPieChart2Stroked } from './IconPieChart2Stroked';
 export { default as IconPieChartStroked } from './IconPieChartStroked';
 export { default as IconPiechartH5Stroked } from './IconPiechartH5Stroked';
@@ -327,6 +357,7 @@ export { default as IconPlusCircleStroked } from './IconPlusCircleStroked';
 export { default as IconPlusStroked } from './IconPlusStroked';
 export { default as IconPriceTag } from './IconPriceTag';
 export { default as IconPrint } from './IconPrint';
+export { default as IconPrize } from './IconPrize';
 export { default as IconPrizeStroked } from './IconPrizeStroked';
 export { default as IconPulse } from './IconPulse';
 export { default as IconPuzzle } from './IconPuzzle';
@@ -336,6 +367,7 @@ export { default as IconQuit } from './IconQuit';
 export { default as IconQuote } from './IconQuote';
 export { default as IconRadio } from './IconRadio';
 export { default as IconRankingCardStroked } from './IconRankingCardStroked';
+export { default as IconRealSize } from './IconRealSize';
 export { default as IconRealSizeStroked } from './IconRealSizeStroked';
 export { default as IconRedo } from './IconRedo';
 export { default as IconRedoStroked } from './IconRedoStroked';
@@ -352,10 +384,12 @@ export { default as IconRotationStroked } from './IconRotationStroked';
 export { default as IconRoute } from './IconRoute';
 export { default as IconRowsStroked } from './IconRowsStroked';
 export { default as IconSafe } from './IconSafe';
+export { default as IconSafeStroked } from './IconSafeStroked';
 export { default as IconSave } from './IconSave';
 export { default as IconSaveStroked } from './IconSaveStroked';
 export { default as IconScan } from './IconScan';
 export { default as IconScissors } from './IconScissors';
+export { default as IconScissorsStroked } from './IconScissorsStroked';
 export { default as IconSearch } from './IconSearch';
 export { default as IconSearchStroked } from './IconSearchStroked';
 export { default as IconSectionStroked } from './IconSectionStroked';
@@ -367,12 +401,14 @@ export { default as IconServer } from './IconServer';
 export { default as IconServerStroked } from './IconServerStroked';
 export { default as IconSetting } from './IconSetting';
 export { default as IconSettingStroked } from './IconSettingStroked';
+export { default as IconShare } from './IconShare';
 export { default as IconShareMoneyStroked } from './IconShareMoneyStroked';
 export { default as IconShareStroked } from './IconShareStroked';
 export { default as IconShield } from './IconShield';
 export { default as IconShieldStroked } from './IconShieldStroked';
 export { default as IconShift } from './IconShift';
 export { default as IconShoppingBag } from './IconShoppingBag';
+export { default as IconShoppingBagStroked } from './IconShoppingBagStroked';
 export { default as IconShrink } from './IconShrink';
 export { default as IconShrinkScreenStroked } from './IconShrinkScreenStroked';
 export { default as IconSidebar } from './IconSidebar';
@@ -398,6 +434,7 @@ export { default as IconStopwatchStroked } from './IconStopwatchStroked';
 export { default as IconStoryStroked } from './IconStoryStroked';
 export { default as IconStrikeThrough } from './IconStrikeThrough';
 export { default as IconSun } from './IconSun';
+export { default as IconSunStroked } from './IconSunStroked';
 export { default as IconSync } from './IconSync';
 export { default as IconTabArrowStroked } from './IconTabArrowStroked';
 export { default as IconTabsStroked } from './IconTabsStroked';
@@ -405,6 +442,7 @@ export { default as IconTaskMoneyStroked } from './IconTaskMoneyStroked';
 export { default as IconTemplate } from './IconTemplate';
 export { default as IconTemplateStroked } from './IconTemplateStroked';
 export { default as IconTerminal } from './IconTerminal';
+export { default as IconTestScore } from './IconTestScore';
 export { default as IconTestScoreStroked } from './IconTestScoreStroked';
 export { default as IconText } from './IconText';
 export { default as IconTextRectangle } from './IconTextRectangle';
@@ -412,6 +450,7 @@ export { default as IconTextStroked } from './IconTextStroked';
 export { default as IconThumbUpStroked } from './IconThumbUpStroked';
 export { default as IconTick } from './IconTick';
 export { default as IconTickCircle } from './IconTickCircle';
+export { default as IconTicketCode } from './IconTicketCode';
 export { default as IconTicketCodeExchangeStroked } from './IconTicketCodeExchangeStroked';
 export { default as IconTicketCodeStroked } from './IconTicketCodeStroked';
 export { default as IconTiktokLogo } from './IconTiktokLogo';
@@ -444,9 +483,11 @@ export { default as IconUser } from './IconUser';
 export { default as IconUserAdd } from './IconUserAdd';
 export { default as IconUserCardPhone } from './IconUserCardPhone';
 export { default as IconUserCardVideo } from './IconUserCardVideo';
+export { default as IconUserCardVideoStroked } from './IconUserCardVideoStroked';
 export { default as IconUserCircle } from './IconUserCircle';
 export { default as IconUserCircleStroked } from './IconUserCircleStroked';
 export { default as IconUserGroup } from './IconUserGroup';
+export { default as IconUserList } from './IconUserList';
 export { default as IconUserListStroked } from './IconUserListStroked';
 export { default as IconUserSetting } from './IconUserSetting';
 export { default as IconUserStroked } from './IconUserStroked';
@@ -460,7 +501,10 @@ export { default as IconVideoStroked } from './IconVideoStroked';
 export { default as IconVideoUrlStroked } from './IconVideoUrlStroked';
 export { default as IconVigoLogo } from './IconVigoLogo';
 export { default as IconVolume1 } from './IconVolume1';
+export { default as IconVolume1Stroked } from './IconVolume1Stroked';
 export { default as IconVolume2 } from './IconVolume2';
+export { default as IconVolume2Stroked } from './IconVolume2Stroked';
+export { default as IconVolumeSilentStroked } from './IconVolumeSilentStroked';
 export { default as IconVolumnSilent } from './IconVolumnSilent';
 export { default as IconVoteStroked } from './IconVoteStroked';
 export { default as IconVoteVideoStroked } from './IconVoteVideoStroked';
@@ -468,7 +512,8 @@ export { default as IconWeibo } from './IconWeibo';
 export { default as IconWholeWord } from './IconWholeWord';
 export { default as IconWifi } from './IconWifi';
 export { default as IconWindowAdaptionStroked } from './IconWindowAdaptionStroked';
+export { default as IconWord } from './IconWord';
 export { default as IconWrench } from './IconWrench';
+export { default as IconWrenchStroked } from './IconWrenchStroked';
 export { default as IconXiguaLogo } from './IconXiguaLogo';
-export { default as IconYoutube } from './IconYoutube';
-export { default as IconMiniPlayer } from './IconMiniPlayer';
+export { default as IconYoutube } from './IconYoutube';

+ 13 - 0
packages/semi-icons/src/svgs/alarm_stroked.svg

@@ -0,0 +1,13 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<g clip-path="url(#clip0_2342_325)">
+<path d="M11.9999 7.63672C12.502 7.6368 12.9091 8.04387 12.9091 8.5459V13.623L16.8759 17.5908C17.2309 17.9458 17.2309 18.521 16.8759 18.876C16.5209 19.231 15.9458 19.231 15.5908 18.876L11.4121 14.6982C11.4014 14.6876 11.3918 14.6761 11.3818 14.665C11.2032 14.499 11.0908 14.263 11.0908 14V8.5459C11.0908 8.04382 11.4979 7.63672 11.9999 7.63672Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9999 4C17.5228 4 21.9999 8.47716 21.9999 14C21.9999 19.5229 17.5228 24 11.9999 24C6.47709 24 1.99994 19.5229 1.99994 14C1.99994 8.47716 6.47709 4 11.9999 4ZM11.9999 6C7.58166 6 3.99994 9.58172 3.99994 14C3.99994 18.4183 7.58166 22 11.9999 22C16.4182 22 19.9999 18.4183 19.9999 14C19.9999 9.58172 16.4182 6 11.9999 6Z" fill="black"/>
+<path d="M3.53548 1.41422C4.31652 0.633168 5.58285 0.633168 6.3639 1.41422C7.14495 2.19527 7.14495 3.4616 6.3639 4.24264L4.24258 6.36396C3.46153 7.14501 2.1952 7.14501 1.41416 6.36396C0.633107 5.58292 0.633107 4.31659 1.41416 3.53554L3.53548 1.41422Z" fill="black"/>
+<path d="M20.4644 1.41422C19.6834 0.633168 18.417 0.633168 17.636 1.41422C16.8549 2.19527 16.8549 3.4616 17.636 4.24264L19.7573 6.36396C20.5383 7.14501 21.8047 7.14501 22.5857 6.36396C23.3668 5.58292 23.3668 4.31659 22.5857 3.53554L20.4644 1.41422Z" fill="black"/>
+</g>
+<defs>
+<clipPath id="clip0_2342_325">
+<rect width="24" height="24" fill="white"/>
+</clipPath>
+</defs>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/book.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M19 1C20.1046 1 21 1.89543 21 3V22C21 22.5523 20.5523 23 20 23H6C4.34315 23 3 21.6569 3 20V5C3 2.79086 4.79086 1 7 1H19ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21H19V19H6Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/briefcase_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M15 1C16.1046 1 17 1.89543 17 3V6H21C22.1046 6 23 6.89543 23 8V20C23 21.0357 22.2128 21.887 21.2041 21.9893L21 22H3L2.7959 21.9893C1.78722 21.887 1 21.0357 1 20V8C1 6.89543 1.89543 6 3 6H7V3C7 1.89543 7.89543 1 9 1H15ZM3 20H21V13H15V15C15 15.5523 14.5523 16 14 16H10C9.44772 16 9 15.5523 9 15V13H3V20ZM3 11H21V8H3V11ZM9.5 3C9.22386 3 9 3.22386 9 3.5V6H15V3.5C15 3.22386 14.7761 3 14.5 3H9.5Z" fill="black"/>
+</svg>

+ 9 - 0
packages/semi-icons/src/svgs/calendar_clock_stroked.svg

@@ -0,0 +1,9 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M20 2C21.1046 2 22 2.89543 22 4V12.5283C21.4229 12.0117 20.7453 11.6052 20 11.3418V8C20 7.44772 19.5523 7 19 7H5C4.44772 7 4 7.44772 4 8V19C4 19.5523 4.44772 20 5 20H12.8047C13.2692 20.8027 13.9133 21.4881 14.6836 22H4C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H20ZM4.5 4C4.22386 4 4 4.22386 4 4.5C4 4.77614 4.22386 5 4.5 5H19.5C19.7761 5 20 4.77614 20 4.5C20 4.22386 19.7761 4 19.5 4H4.5Z" fill="black"/>
+<path d="M8 15C8.55228 15 9 15.4477 9 16V17C9 17.5523 8.55228 18 8 18H7C6.44772 18 6 17.5523 6 17V16C6 15.4477 6.44772 15 7 15H8Z" fill="black"/>
+<path d="M12.3428 15C12.1216 15.6257 12 16.2986 12 17C12 17.3408 12.0304 17.6747 12.085 18H11.5C10.9477 18 10.5 17.5523 10.5 17V16C10.5 15.4477 10.9477 15 11.5 15H12.3428Z" fill="black"/>
+<path d="M8 10C8.55228 10 9 10.4477 9 11V12C9 12.5523 8.55228 13 8 13H7C6.44772 13 6 12.5523 6 12V11C6 10.4477 6.44772 10 7 10H8Z" fill="black"/>
+<path d="M12.5 10C13.0523 10 13.5 10.4477 13.5 11V12C13.5 12.5523 13.0523 13 12.5 13H11.5C10.9477 13 10.5 12.5523 10.5 12V11C10.5 10.4477 10.9477 10 11.5 10H12.5Z" fill="black"/>
+<path d="M17.5 10C18.0523 10 18.5 10.4477 18.5 11V11.0225C18.3351 11.0089 18.1684 11 18 11C17.1077 11 16.2611 11.1955 15.5 11.5449V11C15.5 10.4477 15.9477 10 16.5 10H17.5Z" fill="black"/>
+<path d="M18 12C20.7614 12 23 14.2386 23 17C23 19.7614 20.7614 22 18 22C15.2386 22 13 19.7614 13 17C13 14.2386 15.2386 12 18 12ZM18 14C16.3431 14 15 15.3431 15 17C15 18.6569 16.3431 20 18 20C19.6569 20 21 18.6569 21 17C21 15.3431 19.6569 14 18 14ZM18 14.2705C18.4141 14.2705 18.7498 14.6065 18.75 15.0205V16.2715L20.0498 17.5723C20.3427 17.8652 20.3427 18.3399 20.0498 18.6328C19.7569 18.9255 19.2821 18.9257 18.9893 18.6328L17.4941 17.1367C17.4538 17.0964 17.4199 17.0522 17.3906 17.0059C17.303 16.8831 17.25 16.7336 17.25 16.5713V15.0205C17.2502 14.6065 17.5859 14.2705 18 14.2705Z" fill="black"/>
+</svg>

+ 4 - 0
packages/semi-icons/src/svgs/camera_stroked.svg

@@ -0,0 +1,4 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7ZM12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7637 2C15.5212 2 16.2139 2.42796 16.5527 3.10547L17.5 5H20C21.6569 5 23 6.34315 23 8V18C23 19.6569 21.6569 21 20 21H4C2.34315 21 1 19.6569 1 18V8C1 6.34315 2.34315 5 4 5H6.5L7.44727 3.10547C7.78607 2.42796 8.47882 2 9.23633 2H14.7637ZM8.28906 5.89453C7.95026 6.57204 7.25751 7 6.5 7H4C3.44772 7 3 7.44772 3 8V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V8C21 7.44772 20.5523 7 20 7H17.5C16.7425 7 16.0497 6.57204 15.7109 5.89453L14.7637 4H9.23633L8.28906 5.89453Z" fill="black"/>
+</svg>

+ 5 - 0
packages/semi-icons/src/svgs/cart_stroked.svg

@@ -0,0 +1,5 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M9.65405 18C10.7584 18.0003 11.6541 18.8956 11.6541 20C11.6541 21.1044 10.7584 21.9997 9.65405 22C8.54948 22 7.65405 21.1046 7.65405 20C7.65405 18.8954 8.54948 18 9.65405 18Z" fill="black"/>
+<path d="M18.6541 18C19.7584 18.0003 20.6541 18.8956 20.6541 20C20.6541 21.1044 19.7584 21.9997 18.6541 22C17.5495 22 16.6541 21.1046 16.6541 20C16.6541 18.8954 17.5495 18 18.6541 18Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M5.49194 2C6.17536 2.00017 6.76598 2.46096 6.94019 3.11035L6.96948 3.24219L7.1062 4.02637H21.823C22.4627 4.02637 22.9382 4.61873 22.7996 5.24316L21.2439 12.2432C21.1549 12.6435 20.8333 12.9432 20.4402 13.0117L20.2683 13.0264H8.67358L9.01733 15H20.1619C20.7141 15 21.1619 15.4477 21.1619 16C21.1619 16.5523 20.7141 17 20.1619 17H8.59741C7.86841 17 7.24415 16.4759 7.1189 15.7578L5.27612 5.19922C5.27189 5.17508 5.2698 5.1509 5.26733 5.12695L5.07104 4H2.17651C1.62423 4 1.17651 3.55228 1.17651 3C1.17651 2.44772 1.62423 2 2.17651 2H5.49194ZM7.8103 8.07031L8.32886 11.0264H19.4656L20.5769 6.02637H7.45483L7.8103 8.07031Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/clock_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM12 5C12.5523 5 13 5.44772 13 6V11.5859L17.3643 15.9502C17.7545 16.3407 17.7547 16.9738 17.3643 17.3643C16.9738 17.7546 16.3407 17.7545 15.9502 17.3643L11.3535 12.7676C11.3435 12.7576 11.3347 12.7466 11.3252 12.7363C11.1258 12.5535 11 12.2918 11 12V6C11 5.44772 11.4477 5 12 5Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/coin_money.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM15.207 7.29297C14.8165 6.90244 14.1835 6.90244 13.793 7.29297L12 9.08594L10.207 7.29297C9.81651 6.90244 9.18349 6.90244 8.79297 7.29297C8.40252 7.6835 8.40247 8.31653 8.79297 8.70703L10.0859 10H9C8.44772 10 8 10.4477 8 11C8.00008 11.5522 8.44777 12 9 12H11V13H9C8.44772 13 8 13.4477 8 14C8.00008 14.5522 8.44777 15 9 15H11V16C11.0001 16.5522 11.4478 17 12 17C12.5522 17 12.9999 16.5522 13 16V15H15C15.5522 15 15.9999 14.5522 16 14C16 13.4477 15.5523 13 15 13H13V12H15C15.5522 12 15.9999 11.5522 16 11C16 10.4477 15.5523 10 15 10H13.9141L15.207 8.70703C15.5975 8.31653 15.5975 7.6835 15.207 7.29297Z" fill="black"/>
+</svg>

+ 4 - 0
packages/semi-icons/src/svgs/credit_card_stroked.svg

@@ -0,0 +1,4 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M20 3C21.6569 3 23 4.34315 23 6V17C23 18.6051 21.7394 19.9158 20.1543 19.9961L20 20H4L3.8457 19.9961C2.31166 19.9184 1.08163 18.6883 1.00391 17.1543L1 17V6C1 4.34315 2.34315 3 4 3H20ZM3 17C3 17.5523 3.44772 18 4 18H20C20.5523 18 21 17.5523 21 17V10H3V17ZM4 5C3.44772 5 3 5.44772 3 6V8H21V6C21 5.44772 20.5523 5 20 5H4Z" fill="black"/>
+<path d="M5 14C5 13.4477 5.44772 13 6 13H8C8.55228 13 9 13.4477 9 14V15C9 15.5523 8.55228 16 8 16H6C5.44772 16 5 15.5523 5 15V14Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/crown_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M11.0896 2.0025C11.445 1.22124 12.5545 1.22135 12.9099 2.0025L15.3474 7.3648C16.1483 9.1266 18.3695 9.66789 19.8865 8.51812L20.031 8.40191L21.8846 6.81305C22.4946 6.29018 23.4083 6.89191 23.1687 7.65875L19.4383 20.5962C19.1936 21.3791 18.499 21.9283 17.6922 21.9937L17.5301 21.9996H6.47049L6.3074 21.9937C5.5008 21.9281 4.8059 21.3789 4.56131 20.5962L0.830842 7.65875C0.591448 6.89198 1.50505 6.29026 2.11502 6.81305L3.96854 8.40191C5.43797 9.66135 7.67988 9.21443 8.5701 7.5318L8.65213 7.3648L11.0896 2.0025ZM10.4724 8.19293C9.28288 10.8097 6.2147 11.8089 3.77127 10.6392L6.47049 19.9996H17.5291L20.2283 10.6382C17.7848 11.808 14.7167 10.8098 13.5271 8.19293L11.9998 4.83258L10.4724 8.19293Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/down_circle.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M1 12C0.999999 5.92487 5.92487 1 12 1C18.0751 0.999999 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM7.29297 9.90332C6.90244 10.2938 6.90244 10.9278 7.29297 11.3184L11.1816 15.207C11.5722 15.5976 12.2062 15.5976 12.5967 15.207L16.4854 11.3184C16.8759 10.9278 16.8759 10.2938 16.4854 9.90332C16.0949 9.51312 15.4618 9.51322 15.0713 9.90332L11.8887 13.0859L8.70703 9.90332C8.31658 9.51317 7.68342 9.51317 7.29297 9.90332Z" fill="black"/>
+</svg>

+ 5 - 0
packages/semi-icons/src/svgs/edit_2.svg

@@ -0,0 +1,5 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M16.4329 4.09889L19.9727 7.6387L21.4494 6.16204C22.0023 5.60909 22.0023 4.71258 21.4494 4.15962L19.912 2.62223C19.359 2.06928 18.4625 2.06928 17.9096 2.62223L16.4329 4.09889Z" fill="black"/>
+<path d="M7.75844 15.8756L8.94892 11.7089C8.98197 11.5932 9.04396 11.4878 9.12904 11.4028L15.371 5.16083L18.9108 8.70064L12.6688 14.9426C12.5838 15.0277 12.4784 15.0896 12.3627 15.1227L8.19605 16.3132C7.92902 16.3895 7.68215 16.1426 7.75844 15.8756Z" fill="black"/>
+<path d="M7.9707 9.78125C7.68594 10.066 7.46851 10.41 7.33398 10.7881L7.28125 10.9521L6.09082 15.1182C5.58347 16.8939 7.22525 18.5357 9.00098 18.0283L13.168 16.8379C13.6103 16.7114 14.0135 16.4747 14.3389 16.1494L19.1464 11.3418C19.4614 11.0269 20 11.2499 20 11.6954V21C20 21.5523 19.5523 22 19 22H3C2.44772 22 2 21.5523 2 21V5C2 4.44772 2.44772 4 3 4H12.544C12.9894 4 13.2125 4.53853 12.8976 4.85352L7.9707 9.78125Z" fill="black"/>
+</svg>

+ 5 - 0
packages/semi-icons/src/svgs/eye_closed_solid_stroked.svg

@@ -0,0 +1,5 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0918 2.29298C20.4823 1.90248 21.1153 1.90253 21.5059 2.29298C21.8964 2.6835 21.8964 3.31651 21.5059 3.70704L3.12109 22.0918C2.73056 22.4823 2.09753 22.4823 1.70703 22.0918C1.31661 21.7013 1.31661 21.0682 1.70703 20.6777L5.07031 17.3125C2.52137 15.5021 1.00011 13.0388 1 11.5859C1 9.08594 5.5 3.58594 12 3.58594C14.0348 3.58594 15.8725 4.12691 17.4385 4.94434L20.0918 2.29298ZM12 5.58594C9.32863 5.58594 7.02864 6.71689 5.37598 8.15626C4.55129 8.87455 3.92419 9.63923 3.5166 10.3145C3.08001 11.0378 3 11.4813 3 11.5859C3.00008 11.6909 3.08016 12.1344 3.5166 12.8574C3.9242 13.5327 4.55129 14.2974 5.37598 15.0156C5.72479 15.3194 6.10266 15.609 6.50684 15.877L8.63574 13.7481C8.23413 13.1245 8.00003 12.3828 8 11.5859C8 9.37681 9.79086 7.58594 12 7.58594C12.7969 7.58594 13.5385 7.82006 14.1621 8.22169L15.9434 6.44044C14.7647 5.91424 13.4364 5.58594 12 5.58594ZM12 9.58594C10.8954 9.58594 10 10.4814 10 11.5859C10 11.8245 10.0415 12.0535 10.1182 12.2656L12.6797 9.70411C12.4675 9.62744 12.2386 9.58594 12 9.58594Z" fill="black"/>
+<path d="M20.2666 6.94532C22.0017 8.56564 23 10.4085 23 11.5859C22.9998 14.086 18.4999 19.5859 12 19.5859C10.6595 19.5859 9.40528 19.3484 8.25684 18.9551L9.87207 17.3399C10.5492 17.4959 11.26 17.5859 12 17.5859C14.6713 17.5859 16.9714 16.455 18.624 15.0156C19.4487 14.2974 20.0758 13.5327 20.4834 12.8574C20.9198 12.1344 20.9999 11.6909 21 11.5859C21 11.4813 20.92 11.0378 20.4834 10.3145C20.1142 9.70278 19.5638 9.01883 18.8506 8.36133L20.2666 6.94532Z" fill="black"/>
+<path d="M15.9834 11.2285C15.9938 11.3462 16 11.4655 16 11.5859C15.9999 13.795 14.2091 15.5859 12 15.5859C11.8795 15.5859 11.7603 15.5798 11.6426 15.5693L15.9834 11.2285Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/eye_closed_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M2.7054 5.03846C3.23641 4.88714 3.78698 5.19705 3.99056 5.71033C4.5285 7.0665 5.41617 8.51713 6.60872 9.68689C8.074 11.124 9.94988 12.096 12.179 12.0394C16.2895 11.935 19.3004 9.38626 20.4661 5.78748C20.6363 5.26205 21.1653 4.91889 21.7044 5.03846C22.2438 5.1582 22.5885 5.69495 22.4261 6.22303C21.8155 8.20706 20.727 9.9579 19.2513 11.2982L21.9134 14.8304C22.2457 15.2715 22.157 15.8984 21.7161 16.2308C21.2751 16.5632 20.6482 16.4755 20.3158 16.0345L17.6488 12.4955C16.8837 12.959 16.0478 13.3281 15.1488 13.5902L16.6361 17.6771C16.825 18.1961 16.5574 18.7695 16.0384 18.9584C15.5194 19.1472 14.946 18.8797 14.7572 18.3607L13.1615 13.9779C12.8565 14.0094 12.5457 14.0314 12.2298 14.0394C11.877 14.0484 11.5319 14.0358 11.1947 14.0062L9.6097 18.3607C9.42081 18.8797 8.84743 19.1473 8.32845 18.9584C7.80959 18.7694 7.54193 18.196 7.73079 17.6771L9.21322 13.6029C8.34715 13.322 7.54979 12.9173 6.82259 12.4301L4.10775 16.0345C3.77537 16.4756 3.14843 16.5632 2.70736 16.2308C2.26632 15.8985 2.17773 15.2715 2.51009 14.8304L5.26693 11.1713C5.24723 11.1522 5.22691 11.1338 5.20736 11.1146C3.74833 9.68341 2.68553 7.91586 2.05892 6.26209C1.86331 5.74539 2.17408 5.19003 2.7054 5.03846Z" fill="black"/>
+</svg>

+ 4 - 0
packages/semi-icons/src/svgs/eye_opened_stroked.svg

@@ -0,0 +1,4 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M12 4C18.5 4 23 9.5 23 12C23 14.5 18.5 20 12 20C5.5 20 1 14.5 1 12C1 9.5 5.5 4 12 4ZM12 6C9.32863 6 7.02864 7.13094 5.37598 8.57031C4.55125 9.28862 3.9242 10.0533 3.5166 10.7285C3.07995 11.4519 3 11.8953 3 12C3 12.1047 3.07995 12.5481 3.5166 13.2715C3.9242 13.9467 4.55125 14.7114 5.37598 15.4297C7.02864 16.8691 9.32863 18 12 18C14.6714 18 16.9714 16.8691 18.624 15.4297C19.4488 14.7114 20.0758 13.9467 20.4834 13.2715C20.92 12.5481 21 12.1047 21 12C21 11.8953 20.92 11.4519 20.4834 10.7285C20.0758 10.0533 19.4488 9.28862 18.624 8.57031C16.9714 7.13094 14.6714 6 12 6Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/filter_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M12.5655 12.0635L19.7657 4H4.24615L11.5001 12.0586V18.4502L12.5655 19.1455V12.0635ZM14.5655 21L14.5567 21.1289C14.5182 21.425 14.3488 21.6911 14.0909 21.8506C13.833 22.0099 13.5194 22.0424 13.2374 21.9443L13.1182 21.8945L10.0528 19.8945C9.71401 19.7251 9.50006 19.3788 9.50006 19V12.8262L1.23639 3.64551C0.985135 3.34825 0.929023 2.93219 1.09283 2.5791C1.25668 2.22594 1.61074 2 2.00006 2H22.0001C22.3894 2 22.7435 2.22594 22.9073 2.5791C23.0711 2.9322 23.015 3.34825 22.7637 3.64551L14.5655 12.8262V21Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/flag_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M8 1C10.4996 1 11.1904 1.30929 12.1475 1.68457C12.4072 1.78643 12.6798 1.89328 13 2C14.5 2.5 16 3 18 3C18.8893 3 19.7787 2.80261 20.4922 2.58301C21.2027 2.3643 22 2.87478 22 3.61816V14.3818C22 14.7605 21.7866 15.1064 21.4355 15.248L21.1318 15.3652C20.3627 15.6509 19.1814 16 18 16C16 16 14.5 15.5 13 15C12.6869 14.8956 12.4169 14.7912 12.1592 14.6914C11.1821 14.3131 10.3735 14 8 14C6.73207 14 4.73205 14.2937 4 14.5V21C4 21.4622 3.68585 21.8493 3.25977 21.9639C3.24783 21.9673 3.23588 21.9707 3.22363 21.9736C3.20143 21.9787 3.17899 21.9828 3.15625 21.9863C3.14335 21.9884 3.13042 21.9907 3.11719 21.9922C3.07871 21.9967 3.03968 22 3 22C2.95998 22 2.92062 21.9968 2.88184 21.9922C2.86861 21.9907 2.85567 21.9884 2.84277 21.9863C2.82004 21.9827 2.79758 21.9787 2.77539 21.9736C2.76315 21.9707 2.75119 21.9673 2.73926 21.9639C2.31364 21.849 2 21.4619 2 21V3.58008C2.00009 3.22132 2.1909 2.89101 2.50977 2.72656C3.57145 2.17902 6.08049 1 8 1ZM8 3C7.38962 3 6.54314 3.2014 5.61621 3.53809C5.01598 3.75611 4.45301 4.0058 4 4.22168V12.5879L4.45801 12.46C5.35962 12.206 6.54182 12 8 12C9.27077 12 10.2077 12.083 11 12.2432C11.8037 12.4057 12.3897 12.6356 12.8818 12.8262C13.142 12.9269 13.3707 13.0152 13.6328 13.1025C15.1319 13.6022 16.3569 14 18 14C18.6757 14 19.4002 13.8302 20 13.6387V4.77539C19.3893 4.9054 18.7063 5 18 5C15.6432 5 13.868 4.39773 12.3672 3.89746C11.9919 3.77236 11.6754 3.64782 11.418 3.54688C10.9143 3.34937 10.6595 3.24527 10.25 3.16113C9.93224 3.09585 9.48688 3.03749 8.78809 3.0127L8 3Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/folder_open_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M6.89453 2C7.48672 2.00002 8.06585 2.17545 8.55859 2.50391L10.5508 3.83203C10.715 3.94151 10.9081 3.99996 11.1055 4H16.8594C18.5159 4.00019 19.8592 5.34345 19.8594 7V7.83105L20.6045 7.82227C21.9669 7.80556 22.9474 9.12663 22.5361 10.4258L19.376 20.4082C19.1128 21.2394 18.3406 21.8045 17.4688 21.8047H2C1.44772 21.8047 1 21.357 1 20.8047V6.80469C1 6.79783 1.00084 6.791 1.00098 6.78418V5C1.0012 3.3435 2.34351 2.00026 4 2H6.89453ZM13.0068 9.91797L12.1807 9.92871L8.66113 9.97266L7.20898 9.99121L6.14258 12.9434L3.67285 19.8047H17.4688L20.6289 9.82227L13.0068 9.91797ZM4 4C3.44808 4.00026 3.0012 4.44807 3.00098 5V15.7559L4.25977 12.2676L5.32422 9.31348C5.60688 8.52904 6.34689 8.00182 7.18066 7.99121L12.1562 7.92871L17.8594 7.85547V7C17.8592 6.44802 17.4114 6.00019 16.8594 6H11.1055C10.5133 5.99996 9.93415 5.82459 9.44141 5.49609L7.44922 4.16797C7.28501 4.05853 7.09187 4.00002 6.89453 4H4Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/globe_stroke_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM9.50586 17C10.044 19.4119 10.9599 21 12 21C13.0401 21 13.956 19.4119 14.4941 17H9.50586ZM4.5166 17C5.48975 18.4536 6.87451 19.6082 8.50488 20.2959C8.30389 19.8819 8.13041 19.443 7.98145 18.9961C7.77866 18.3877 7.60485 17.7175 7.46191 17H4.5166ZM16.5381 17C16.3951 17.7175 16.2213 18.3877 16.0186 18.9961C15.8695 19.4431 15.6952 19.8818 15.4941 20.2959C17.1249 19.6082 18.5101 18.4538 19.4834 17H16.5381ZM16.9297 10C16.9753 10.6508 17 11.3198 17 12C17 13.0342 16.9446 14.0426 16.8408 15H20.4863C20.8181 14.0615 21 13.0521 21 12C21 11.3124 20.9205 10.6434 20.7744 10H16.9297ZM9.0752 10C9.02654 10.6432 9 11.3126 9 12C9 13.0519 9.06035 14.0617 9.1709 15H14.8291C14.9397 14.0617 15 13.0519 15 12C15 11.3126 14.9735 10.6432 14.9248 10H9.0752ZM3.22559 10C3.07955 10.6434 3 11.3124 3 12C3 13.0521 3.18191 14.0615 3.51367 15H7.15918C7.05541 14.0426 7 13.0342 7 12C7 11.3198 7.0247 10.6508 7.07031 10H3.22559ZM15.4941 3.70312C15.6954 4.1175 15.8695 4.5566 16.0186 5.00391C16.3129 5.8871 16.5462 6.90048 16.7119 8H20.0625C19.1062 6.07607 17.4833 4.54184 15.4941 3.70312ZM12 3C10.8221 3 9.80341 5.03662 9.3125 8H14.6875C14.1966 5.03662 13.1779 3 12 3ZM8.50488 3.70312C6.51614 4.54192 4.89371 6.07634 3.9375 8H7.28809C7.45376 6.90048 7.68707 5.8871 7.98145 5.00391C8.1305 4.55674 8.30372 4.11738 8.50488 3.70312Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/globe_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M12.0527 1C13.1872 1 14.2859 1.1707 15.3213 1.48926C15.4561 1.53076 15.5831 1.58115 15.7021 1.63965C19.9558 3.15979 23 7.22393 23 12C23 17.3476 19.1835 21.8014 14.126 22.792C13.4613 22.9271 12.7691 23 12.0527 23H11.9805L11.9678 22.999C11.4412 22.9975 10.9237 22.9578 10.417 22.8848C10.1287 22.8644 9.81959 22.8073 9.50879 22.7129C4.63408 21.5838 1 17.218 1 12C1 5.92487 5.92487 1 12 1H12.0527ZM12.0254 3C7.50685 3.01331 3.76733 6.3178 3.10449 10.6289C3.08168 10.7781 3.06226 10.9285 3.04688 11.0801C3.01599 11.3825 3 11.6894 3 12H8.33496C11.0132 12.0002 13.1845 14.1586 13.1846 16.8213L13.1807 16.9033C13.1394 17.3087 12.7946 17.625 12.376 17.625H9.79004L9.68457 17.6318C9.16739 17.6979 8.75879 18.258 8.75879 19.3125C8.75879 20.1171 9.43403 20.5807 10.0254 20.7803C10.2297 20.826 10.4362 20.8668 10.6455 20.8984L12.0381 20.998C16.4958 20.9796 20.1868 17.7219 20.8809 13.4561C20.1185 13.9587 19.2287 14.25 18.2764 14.25C16.1884 14.2499 14.3942 12.8615 13.6084 10.875H9.79004C9.16508 10.875 8.64709 10.3672 8.75879 9.75586C9.33723 6.59082 11.4769 5.2561 14.1465 5.30469L14.165 5.30566C14.3263 5.06232 14.5054 4.8335 14.6992 4.62207L14.8984 4.41602C15.1773 4.14276 15.1701 3.67587 14.8799 3.47266C13.9831 3.16991 13.0237 3.00276 12.0254 3ZM3.22559 14C3.71978 16.1772 5.00267 18.0527 6.75879 19.3135V19.3125C6.75879 18.5059 6.92106 17.6546 7.39648 16.9395C7.90834 16.1696 8.75878 15.625 9.79004 15.625H10.9121C10.4587 14.6693 9.48222 14.0001 8.33496 14H3.22559ZM17.0312 4.53613C16.9195 5.01649 16.6755 5.4746 16.2979 5.84473C16.1281 6.01119 15.9711 6.20038 15.832 6.41016L15.2246 7.32715L14.124 7.30469C13.1203 7.28401 12.391 7.52512 11.8906 7.9082C11.6131 8.12072 11.3416 8.42667 11.1191 8.875H14.9678L15.4678 10.1396C15.9981 11.4803 17.1283 12.2499 18.2764 12.25C18.8421 12.25 19.3798 12.0714 19.8525 11.7402C19.8525 11.7402 20.4495 11.3531 20.9014 10.6699C20.5236 8.11994 19.0775 5.91816 17.0312 4.53613Z" fill="black"/>
+</svg>

+ 4 - 0
packages/semi-icons/src/svgs/horn_stroked.svg

@@ -0,0 +1,4 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M16.4246 1.36655C16.8732 1.31543 17.2351 2.01108 17.2351 2.01108C17.252 2.03604 18.2493 3.52909 18.8035 8.95346C19.3578 14.3794 18.8462 16.0445 18.8377 16.0716C18.8377 16.0716 18.6486 16.83 18.1931 16.8822L18.0437 16.8949C17.4163 16.9331 17.0347 16.7239 16.4441 16.2249L16.1551 15.974C15.3356 15.249 12.9138 13.5547 9.3201 13.9642C8.86415 13.9966 8.4073 14.0552 7.95194 14.1136C7.72484 14.1428 7.49778 14.1718 7.27127 14.1976C6.00206 14.3422 4.83012 13.652 4.3035 12.5638C4.25022 12.5744 4.19536 12.5829 4.14041 12.5892C3.13618 12.7035 2.22303 12.0345 2.01248 11.0677L1.98026 10.8714C1.85819 9.80029 2.62787 8.83236 3.69901 8.71029C3.75386 8.70405 3.80886 8.70022 3.86307 8.69858C4.11462 7.59366 4.99713 6.70229 6.15213 6.47592L6.38651 6.43979L7.06912 6.35776C7.29686 6.32957 7.52473 6.30073 7.75272 6.27475L8.43631 6.20639C11.7426 5.82962 13.5409 4.01608 14.3689 3.01987L14.6658 2.64877L14.6687 2.64487C15.3079 1.82954 15.8322 1.43413 16.4246 1.36655ZM15.9588 4.2308C15.0155 5.38097 12.7873 7.72271 8.66287 8.19272L8.63358 8.19662L8.60526 8.19858C8.19417 8.23335 7.77682 8.285 7.31522 8.34213C7.08938 8.37008 6.85159 8.39991 6.61307 8.42709C6.21407 8.47272 5.81326 9.14291 5.81326 9.14291C5.81326 9.14291 5.4507 9.94064 5.51053 10.4681C5.57042 10.996 6.1033 11.6927 6.1033 11.6927C6.1033 11.6927 6.64553 12.2558 7.04471 12.2103C7.25499 12.1863 7.46837 12.1587 7.69803 12.1292C8.13732 12.0729 8.64178 12.0074 9.15604 11.9701C12.9894 11.5532 15.7353 13.1087 17.0476 14.1204C17.0832 13.1188 17.0558 11.5314 16.8133 9.15756C16.5641 6.71812 16.2262 5.16323 15.9588 4.2308ZM20.614 5.96127C21.7981 6.22584 22.7395 7.21538 22.8846 8.48862C23.0296 9.76178 22.3351 10.9371 21.241 11.4613L21.1502 11.4974C20.6947 11.6437 20.2543 11.2613 20.1971 10.7591C20.1964 10.7409 20.161 9.76712 20.0418 8.80307C19.9214 7.82998 19.7547 6.88022 19.7547 6.88022C19.7605 6.86215 20.0929 5.84541 20.614 5.96127Z" fill="black"/>
+<path d="M11.1562 16.7529C11.19 16.7563 11.2084 16.7615 11.2217 16.7686C11.229 16.78 11.2402 16.7971 11.2539 16.8213C11.2965 16.8965 11.3505 17.0033 11.4131 17.1396C11.5378 17.4112 11.6805 17.7615 11.8223 18.1309C12.1063 18.8707 12.3695 19.6426 12.457 19.9277C12.5857 20.3473 12.5381 20.5939 12.4678 20.7363C12.3957 20.8823 12.2417 21.0341 11.9404 21.1543L11.8623 21.1816C11.5139 21.2873 11.1484 21.1808 10.9229 20.9199L10.8652 20.8467C10.208 19.927 9.23498 18.5103 8.35352 17.0352C8.46555 17.0309 8.57849 17.027 8.69141 17.0186C9.33044 16.9705 9.77622 16.9108 10.2559 16.8467C10.3977 16.8277 10.5419 16.8078 10.6963 16.7881C10.6963 16.7881 10.697 16.7882 10.6982 16.7881C10.7005 16.7878 10.7034 16.7876 10.708 16.7871C10.7155 16.7863 10.732 16.7844 10.749 16.7822L10.748 16.7812C10.9606 16.7538 11.0697 16.7444 11.1562 16.7529Z" stroke="black" stroke-width="1.5"/>
+</svg>

+ 3 - 1
packages/semi-icons/src/svgs/hourglass.svg

@@ -1 +1,3 @@
-<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.00011 23H18.0001C19.1047 23 20.137 22.0961 20.0001 21C19.5618 17.491 17.8621 15.9436 16.6159 14.7226C15.7213 13.846 15.0001 13.1394 15.0001 12C15.0001 10.8606 15.7213 10.154 16.6159 9.27742C17.8621 8.05645 19.5618 6.50895 20.0001 3C20.137 1.90395 19.1047 1 18.0001 1H6.00011C4.89554 1 3.82632 1.90919 4.0001 3C4.46583 5.92325 6.0746 7.54669 7.27142 8.88296C8.21744 9.93921 9.00011 10.8131 9.00011 12C9.00011 13.1394 8.27889 13.846 7.38428 14.7226C6.13813 15.9436 4.43846 17.491 4.00012 21C3.8632 22.0961 4.89554 23 6.00011 23ZM15.0001 7C15.0001 7.81686 14.2587 8.48544 13.5027 9.16723C12.8704 9.73742 12.2278 10.3169 12.0001 11C11.7724 10.3169 11.1299 9.73742 10.4976 9.16723C9.74151 8.48544 9.00011 7.81686 9.00011 7H15.0001ZM7.00011 20C7.00011 18.4859 8.01905 17.8633 9.15695 17.168C10.2736 16.4858 11.5048 15.7335 12.0001 14C12.4954 15.7335 13.7266 16.4858 14.8433 17.168C15.9812 17.8633 17.0001 18.4859 17.0001 20H7.00011Z" fill="black"/></svg>
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M20 1C20.5523 1 21 1.44772 21 2C21 2.55228 20.5523 3 20 3H19V8C19 8.26522 18.8946 8.5195 18.707 8.70703L15.4141 12L18.707 15.293C18.8946 15.4805 19 15.7348 19 16V21H20C20.5523 21 21 21.4477 21 22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22C3 21.4477 3.44772 21 4 21H5V16C5 15.7348 5.10543 15.4805 5.29297 15.293L8.58594 12L5.29297 8.70703C5.10543 8.5195 5 8.26522 5 8V3H4C3.44772 3 3 2.55228 3 2C3 1.44772 3.44772 1 4 1H20ZM9 18C8.44772 18 8 18.4477 8 19C8 19.5523 8.44772 20 9 20H15C15.5523 20 16 19.5523 16 19C16 18.4477 15.5523 18 15 18H9ZM10 6C9.44772 6 9 6.44772 9 7C9 7.55228 9.44772 8 10 8H14C14.5523 8 15 7.55228 15 7C15 6.44772 14.5523 6 14 6H10Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/id_card_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M20 3C21.6569 3 23 4.34315 23 6V17C23 18.6051 21.7394 19.9158 20.1543 19.9961L20 20H4L3.8457 19.9961C2.31166 19.9184 1.08163 18.6883 1.00391 17.1543L1 17V6C1 4.34315 2.34315 3 4 3H20ZM4 5C3.44772 5 3 5.44772 3 6V17C3 17.5523 3.44772 18 4 18H20C20.5523 18 21 17.5523 21 17V6C21 5.44772 20.5523 5 20 5H4ZM8 13.8574C9.67437 13.8574 11.1278 14.3714 11.8535 15.124C12.2223 15.5071 11.8406 16 11.3047 16H4.69531C4.15936 16 3.77763 15.5071 4.14648 15.124C4.87218 14.3714 6.3256 13.8574 8 13.8574ZM17 13C17.5523 13 18 13.4477 18 14C18 14.5523 17.5523 15 17 15H14C13.4477 15 13 14.5523 13 14C13 13.4477 13.4477 13 14 13H17ZM8 7C9.59109 7.00003 10.3485 7.73329 10.3877 9.62793C10.7906 9.77909 10.8207 10.2656 10.6729 10.8096C10.5591 11.2277 10.3104 11.5486 10.0488 11.6543C9.62777 12.7171 8.86107 13.4287 8 13.4287C7.13902 13.4287 6.37227 12.7169 5.95117 11.6543C5.68925 11.549 5.44002 11.2282 5.32617 10.8096C5.17827 10.2652 5.2078 9.7788 5.61133 9.62793C5.65051 7.73327 6.40887 7.00001 8 7ZM19 9C19.5523 9 20 9.44772 20 10C20 10.5523 19.5523 11 19 11H14C13.4477 11 13 10.5523 13 10C13 9.44772 13.4477 9 14 9H19Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/left-circle.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM14.0967 7.29297C13.7062 6.90244 13.0722 6.90244 12.6816 7.29297L8.79297 11.1816C8.40244 11.5722 8.40244 12.2062 8.79297 12.5967L12.6816 16.4854C13.0722 16.8759 13.7062 16.8759 14.0967 16.4854C14.4869 16.0949 14.4868 15.4618 14.0967 15.0713L10.9141 11.8887L14.0967 8.70703C14.4868 8.31658 14.4868 7.68342 14.0967 7.29297Z" fill="black"/>
+</svg>

+ 180 - 0
packages/semi-icons/src/svgs/meta.json

@@ -99,6 +99,54 @@
         "name": "a_i_loading",
         "category": "Multiple Color"
     },
+    {
+        "name": "book",
+        "category": "Basic"
+    },
+    {
+        "name": "coin_money",
+        "category": "Basic"
+    },
+    {
+        "name": "down_circle",
+        "category": "Basic"
+    },
+    {
+        "name": "edit_2",
+        "category": "Magic Customized"
+    },
+    {
+        "name": "left_circle",
+        "category": "Basic"
+    },
+    {
+        "name": "note_money",
+        "category": "Basic"
+    },
+    {
+        "name": "prize",
+        "category": "Magic Customized"
+    },
+    {
+        "name": "real_size",
+        "category": "Basic"
+    },
+    {
+        "name": "share",
+        "category": "Basic"
+    },
+    {
+        "name": "test_score",
+        "category": "Basic"
+    },
+    {
+        "name": "ticket_code",
+        "category": "Magic Customized"
+    },
+    {
+        "name": "user_list",
+        "category": "Basic"
+    },
     {
         "name": "user_circle",
         "category": "User"
@@ -1870,5 +1918,137 @@
     {
         "name": "shield_stroked",
         "category": "Magic Customized"
+    },
+    {
+        "name": "alarm_stroked",
+        "category": "Time"
+    },
+    {
+        "name": "briefcase_stroked",
+        "category": "Business"
+    },
+    {
+        "name": "calendar_clock_stroked",
+        "category": "Time"
+    },
+    {
+        "name": "camera_stroked",
+        "category": "Photo&Video"
+    },
+    {
+        "name": "cart_stroked",
+        "category": "Business"
+    },
+    {
+        "name": "clock_stroked",
+        "category": "Time"
+    },
+    {
+        "name": "credit_card_stroked",
+        "category": "Business"
+    },
+    {
+        "name": "crown_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "eye_closed_solid_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "eye_closed_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "eye_opened_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "filter_stroked",
+        "category": "Interface"
+    },
+    {
+        "name": "flag_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "folder_open_stroked",
+        "category": "Files&Folder"
+    },
+    {
+        "name": "horn_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "id_card_stroked",
+        "category": "Business"
+    },
+    {
+        "name": "microphone_off_stroked",
+        "category": "Communication"
+    },
+    {
+        "name": "microphone_stroked",
+        "category": "Communication"
+    },
+    {
+        "name": "moon_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "mute_stroked",
+        "category": "Music"
+    },
+    {
+        "name": "paperclip_stroked",
+        "category": "Files&Folder"
+    },
+    {
+        "name": "phone_stroked",
+        "category": "Device"
+    },
+    {
+        "name": "safe_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "scissors_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "shopping_bag_stroked",
+        "category": "Business"
+    },
+    {
+        "name": "sun_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "user_card_video_stroked",
+        "category": "Communication"
+    },
+    {
+        "name": "volume_1_stroked",
+        "category": "Music"
+    },
+    {
+        "name": "volume_2_stroked",
+        "category": "Music"
+    },
+    {
+        "name": "volume_silent_stroked",
+        "category": "Music"
+    },
+    {
+        "name": "wrench_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "globe_stroked",
+        "category": "Objects"
+    },
+    {
+        "name": "globe_stroke_stroked",
+        "category": "Objects"
     }
 ]

+ 6 - 0
packages/semi-icons/src/svgs/microphone_off_stroked.svg

@@ -0,0 +1,6 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M16.0002 21C16.5524 21.0001 17.0002 21.4478 17.0002 22C17.0002 22.5522 16.5524 22.9999 16.0002 23H8.00016C7.44787 23 7.00016 22.5523 7.00016 22C7.00016 21.4477 7.44787 21 8.00016 21H16.0002Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0002 1C14.4196 1.00006 16.3915 2.90957 16.4943 5.30371L20.092 1.70703C20.4825 1.31664 21.1155 1.31657 21.506 1.70703C21.8965 2.09751 21.8964 2.73056 21.506 3.12109L3.12125 21.5059C2.73073 21.8964 2.09771 21.8964 1.70719 21.5059C1.31669 21.1153 1.31667 20.4823 1.70719 20.0918L5.55875 16.2393C4.58048 14.9127 4.00016 13.2748 4.00016 11.5C4.00016 10.9477 4.44787 10.5 5.00016 10.5C5.55239 10.5001 6.00016 10.9478 6.00016 11.5C6.00016 12.7215 6.36702 13.8562 6.9943 14.8037L8.08317 13.7148C7.74818 13.1239 7.54243 12.4502 7.50602 11.7314L7.50016 11.5V5.5C7.50016 3.01472 9.51488 1 12.0002 1ZM12.0002 3C10.6194 3 9.50016 4.11929 9.50016 5.5V11.5C9.50016 11.7428 9.5341 11.9775 9.59879 12.1992L14.5002 7.29883V5.5C14.5002 4.11933 13.3808 3.00006 12.0002 3Z" fill="black"/>
+<path d="M19.0002 10.5C19.5524 10.5001 20.0002 10.9478 20.0002 11.5C20.0002 15.9182 16.4184 19.4999 12.0002 19.5C10.5947 19.5 9.27491 19.1355 8.12711 18.499L9.61832 17.0078C10.3485 17.324 11.1538 17.5 12.0002 17.5C15.3138 17.4999 18.0002 14.8137 18.0002 11.5C18.0002 10.9477 18.4479 10.5 19.0002 10.5Z" fill="black"/>
+<path d="M16.5002 11.5L16.4943 11.7314C16.3738 14.1091 14.4078 15.9999 12.0002 16C11.5815 16 11.1767 15.9409 10.7922 15.834L12.7375 13.8887C13.525 13.6458 14.146 13.0248 14.3888 12.2373L16.5002 10.127V11.5Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/microphone_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M16 21C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H16ZM19 10.5C19.5523 10.5 20 10.9477 20 11.5C20 15.9183 16.4183 19.5 12 19.5C7.58172 19.5 4 15.9183 4 11.5C4 10.9477 4.44772 10.5 5 10.5C5.55228 10.5 6 10.9477 6 11.5C6 14.8137 8.68629 17.5 12 17.5C15.3137 17.5 18 14.8137 18 11.5C18 10.9477 18.4477 10.5 19 10.5ZM12 1C14.4853 1 16.5 3.01472 16.5 5.5V11.5C16.5 13.9853 14.4853 16 12 16C9.51472 16 7.5 13.9853 7.5 11.5V5.5C7.5 3.01472 9.51472 1 12 1ZM12 3C10.6193 3 9.5 4.11929 9.5 5.5V11.5C9.5 12.8807 10.6193 14 12 14C13.3807 14 14.5 12.8807 14.5 11.5V5.5C14.5 4.11929 13.3807 3 12 3Z" fill="black"/>
+</svg>

+ 1 - 1
packages/semi-icons/src/svgs/mini_player.svg

@@ -1 +1 @@
-<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.501 22.0005C14.6725 22.0005 14.001 21.3289 14.001 20.5005V15.5005C14.001 14.6721 14.6725 14.0005 15.501 14.0005H20.501C21.3294 14.0005 22.001 14.6721 22.001 15.5005V20.5005C22.001 21.3289 21.3294 22.0005 20.501 22.0005L15.501 22.0005Z" fill="black"/><path d="M5.50098 22.0005C3.56798 22.0005 2.00098 20.4335 2.00098 18.5005V15.5005V5.50049C2.00098 3.56749 3.56798 2.00049 5.50098 2.00049H15.501H18.501C20.434 2.00049 22.001 3.56749 22.001 5.50049V9.75038C22.001 10.5788 21.3294 11.2504 20.501 11.2504C19.6726 11.2504 19.001 10.5788 19.001 9.75038V5.50049C19.001 5.22435 18.7771 5.00049 18.501 5.00049H15.501H5.50098C5.22483 5.00049 5.00098 5.22435 5.00098 5.50049V15.5005V18.5005C5.00098 18.7766 5.22483 19.0005 5.50098 19.0005H9.74999C10.5784 19.0005 11.25 19.6721 11.25 20.5005C11.25 21.3289 10.5784 22.0005 9.74999 22.0005H5.50098Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.52045 7.18658C7.12993 7.57711 7.12994 8.21026 7.52046 8.60078L10.4702 11.5505L9.64175 11.5505C9.08946 11.5505 8.64175 11.9982 8.64175 12.5505C8.64175 13.1028 9.08946 13.5505 9.64175 13.5505L12.8844 13.5505C13.4367 13.5505 13.8844 13.1028 13.8844 12.5505L13.8844 9.30788C13.8844 8.75559 13.4367 8.30788 12.8844 8.30788C12.3321 8.30788 11.8844 8.7556 11.8844 9.30788L11.8844 10.1363L8.93467 7.18657C8.54414 6.79604 7.91097 6.79605 7.52045 7.18658V7.18658Z" fill="black"/></svg>
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.501 22.0005C14.6725 22.0005 14.001 21.3289 14.001 20.5005V15.5005C14.001 14.6721 14.6725 14.0005 15.501 14.0005H20.501C21.3294 14.0005 22.001 14.6721 22.001 15.5005V20.5005C22.001 21.3289 21.3294 22.0005 20.501 22.0005L15.501 22.0005Z" fill="black"/><path d="M5.50098 22.0005C3.56798 22.0005 2.00098 20.4335 2.00098 18.5005V15.5005V5.50049C2.00098 3.56749 3.56798 2.00049 5.50098 2.00049H15.501H18.501C20.434 2.00049 22.001 3.56749 22.001 5.50049V9.75038C22.001 10.5788 21.3294 11.2504 20.501 11.2504C19.6726 11.2504 19.001 10.5788 19.001 9.75038V5.50049C19.001 5.22435 18.7771 5.00049 18.501 5.00049H15.501H5.50098C5.22483 5.00049 5.00098 5.22435 5.00098 5.50049V15.5005V18.5005C5.00098 18.7766 5.22483 19.0005 5.50098 19.0005H9.74999C10.5784 19.0005 11.25 19.6721 11.25 20.5005C11.25 21.3289 10.5784 22.0005 9.74999 22.0005H5.50098Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.52045 7.18658C7.12993 7.57711 7.12994 8.21026 7.52046 8.60078L10.4702 11.5505L9.64175 11.5505C9.08946 11.5505 8.64175 11.9982 8.64175 12.5505C8.64175 13.1028 9.08946 13.5505 9.64175 13.5505L12.8844 13.5505C13.4367 13.5505 13.8844 13.1028 13.8844 12.5505L13.8844 9.30788C13.8844 8.75559 13.4367 8.30788 12.8844 8.30788C12.3321 8.30788 11.8844 8.7556 11.8844 9.30788L11.8844 10.1363L8.93467 7.18657C8.54414 6.79604 7.91097 6.79605 7.52045 7.18658V7.18658Z" fill="black"/></svg>

+ 3 - 0
packages/semi-icons/src/svgs/moon_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M8.27246 8.36328C8.27256 6.31674 9.10996 4.46737 10.4561 3.13379C6.22128 3.86606 3 7.55597 3 12C3 16.9706 7.02943 21 12 21C16.4443 21 20.1333 17.7781 20.8652 13.543C19.5317 14.8891 17.6833 15.7274 15.6367 15.7275C11.5699 15.7275 8.27246 12.4301 8.27246 8.36328ZM10.2725 8.36328C10.2725 11.3255 12.6745 13.7275 15.6367 13.7275C17.5195 13.7274 19.1764 12.7577 20.1348 11.2861L20.2109 11.1787C20.6082 10.6657 21.2346 10.5079 21.7314 10.5791C22.2845 10.6584 23 11.1033 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C12.8967 1 13.3416 1.71553 13.4209 2.26855C13.4969 2.79843 13.312 3.47574 12.7139 3.86523C11.2423 4.82361 10.2726 6.4805 10.2725 8.36328Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/mute_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M10.375 2.21871C10.6751 1.97871 11.0872 1.93218 11.4336 2.0986C11.7798 2.26513 11.9999 2.61579 12 2.99997V21C12 21.3842 11.7799 21.7348 11.4336 21.9014C11.0871 22.0679 10.6752 22.0213 10.375 21.7812L4.64941 17H2C1.44772 17 1 16.5523 1 16V7.99997C1.00018 7.44783 1.44783 6.99997 2 6.99997H4.64941L10.375 2.21871ZM5.93066 8.53513C5.57099 8.8355 5.11704 8.99998 4.64844 8.99998H3V15H4.64844C5.1169 15 5.57104 15.1646 5.93066 15.4648L10 18.8623V5.13669L5.93066 8.53513ZM20.0713 7.707C20.4618 7.3167 21.0949 7.3166 21.4853 7.707C21.8758 8.09746 21.8757 8.73053 21.4853 9.12107L19.0098 11.5957L21.4853 14.0713C21.8758 14.4618 21.8758 15.0948 21.4853 15.4853C21.0949 15.8758 20.4618 15.8758 20.0713 15.4853L17.5957 13.0097L15.1211 15.4853C14.7306 15.8758 14.0975 15.8758 13.707 15.4853C13.3166 15.0948 13.3166 14.4618 13.707 14.0713L16.1816 11.5957L13.707 9.12107C13.3167 8.73053 13.3166 8.09746 13.707 7.707C14.0975 7.3166 14.7306 7.3167 15.1211 7.707L17.5957 10.1816L20.0713 7.707Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/note_money.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M21 3C22.1046 3 23 3.89543 23 5V18C23 19.1046 22.1046 20 21 20H3C1.89543 20 1 19.1046 1 18V5C1 3.89543 1.89543 3 3 3H21ZM15.207 7.29297C14.8165 6.90244 14.1835 6.90244 13.793 7.29297L12 9.08594L10.207 7.29297C9.81651 6.90244 9.18349 6.90244 8.79297 7.29297C8.40252 7.6835 8.40247 8.31653 8.79297 8.70703L10.0859 10H9C8.44772 10 8 10.4477 8 11C8.00008 11.5522 8.44777 12 9 12H11V13H9C8.44772 13 8 13.4477 8 14C8.00008 14.5522 8.44777 15 9 15H11V16C11.0001 16.5522 11.4478 17 12 17C12.5522 17 12.9999 16.5522 13 16V15H15C15.5522 15 15.9999 14.5522 16 14C16 13.4477 15.5523 13 15 13H13V12H15C15.5522 12 15.9999 11.5522 16 11C16 10.4477 15.5523 10 15 10H13.9141L15.207 8.70703C15.5975 8.31653 15.5975 7.6835 15.207 7.29297Z" fill="black"/>
+</svg>

File diff suppressed because it is too large
+ 1 - 0
packages/semi-icons/src/svgs/paperclip_stroked.svg


+ 3 - 0
packages/semi-icons/src/svgs/phone_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M5.90648 1.5875C6.91618 1.00457 8.20732 1.35026 8.79027 2.35996L11.5676 7.17148C12.1503 8.1811 11.8048 9.47235 10.7952 10.0553L9.25023 10.9469C9.24607 10.9493 9.24363 10.9516 9.24242 10.9527C9.24123 10.9538 9.24018 10.9547 9.23949 10.9557C9.23812 10.9577 9.23715 10.9601 9.23656 10.9625C9.72225 11.5103 10.2275 12.0471 10.7522 12.5719C11.5303 13.35 12.3353 14.0857 13.1633 14.7779C13.1661 14.7774 13.1697 14.7777 13.1721 14.776C13.1731 14.7753 13.174 14.7742 13.175 14.773C13.1762 14.7718 13.1786 14.7692 13.1809 14.7652L14.2561 12.9029C14.839 11.8931 16.1302 11.5466 17.1399 12.1295L21.9504 14.9078C22.9597 15.4909 23.3067 16.7821 22.7239 17.7916L20.5012 21.6402C20.0408 22.4372 19.1408 22.8193 18.2873 22.6607L18.2619 22.6559L18.2375 22.65C14.1135 21.6625 10.1989 19.5606 6.98167 16.3434C4.24395 13.6057 2.31226 10.3638 1.18871 6.91562L1.1848 6.90586L1.18187 6.89609C1.11853 6.68742 1.06172 6.42498 1.02757 6.16855C0.996762 5.93705 0.968309 5.59837 1.0305 5.28769C1.03318 5.27442 1.03862 5.25755 1.0432 5.23886C1.1548 4.66075 1.50555 4.12804 2.05785 3.80918L5.90648 1.5875ZM6.90648 3.31894L3.05785 5.5416C3.02787 5.5589 3.0085 5.58698 3.00316 5.62168L2.99144 5.69101C2.99138 5.69773 2.99319 5.70586 2.99339 5.71543C2.99444 5.76428 2.99985 5.82872 3.00999 5.90488C3.03033 6.0576 3.0644 6.21019 3.09398 6.30918C4.12279 9.45985 5.88933 12.4229 8.39574 14.9293C11.3332 17.8667 14.9012 19.7856 18.6623 20.6939C18.7054 20.6982 18.7478 20.6781 18.7698 20.6402L20.9914 16.7916C21.0221 16.7385 21.0035 16.6699 20.9504 16.6393L16.1399 13.8619C16.0868 13.8313 16.0193 13.8492 15.9885 13.9019L14.9123 15.7652C14.2987 16.8282 12.8601 17.1307 11.884 16.315C11.0093 15.5839 10.1593 14.8081 9.33812 13.9869C8.78422 13.433 8.2514 12.8653 7.73851 12.2867C6.87846 11.3164 7.16767 9.83943 8.25023 9.21445L9.79515 8.32285C9.84816 8.29222 9.86578 8.22461 9.83519 8.17148L7.05785 3.35996C7.0272 3.30704 6.95953 3.28853 6.90648 3.31894Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/prize.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M4 1C3.44772 1 3 1.44772 3 2V7C3 7.31476 3.14819 7.61115 3.4 7.8L7 10.5V11.1011C5.76392 12.3626 5 14.0926 5 16C5 19.866 8.13402 23 12 23C15.866 23 19 19.866 19 16C19 14.0926 18.2361 12.3626 17 11.1011V10.5L20.6 7.8C20.8518 7.61115 21 7.31476 21 7V2C21 1.44772 20.5523 1 20 1H16H8H4ZM7 16C7 14.5195 7.64219 13.1904 8.66641 12.2734C9.55164 11.4811 10.7188 11 12 11C13.2812 11 14.4478 11.4806 15.3331 12.2729C16.3576 13.1899 17 14.5193 17 16C17 18.7614 14.7614 21 12 21C9.23858 21 7 18.7614 7 16ZM9 9.67391C9.90944 9.24194 10.9269 9 12 9C13.0731 9 14.0906 9.24194 15 9.67391V3H9V9.67391ZM15 16C15 17.6569 13.6569 19 12 19C10.3431 19 9 17.6569 9 16C9 14.3431 10.3431 13 12 13C13.6569 13 15 14.3431 15 16Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/real_size.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M21 4C22.1046 4 23 4.89543 23 6V18C23 19.1046 22.1046 20 21 20H3C1.89543 20 1 19.1046 1 18V6C1 4.89543 1.89543 4 3 4H21ZM6 8C5.44772 8 5 8.44772 5 9C5 9.55228 5.44772 10 6 10H7V15C7 15.5523 7.44772 16 8 16C8.55228 16 9 15.5523 9 15V9C9 8.44772 8.55228 8 8 8H6ZM16 8C15.4477 8 15 8.44772 15 9C15 9.55228 15.4477 10 16 10H17V15C17 15.5523 17.4477 16 18 16C18.5523 16 19 15.5523 19 15V9C19 8.44772 18.5523 8 18 8H16ZM12.5 13C11.9477 13 11.5 13.4477 11.5 14C11.5 14.5523 11.9477 15 12.5 15C13.0523 15 13.5 14.5523 13.5 14C13.5 13.4477 13.0523 13 12.5 13ZM12.5 9C11.9477 9 11.5 9.44772 11.5 10C11.5 10.5523 11.9477 11 12.5 11C13.0523 11 13.5 10.5523 13.5 10C13.5 9.44772 13.0523 9 12.5 9Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/safe_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M11.4395 1.08493C11.8133 0.971847 12.2122 0.97186 12.586 1.08493L21.294 3.71872C21.7063 3.84345 21.9919 4.21629 21.9961 4.65036C22.0219 7.29654 21.9631 16.4408 19.9903 19.0117C18.0202 21.5784 13.6265 22.6888 12.3604 22.9629C12.1296 23.0128 11.8955 23.0124 11.6651 22.9609C10.4205 22.6829 6.15083 21.5713 4.0352 19.0117C1.90728 16.4367 1.95881 7.26778 2.01958 4.63766C2.02971 4.20951 2.31396 3.84583 2.72075 3.72262L11.4395 1.08493ZM4.00786 5.42184C3.98943 6.89411 4.00058 9.29671 4.19927 11.6787C4.3179 13.1007 4.49883 14.4652 4.76177 15.5966C5.04053 16.796 5.3546 17.4679 5.5772 17.7373C6.33586 18.6551 7.58944 19.418 8.96001 20.0009C10.2329 20.5423 11.4292 20.8537 12.0196 20.9892C12.6233 20.8549 13.8514 20.5447 15.1358 20.0039C16.5279 19.4177 17.7356 18.6653 18.4043 17.7939C18.6178 17.5157 18.9175 16.8259 19.1885 15.6171C19.444 14.4776 19.6259 13.1076 19.751 11.6836C19.9603 9.3002 19.9971 6.89585 19.9971 5.41598L12.0118 2.99997L4.00786 5.42184ZM15.0313 8.12008C15.5542 7.48737 16.5035 7.44395 17.0811 8.02633C17.5981 8.54775 17.6251 9.3845 17.1436 9.93942L11.7207 16.1884C11.3409 16.6261 10.6735 16.6485 10.2657 16.2373L7.03032 12.9755C6.47958 12.4202 6.47958 11.5192 7.03032 10.9638C7.58097 10.4088 8.47375 10.4089 9.02446 10.9638L11.0196 12.9755L15.0313 8.12008Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/scissors_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M20 18.4997C19.9998 17.6714 19.3283 16.9997 18.5 16.9997C17.6717 16.9997 17.0002 17.6714 17 18.4997C17 18.7403 17.0585 18.9671 17.1592 19.1686L17.1855 19.2165C17.1912 19.2265 17.1949 19.2376 17.2002 19.2477C17.4593 19.6971 17.944 19.9997 18.5 19.9997C19.3284 19.9997 20 19.3281 20 18.4997ZM4 18.4997C4 19.3281 4.67158 19.9997 5.5 19.9997C6.32841 19.9997 7 19.3281 7 18.4997C6.99984 17.6714 6.32832 16.9997 5.5 16.9997C4.67168 16.9997 4.00016 17.6714 4 18.4997ZM22 18.4997C22 20.4327 20.433 21.9997 18.5 21.9997C17.1431 21.9997 15.9675 21.2273 15.3867 20.0983L14.3818 18.3102L12.0264 14.2311L9.61621 18.4079L9.61133 18.4167L8.58398 20.1559C7.99331 21.2537 6.83389 21.9997 5.5 21.9997C3.567 21.9997 2 20.4327 2 18.4997C2.00016 16.5668 3.5671 14.9997 5.5 14.9997C6.7012 14.9997 7.76127 15.605 8.3916 16.527L10.8721 12.2311L5.88184 3.58758C5.60569 3.10929 5.76975 2.49751 6.24805 2.22137C6.72631 1.94541 7.33816 2.10936 7.61426 2.58758L12.0264 10.2311L16.3838 2.68524C16.66 2.20714 17.2718 2.04391 17.75 2.32C18.228 2.59611 18.392 3.20705 18.1162 3.68524L13.1816 12.2311L15.6377 16.485C16.2713 15.5867 17.3172 14.9997 18.5 14.9997C20.4329 14.9997 21.9998 16.5668 22 18.4997Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/share.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M17.5 2C19.433 2 21 3.567 21 5.5C21 7.433 19.433 9 17.5 9C16.5228 9 15.6398 8.59888 15.0049 7.95312L9.87207 11.0625C9.95479 11.3608 10 11.6753 10 12C9.99997 12.2914 9.96265 12.5741 9.89551 12.8447L15.1211 15.9326C15.7455 15.3538 16.5815 15 17.5 15C19.4329 15 20.9999 16.5671 21 18.5C21 20.433 19.433 22 17.5 22C15.567 22 14 20.433 14 18.5C14 18.208 14.0361 17.9245 14.1035 17.6533L8.87793 14.5664C8.25357 15.1451 7.41843 15.5 6.5 15.5C4.56715 15.5 3.00023 13.9328 3 12C3 10.067 4.567 8.5 6.5 8.5C7.38433 8.5 8.19149 8.82819 8.80762 9.36914L14.0664 6.18262C14.0228 5.96184 14 5.73358 14 5.5C14 3.567 15.567 2 17.5 2Z" fill="black"/>
+</svg>

+ 4 - 0
packages/semi-icons/src/svgs/shopping_bag_stroked.svg

@@ -0,0 +1,4 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M18 5C18.5523 5 19 5.44772 19 6C19 9.86599 15.866 13 12 13C8.13401 13 5 9.86599 5 6C5 5.44772 5.44772 5 6 5C6.55228 5 7 5.44772 7 6C7 8.76142 9.23858 11 12 11C14.7614 11 17 8.76142 17 6C17 5.44772 17.4477 5 18 5Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M19 2C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5L4.8457 21.9961C3.26055 21.9158 2 20.6051 2 19V5C2 3.34315 3.34315 2 5 2H19ZM5 4C4.44771 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44771 19.5523 4 19 4H5Z" fill="black"/>
+</svg>

+ 10 - 0
packages/semi-icons/src/svgs/sun_stroked.svg

@@ -0,0 +1,10 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<g clip-path="url(#clip0_2342_331)">
+<path d="M12 20C12.8284 20 13.5 20.6716 13.5 21.5V22.5C13.5 23.3284 12.8284 24 12 24C11.1716 24 10.5 23.3284 10.5 22.5V21.5C10.5 20.6716 11.1716 20 12 20ZM4.22168 17.6572C4.80747 17.0714 5.75699 17.0714 6.34277 17.6572C6.92855 18.243 6.92856 19.1925 6.34277 19.7783L5.63574 20.4854C5.04994 21.071 4.10038 21.0711 3.51465 20.4854C2.92892 19.8996 2.92904 18.9501 3.51465 18.3643L4.22168 17.6572ZM17.6572 17.6572C18.243 17.0714 19.1925 17.0714 19.7783 17.6572L20.4854 18.3643C21.071 18.9501 21.0711 19.8996 20.4854 20.4854C19.8996 21.0711 18.9501 21.071 18.3643 20.4854L17.6572 19.7783C17.0714 19.1925 17.0714 18.243 17.6572 17.6572ZM12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7ZM2.5 10.5C3.32843 10.5 4 11.1716 4 12C4 12.8284 3.32843 13.5 2.5 13.5H1.5C0.671573 13.5 0 12.8284 0 12C0 11.1716 0.671573 10.5 1.5 10.5H2.5ZM22.5 10.5C23.3284 10.5 24 11.1716 24 12C24 12.8284 23.3284 13.5 22.5 13.5H21.5C20.6716 13.5 20 12.8284 20 12C20 11.1716 20.6716 10.5 21.5 10.5H22.5ZM3.51465 3.51465C4.10038 2.92893 5.04994 2.92904 5.63574 3.51465L6.34277 4.22168C6.92856 4.80746 6.92855 5.75699 6.34277 6.34277C5.75699 6.92856 4.80747 6.92856 4.22168 6.34277L3.51465 5.63574C2.92904 5.04994 2.92892 4.10038 3.51465 3.51465ZM18.3643 3.51465C18.9501 2.92904 19.8996 2.92892 20.4854 3.51465C21.0711 4.10037 21.071 5.04994 20.4854 5.63574L19.7783 6.34277C19.1925 6.92856 18.243 6.92856 17.6572 6.34277C17.0714 5.75699 17.0714 4.80747 17.6572 4.22168L18.3643 3.51465ZM12 0C12.8284 0 13.5 0.671573 13.5 1.5V2.5C13.5 3.32843 12.8284 4 12 4C11.1716 4 10.5 3.32843 10.5 2.5V1.5C10.5 0.671573 11.1716 0 12 0Z" fill="black"/>
+</g>
+<defs>
+<clipPath id="clip0_2342_331">
+<rect width="24" height="24" fill="white"/>
+</clipPath>
+</defs>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/test_score.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M19 1C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3C3 1.89543 3.89543 1 5 1H19ZM7 17.5C6.44772 17.5 6 17.9477 6 18.5C6 19.0523 6.44772 19.5 7 19.5H17C17.5523 19.5 18 19.0523 18 18.5C18 17.9477 17.5523 17.5 17 17.5H7ZM7 13.5C6.44772 13.5 6 13.9477 6 14.5C6 15.0523 6.44772 15.5 7 15.5H17C17.5523 15.5 18 15.0523 18 14.5C18 13.9477 17.5523 13.5 17 13.5H7ZM9.25 5C8.96599 5.00006 8.70612 5.161 8.5791 5.41504L6.0791 10.415C5.89421 10.7854 6.04471 11.2357 6.41504 11.4209C6.78547 11.6059 7.2357 11.4554 7.4209 11.085L7.83887 10.25H10.6611L11.0791 11.085C11.2643 11.4554 11.7155 11.6061 12.0859 11.4209C12.4561 11.2356 12.6058 10.7854 12.4209 10.415L9.9209 5.41504C9.79385 5.16095 9.53408 5 9.25 5ZM9.91113 8.75H8.58887L9.25 7.42676L9.91113 8.75Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/ticket_code.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M21 4C22.1046 4 23 4.89543 23 6V9.7998C22.9998 10.2404 22.7109 10.6293 22.2891 10.7568C21.5518 10.9799 21.1816 11.5214 21.1816 12C21.1816 12.4786 21.5518 13.0201 22.2891 13.2432C22.7109 13.3707 22.9998 13.7596 23 14.2002V18C23 19.1046 22.1046 20 21 20H3C1.89543 20 1 19.1046 1 18V14.2002C1.00016 13.7596 1.28913 13.3707 1.71094 13.2432C2.44817 13.0201 2.81836 12.4786 2.81836 12C2.81836 11.5252 2.45414 10.988 1.72852 10.7617C1.30832 10.6434 1.00016 10.2578 1 9.7998V6C1 4.89543 1.89543 4 3 4H21ZM8 9C7.44772 9 7 9.44772 7 10V14C7 14.5523 7.44772 15 8 15C8.55228 15 9 14.5523 9 14V10C9 9.44772 8.55228 9 8 9ZM12 9C11.4477 9 11 9.44772 11 10V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V10C13 9.44772 12.5523 9 12 9ZM16 9C15.4477 9 15 9.44772 15 10V14C15 14.5523 15.4477 15 16 15C16.5523 15 17 14.5523 17 14V10C17 9.44772 16.5523 9 16 9Z" fill="black"/>
+</svg>

+ 5 - 0
packages/semi-icons/src/svgs/user_card_video_stroked.svg

@@ -0,0 +1,5 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M8 11H5V8H8V11Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M14 4C15.1046 4 16 4.89543 16 6V18C16 19.0357 15.2128 19.887 14.2041 19.9893L14 20H3L2.7959 19.9893C1.78722 19.887 1 19.0357 1 18V6C1 4.89543 1.89543 4 3 4H14ZM3 18H14V6H3V18Z" fill="black"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5527 6.72363C22.2176 6.39118 23 6.87478 23 7.61816V16.3818C23 17.1252 22.2176 17.6088 21.5527 17.2764L17.5527 15.2764C17.214 15.107 17 14.7606 17 14.3818V9.61816C17 9.23941 17.214 8.89304 17.5527 8.72363L21.5527 6.72363ZM19 10.2363V13.7637L21 14.7637V9.23633L19 10.2363Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/user_list.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M11.3481 15C11.892 15 12.4264 15.0434 12.9467 15.127C13.1814 15.1648 13.3481 15.3716 13.3481 15.6094V21.5C13.3481 21.7761 13.1243 22 12.8481 22H2.48773C2.15011 22 1.90963 21.6718 2.03265 21.3574C3.48885 17.636 7.11068 15.0002 11.3481 15ZM15.8481 20C16.1243 20 16.3481 20.2239 16.3481 20.5V21.5C16.3481 21.7761 16.1243 22 15.8481 22H14.8481C14.5722 21.9997 14.3481 21.776 14.3481 21.5V20.5C14.3481 20.224 14.5722 20.0003 14.8481 20H15.8481ZM21.5 20C21.7761 20 22 20.2239 22 20.5V21.5C22 21.7761 21.7761 22 21.5 22H17.8481C17.5722 21.9997 17.3481 21.776 17.3481 21.5V20.5C17.3481 20.224 17.5722 20.0003 17.8481 20H21.5ZM15.8481 17C16.1243 17 16.3481 17.2239 16.3481 17.5V18.5C16.3481 18.7761 16.1243 19 15.8481 19H14.8481C14.5722 18.9997 14.3481 18.776 14.3481 18.5V17.5C14.3481 17.224 14.5722 17.0003 14.8481 17H15.8481ZM21.5 17C21.7761 17 22 17.2239 22 17.5V18.5C22 18.7761 21.7761 19 21.5 19H17.8481C17.5722 18.9997 17.3481 18.776 17.3481 18.5V17.5C17.3481 17.224 17.5722 17.0003 17.8481 17H21.5ZM12.3481 2C15.6481 2 18.3481 4.7 18.3481 8C18.3481 11.3 15.6481 14 12.3481 14C9.04832 13.9997 6.34809 11.2998 6.34809 8C6.34809 4.70016 9.04832 2.00026 12.3481 2Z" fill="black"/>
+</svg>

+ 4 - 0
packages/semi-icons/src/svgs/volume_1_stroked.svg

@@ -0,0 +1,4 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M10.375 2.21865C10.6752 1.97865 11.0872 1.93212 11.4336 2.09854C11.7798 2.26507 11.9999 2.61573 12 2.9999V20.9999C12 21.3841 11.7798 21.7347 11.4336 21.9013C11.0871 22.0678 10.6752 22.0212 10.375 21.7812L4.64941 16.9999H2C1.44773 16.9999 1.00002 16.5522 1 15.9999V7.9999C1.00018 7.44776 1.44783 6.9999 2 6.9999H4.64941L10.375 2.21865ZM5.93066 8.53506C5.571 8.83542 5.11703 8.9999 4.64844 8.9999H3V14.9999H4.64844C5.1169 14.9999 5.57104 15.1645 5.93066 15.4647L10 18.8622V5.13662L5.93066 8.53506Z" fill="black"/>
+<path d="M14.168 8.44522C14.4743 7.98578 15.0952 7.86159 15.5547 8.16787C15.585 8.18945 15.6413 8.22834 15.6709 8.25088C15.73 8.29595 15.8077 8.35964 15.8984 8.44033C16.0793 8.6011 16.315 8.83726 16.5498 9.15029C17.0216 9.77944 17.5 10.7346 17.5 11.9999C17.5 13.2652 17.0216 14.2203 16.5498 14.8495C16.315 15.1625 16.0793 15.3987 15.8984 15.5595C15.8077 15.6402 15.7301 15.7039 15.6709 15.7489C15.6413 15.7715 15.5576 15.83 15.5576 15.83C15.0981 16.1363 14.4743 16.0141 14.168 15.5546C13.8634 15.0976 13.9842 14.4808 14.4375 14.1728C14.4604 14.1553 14.5206 14.1095 14.5703 14.0653C14.6706 13.9761 14.8101 13.8371 14.9502 13.6503C15.2283 13.2795 15.5 12.7343 15.5 11.9999C15.5 11.2655 15.2283 10.7203 14.9502 10.3495C14.8101 10.1627 14.6706 10.0236 14.5703 9.93447C14.5206 9.89026 14.4672 9.84837 14.4443 9.83096C13.9852 9.52449 13.8618 8.90457 14.168 8.44522Z" fill="black"/>
+</svg>

+ 4 - 0
packages/semi-icons/src/svgs/volume_2_stroked.svg

@@ -0,0 +1,4 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M10.375 2.21893C10.6752 1.9788 11.0871 1.9323 11.4336 2.09882C11.7799 2.26539 12 2.61588 12 3.00018V21.0002C12 21.3845 11.7799 21.735 11.4336 21.9016C11.0871 22.0681 10.6752 22.0215 10.375 21.7814L4.64941 17.0002H2C1.44772 17.0002 1 16.5525 1 16.0002V8.00018C1 7.4479 1.44772 7.00018 2 7.00018H4.64941L10.375 2.21893ZM5.93072 8.53527C5.57105 8.83564 5.11733 9.00018 4.64873 9.00018H3V15.0002H4.64887C5.11738 15.0002 5.57103 15.1647 5.93067 15.4649L10 18.8625V5.1369L5.93072 8.53527Z" fill="black"/>
+<path d="M20 12C20 9.97233 19.1358 8.44412 18.2412 7.40039C17.7937 6.87829 17.3447 6.48628 17.0107 6.22656C16.8445 6.09729 16.7083 6.00218 16.6172 5.94141C16.5716 5.91103 16.5169 5.87625 16.4961 5.86328C16.0193 5.58497 15.8577 4.97304 16.1357 4.49609C16.414 4.0191 17.0269 3.85761 17.5039 4.13574L17.5732 4.17869C17.611 4.20217 17.6629 4.23487 17.7266 4.27734C17.8541 4.36236 18.0306 4.48618 18.2393 4.64844C18.6553 4.97205 19.2065 5.45522 19.7588 6.09961C20.8642 7.38922 22 9.36099 22 12C22 14.639 20.8642 16.6108 19.7588 17.9004C19.2065 18.5448 18.6553 19.028 18.2393 19.3516C18.0306 19.5138 17.8541 19.6376 17.7266 19.7227C17.6629 19.7651 17.5732 19.8213 17.5732 19.8213L17.5059 19.8633C17.0288 20.1414 16.414 19.9809 16.1357 19.5039C15.8576 19.0269 16.0191 18.414 16.4961 18.1357C16.5169 18.1228 16.6172 18.0586 16.6172 18.0586C16.6172 18.0586 16.8445 17.9027 17.0107 17.7734C17.3447 17.5137 17.7937 17.1217 18.2412 16.5996C19.1358 15.5559 20 14.0277 20 12ZM14.4443 14.168L14.5703 14.0654C14.6706 13.9762 14.81 13.8372 14.9502 13.6504C15.2283 13.2796 15.5 12.7345 15.5 12C15.5 11.2655 15.2283 10.7204 14.9502 10.3496C14.81 10.1628 14.6706 10.0238 14.5703 9.93457C14.5205 9.89031 14.4404 9.8291 14.4404 9.8291C13.9813 9.52264 13.8617 8.90469 14.168 8.44531C14.4743 7.98578 15.0952 7.86162 15.5547 8.16797L15.6709 8.25098C15.7301 8.29606 15.8076 8.3597 15.8984 8.44043C16.0793 8.60122 16.315 8.83731 16.5498 9.15039C17.0216 9.77956 17.5 10.7346 17.5 12C17.5 13.2654 17.0216 14.2204 16.5498 14.8496C16.315 15.1627 16.0793 15.3988 15.8984 15.5596C15.8076 15.6403 15.7301 15.7039 15.6709 15.749L15.5566 15.8311C15.0971 16.1374 14.4743 16.0142 14.168 15.5547C13.8618 15.0954 13.9854 14.4745 14.4443 14.168Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/volume_silent_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M10.375 2.21893C10.6752 1.9788 11.0871 1.9323 11.4336 2.09882C11.7799 2.26539 12 2.61588 12 3.00018V21.0002C12 21.3845 11.7799 21.735 11.4336 21.9016C11.0871 22.0681 10.6752 22.0215 10.375 21.7814L4.64941 17.0002H2C1.44772 17.0002 1 16.5525 1 16.0002V8.00018C1 7.4479 1.44772 7.00018 2 7.00018H4.64941L10.375 2.21893ZM5.93072 8.53527C5.57105 8.83564 5.11733 9.00018 4.64873 9.00018H3V15.0002H4.64887C5.11738 15.0002 5.57103 15.1647 5.93067 15.4649L10 18.8625V5.1369L5.93072 8.53527Z" fill="black"/>
+</svg>

+ 3 - 0
packages/semi-icons/src/svgs/wrench_stroked.svg

@@ -0,0 +1,3 @@
+<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M13.9199 8.45996C13.9199 5.4445 11.4754 3 8.45996 3C8.06322 3.00001 7.67728 3.04312 7.30566 3.12305L9.4375 5.25488C10.1882 6.00575 10.1882 7.22273 9.4375 7.97363L7.97363 9.4375C7.22273 10.1882 6.00575 10.1882 5.25488 9.4375L3.12305 7.30566C3.04312 7.67728 3.00001 8.06322 3 8.45996C3 11.4754 5.4445 13.9199 8.45996 13.9199C9.15743 13.9199 9.82211 13.7894 10.4326 13.5527L11.04 13.3174L18.4746 20.752C18.8049 21.0822 19.3406 21.0822 19.6709 20.752L20.752 19.6709C21.0822 19.3406 21.0822 18.8049 20.752 18.4746L13.3174 11.04L13.5527 10.4326C13.7894 9.82211 13.9199 9.15743 13.9199 8.45996ZM15.9199 8.45996C15.9199 9.17508 15.8186 9.8679 15.6299 10.5244L22.166 17.0605C23.2772 18.1717 23.2779 19.9736 22.167 21.085L21.085 22.167C19.9736 23.2779 18.1717 23.2781 17.0605 22.167L10.5244 15.6299C9.8679 15.8186 9.17508 15.9199 8.45996 15.9199C4.33993 15.9199 1 12.58 1 8.45996C1.00001 7.48379 1.18755 6.54863 1.53027 5.69141L1.61719 5.50977C2.09696 4.65269 3.24398 4.59894 3.87402 5.22852L6.61426 7.96875L7.96875 6.61426L5.22852 3.87402C4.55706 3.20206 4.66278 1.94171 5.69141 1.53027L6.0166 1.40918C6.78317 1.14356 7.60576 1.00001 8.45996 1C12.58 1 15.9199 4.33993 15.9199 8.45996Z" fill="black"/>
+</svg>

Some files were not shown because too many files changed in this diff