Skip to content

Conversation

@YyumeiZhang
Copy link
Collaborator

@YyumeiZhang YyumeiZhang commented Nov 4, 2025

中文模板 / Chinese Template

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Test Case
  • TypeScript definition update
  • Document improve
  • CI/CD improve
  • Branch sync
  • Other, please describe:

PR description

Fixes #
img_v3_02rn_46102f4d-cdb6-4661-8dd2-8ef1d2b9475g

import { IconEyeClosed, IconRealSize,IconBook,IconShare,IconLeftCircle,
  IconNoteMoney, IconCoinMoney, IconTestScore, IconDownCircle, IconUserList,IconHourglass,IconEdit2, IconTicketCode,
  IconPrize,IconScissorsStroked,IconEyeOpenedStroked,IconEyeClosedSolidStroked,IconEyeClosedStroked,
  IconWrenchStroked,IconHornStroked, IconFlagStroked, IconGlobeStrokeStroked,IconCrownStroked,
  IconMoonStroked, IconSunStroked,IconSafeStroked,IconFolderOpenStroked,IconPaperclipStroked,
  IconClockStroked,IconCalendarClockStroked,IconAlarmStroked,IconMuteStroked,
  IconVolumeSilentStroked,IconVolume1Stroked,IconVolume2Stroked,
  IconCameraStroked,IconMicrophoneStroked,IconMicrophoneOffStroked,
  IconUserCardVideoStroked,IconPhoneStroked,IconFilterStroked,
  IconShoppingBagStroked,IconCartStroked,IconCreditCardStroked,
  IconBriefcaseStroked, IconIdCardStroked,IconGlobeStroked } from '@douyinfe/semi-icons';

export const NewIcon = () => {
  return <div style={{ color: 'black' }}>
    <p>New add solid icon</p>
    <div style={{ display: 'grid', gridTemplateColumns: 'repeat(6, 1fr)', gap: '20px'}}>
      <IconRealSize  style={{fontSize: 30}} />
      <IconBook  style={{fontSize: 30}} />
      <IconShare  style={{fontSize: 30}} />
      <IconLeftCircle  style={{fontSize: 30}} />
      <IconNoteMoney  style={{fontSize: 30}} />
      <IconCoinMoney  style={{fontSize: 30}} />
      <IconTestScore  style={{fontSize: 30}} />
      <IconDownCircle  style={{fontSize: 30}} />
      <IconUserList  style={{fontSize: 30}} />
      <IconHourglass  style={{fontSize: 30}} />
      <IconEdit2  style={{fontSize: 30}} />
      <IconTicketCode  style={{fontSize: 30}} />
      <IconPrize  style={{fontSize: 30}} />
    </div>
    <p>New add stroked icon</p>
    <div style={{marginTop:50, display: 'grid', gridTemplateColumns: 'repeat(5, 1fr)', gap: '20px'}}>
      <IconScissorsStroked  style={{fontSize: 30}} />
      <IconEyeOpenedStroked  style={{fontSize: 30}} />
      <IconEyeClosedSolidStroked  style={{fontSize: 30}} />
      <IconEyeClosedStroked  style={{fontSize: 30}} />
      <IconWrenchStroked  style={{fontSize: 30}} />
      <IconHornStroked  style={{fontSize: 30}} />
      <IconFlagStroked  style={{fontSize: 30}} />
      <IconGlobeStrokeStroked  style={{fontSize: 30}} />
      <IconCrownStroked  style={{fontSize: 30}} />
      <IconMoonStroked  style={{fontSize: 30}} />
      <IconSunStroked  style={{fontSize: 30}} />
      <IconSafeStroked  style={{fontSize: 30}} />
      <IconFolderOpenStroked  style={{fontSize: 30}} />
      <IconPaperclipStroked  style={{fontSize: 30}} />
      <IconClockStroked  style={{fontSize: 30}} />
      <IconCalendarClockStroked  style={{fontSize: 30}} />
      <IconAlarmStroked  style={{fontSize: 30}} />
      <IconMuteStroked  style={{fontSize: 30}} />
      <IconVolumeSilentStroked  style={{fontSize: 30}} />
      <IconVolume1Stroked  style={{fontSize: 30}} />
      <IconVolume2Stroked  style={{fontSize: 30}} />
      <IconCameraStroked  style={{fontSize: 30}} />
      <IconMicrophoneStroked  style={{fontSize: 30}} />
      <IconMicrophoneOffStroked  style={{fontSize: 30}} />
      <IconUserCardVideoStroked  style={{fontSize: 30}} />
      <IconPhoneStroked  style={{fontSize: 30}} />
      <IconFilterStroked  style={{fontSize: 30}} />
      <IconShoppingBagStroked  style={{fontSize: 30}} />
      <IconCartStroked  style={{fontSize: 30}} />
      <IconCreditCardStroked  style={{fontSize: 30}} />
      <IconBriefcaseStroked  style={{fontSize: 30}} />
      <IconIdCardStroked  style={{fontSize: 30}} />
      <IconGlobeStroked  style={{fontSize: 30}} />
    </div>
  </div>
}

Changelog

🇨🇳 Chinese

  • Feat: 新增加 IconRealSize 等 10 个线性图标,IconScissorsStroked 等 33 个面性图标。
  • Style: 修改 IconHourglass 图标,UI 样式有变化

🇺🇸 English

  • Feat: Added 10 filled icons and 33 linear icons
  • Style: Modify IconHourglass icon,UI style has changed

Checklist

  • Test or no need
  • Document or no need
  • Changelog or no need

Other

  • Skip Changelog

Additional information

@YyumeiZhang YyumeiZhang requested a review from YannLynn November 4, 2025 07:16
@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 4, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 4214d49:

Sandbox Source
pr-story Configuration

@cypress
Copy link

cypress bot commented Nov 4, 2025

semi-design    Run #3328

Run Properties:  status check passed Passed #3328  •  git commit 9ec5ceaa98 ℹ️: Merge fa02e822c0aaa197ea61b98aeb0d13d03eb2d50e into d0284f2f7d4eed416278c679d161...
Project semi-design
Branch Review feat-new-icon
Run status status check passed Passed #3328
Run duration 08m 07s
Commit git commit 9ec5ceaa98 ℹ️: Merge fa02e822c0aaa197ea61b98aeb0d13d03eb2d50e into d0284f2f7d4eed416278c679d161...
Committer YyumeiZhang
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 13
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 291
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

@YannLynn YannLynn changed the base branch from main to release November 7, 2025 06:04
@YyumeiZhang YyumeiZhang merged commit ba38458 into release Nov 7, 2025
9 of 10 checks passed
@YyumeiZhang YyumeiZhang deleted the feat-new-icon branch November 7, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants