@@ -9,87 +9,85 @@ import Chart from './chart.svg';
99import Check from './check.svg' ;
1010import Cleaning from './cleaning.svg' ;
1111import Close from './close.svg' ;
12- import ClubFeed from './clubFeed.svg' ;
13- import ClubMember from './clubMember.svg' ;
14- import ClubScore from './clubScore.svg' ;
12+ import Contacts from './contacts.svg' ;
13+ import Cube from './cube.svg' ;
1514import Dots from './dots.svg' ;
16- import DoubleArrow from './doubleArrow.svg' ;
1715import DownLoad from './download.svg' ;
1816import Drag from './drag.svg' ;
1917import Dustpan from './dustpan.svg' ;
2018import Etc from './etc.svg' ;
21- import Faq from './faq .svg' ;
19+ import Feed from './feed .svg' ;
2220import File from './file.svg' ;
23- import HandleApply from './handleApply .svg' ;
21+ import Heart from './heart .svg' ;
2422import Information from './information.svg' ;
25- import JoinActivity from './joinActivity.svg' ;
2623import List from './list.svg' ;
2724import Loading from './loading.svg' ;
2825import Locate from './locate.svg' ;
29- import Manage from './manage.svg' ;
3026import NavbarArrow from './navbar-arrow.svg' ;
3127import New from './new.svg' ;
28+ import OpenBook from './openBook.svg' ;
3229import Peoples from './peoples.svg' ;
3330import Pin from './pin.svg' ;
3431import PlusMinus from './plusminus.svg' ;
32+ import Questionmark from './questionmark.svg' ;
3533import Refresh from './refresh.svg' ;
3634import Repair from './repair.svg' ;
3735import Report from './report.svg' ;
3836import Score from './score.svg' ;
39- import ScoreAdjust from './scoreAdjust.svg' ;
4037import Search from './search.svg' ;
4138import ShortReport from './shortReport.svg' ;
39+ import Skip from './skip.svg' ;
40+ import Star from './star.svg' ;
4241import Trash from './trash.svg' ;
4342import Upload from './upload.svg' ;
4443import Video from './video.svg' ;
4544import Write from './write.svg' ;
4645
4746export const Icons = {
47+ activityReport : ActivityReport ,
4848 add : Add ,
4949 arrowDown : ArrowDown ,
50- arrowUp : ArrowUp ,
5150 arrowLeft : ArrowLeft ,
5251 arrowRight : ArrowRight ,
53- check : Check ,
54- close : Close ,
52+ arrowUp : ArrowUp ,
5553 camera : Camera ,
5654 chart : Chart ,
55+ check : Check ,
56+ cleaning : Cleaning ,
57+ close : Close ,
58+ contacts : Contacts ,
5759 download : DownLoad ,
5860 drag : Drag ,
5961 dots : Dots ,
6062 dustpan : Dustpan ,
61- peoples : Peoples ,
62- plusMinus : PlusMinus ,
63- report : Report ,
64- shortReport : ShortReport ,
6563 etc : Etc ,
64+ feed : Feed ,
6665 file : File ,
66+ heart : Heart ,
67+ information : Information ,
6768 list : List ,
69+ loading : Loading ,
70+ locate : Locate ,
71+ cube : Cube ,
6872 navbarArrow : NavbarArrow ,
6973 new : New ,
74+ openBook : OpenBook ,
75+ peoples : Peoples ,
7076 pin : Pin ,
71- locate : Locate ,
77+ plusMinus : PlusMinus ,
78+ questionmark : Questionmark ,
79+ refresh : Refresh ,
80+ repair : Repair ,
81+ report : Report ,
82+ score : Score ,
7283 search : Search ,
84+ shortReport : ShortReport ,
85+ skip : Skip ,
86+ star : Star ,
7387 trash : Trash ,
74- write : Write ,
75- loading : Loading ,
76- refresh : Refresh ,
7788 upload : Upload ,
78- score : Score ,
7989 video : Video ,
80- information : Information ,
81- faq : Faq ,
82- handleApply : HandleApply ,
83- joinActivity : JoinActivity ,
84- manage : Manage ,
85- activityReport : ActivityReport ,
86- clubFeed : ClubFeed ,
87- clubMember : ClubMember ,
88- clubScore : ClubScore ,
89- doubleArrow : DoubleArrow ,
90- repair : Repair ,
91- cleaning : Cleaning ,
92- ScoreAdjust : ScoreAdjust ,
90+ write : Write ,
9391} ;
9492
9593export type IconName = keyof typeof Icons ;
0 commit comments