Skip to content

Commit

Permalink
add colored and monochrome version of ilert icon (#533)
Browse files Browse the repository at this point in the history
Co-authored-by: Panos Christophides <[email protected]>
  • Loading branch information
christophidesp and Panos Christophides authored Oct 9, 2024
1 parent 7256802 commit d361a73
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/icon/assets/integrations/ilert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/components/icon/assets/integrations/ilert_colored.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/icon/iconsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ import integrationDiscord from "./assets/integrations/discord.svg"
import integrationDiscordColored from "./assets/integrations/discord_colored.svg"
import integrationEmail from "./assets/integrations/email.svg"
import integrationEmailColored from "./assets/integrations/email_colored.svg"
import integrationIlert from "./assets/integrations/ilert.svg"
import integrationIlertColored from "./assets/integrations/ilert_colored.svg"
import integrationMattermost from "./assets/integrations/mattermost.svg"
import integrationMattermostColored from "./assets/integrations/mattermost_colored.svg"
import integrationMobileAppColored from "./assets/integrations/mobile_app_colored.svg"
Expand Down Expand Up @@ -526,6 +528,8 @@ export const iconsList = {
integrationDiscordColored,
integrationEmail,
integrationEmailColored,
integrationIlert,
integrationIlertColored,
integrationMattermost,
integrationMattermostColored,
integrationMobileAppColored,
Expand Down

0 comments on commit d361a73

Please sign in to comment.