-
Notifications
You must be signed in to change notification settings - Fork 175
Added Timer icon #1283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Added Timer icon #1283
Conversation
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new Timer icon to the Sistent icon collection, addressing issue #1273. The icon is based on Material UI's Timer icon design and follows the established patterns in the codebase.
Changes:
- Added TimerIcon component with Material UI Timer icon SVG path
- Created proper directory structure with index.ts export
- Updated main icons index.ts with alphabetically ordered export
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/icons/Timer/TimerIcon.tsx | New Timer icon component implementation following codebase conventions |
| src/icons/Timer/index.ts | Export file for the Timer icon |
| src/icons/index.ts | Added Timer export in alphabetically correct position |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Rajesh-Nagarajan-11
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use KEPPEL_GREEN_FILL as Default fill
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
Notes for Reviewers
This PR fixes #1273
This PR adds the Timer icon to the Sistent project’s icon collection.
Signed commits