Skip to content

Commit

Permalink
Merge pull request #258 from lapras-inc/master
Browse files Browse the repository at this point in the history
feat(fonts/scouty-icon.*, iconmap.ts): add icons for job search page
  • Loading branch information
takeaship authored Feb 29, 2024
2 parents 2188bbf + f9a9f59 commit 746d326
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Binary file modified fonts/scouty-icon.eot
Binary file not shown.
2 changes: 2 additions & 0 deletions fonts/scouty-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/scouty-icon.ttf
Binary file not shown.
Binary file modified fonts/scouty-icon.woff
Binary file not shown.
4 changes: 3 additions & 1 deletion src/components/Icon/iconMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export default {
'pin': '\ue911',
'placemap': '\ue91c',
'plus': '\ue955',
'minus': '\ue97b',
'profile': '\ue912',
'refresh': '\ue90a',
'replymail': '\ue949',
Expand Down Expand Up @@ -123,5 +124,6 @@ export default {
'crown': '\ue96f',
'sparkle': '\ue970',
'activity': '\ue977',
'interest': '\ue978'
'interest': '\ue978',
'remote': '\ue97c',
}

0 comments on commit 746d326

Please sign in to comment.