Skip to content

Commit

Permalink
feat: add ScheduledEmail and Downgrade icons (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor authored Dec 4, 2024
1 parent 2230b03 commit de041ae
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/icons/src/iconsMetaData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ type Icon = {
export default [
// DO NOT REMOVE THIS FOLLOWING LINE!
// plop_marker:icon_metadata
{
name: "Downgrade",
file: "Downgrade.svg",
description: "Used for downgrading a version",
tags: "Arrow, Down, Version"
},

{
name: "ScheduledEmail",
file: "ScheduledEmail.svg",
description: "Editing scheduled email reports",
tags: "email, time, clock, watch, send, delay, schedule"
},


{
name: "PinFull",
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/src/svg/Downgrade.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/icons/src/svg/ScheduledEmail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de041ae

Please sign in to comment.