Skip to content

Commit

Permalink
Merge pull request #1432 from livechat/HD-4507
Browse files Browse the repository at this point in the history
feat(Icon): add caret up caret down and multiple choice icons
  • Loading branch information
marcin-pasiewicz authored Nov 19, 2024
2 parents 295b93b + b5eeb4a commit 53ba6fb
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/icons/svg/caret_down-filled.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/svg/caret_down.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/svg/caret_up-filled.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/svg/caret_up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions packages/icons/svg/multi_choice-filled.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/svg/multi_choice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export const IconsData: Record<IconName, IconGroup> = {
ArrowsShuffle: IconGroup.Arrows,
ArrowsSort: IconGroup.Arrows,
ArrowsMerge: IconGroup.Arrows,
CaretDown: IconGroup.Arrows,
CaretDownFilled: IconGroup.Arrows,
CaretUp: IconGroup.Arrows,
CaretUpFilled: IconGroup.Arrows,

//FileType
FiletypeExe: IconGroup.FileType,
Expand Down Expand Up @@ -307,6 +311,8 @@ export const IconsData: Record<IconName, IconGroup> = {
MoreHoriz: IconGroup.General,
MoveToFilled: IconGroup.General,
MoveTo: IconGroup.General,
MultiChoiceFilled: IconGroup.General,
MultiChoice: IconGroup.General,
NightModeFilled: IconGroup.General,
NightMode: IconGroup.General,
NoteAddFilled: IconGroup.General,
Expand Down

0 comments on commit 53ba6fb

Please sign in to comment.