All files / app/components/Icons index.ts

76.03% Statements 92/121
100% Branches 0/0
100% Functions 0/0
95.31% Lines 61/64

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71    39x 39x 39x 39x 39x   39x 39x 240x 58x 39x 63x 39x 96x 42x 39x   145x 48x 39x 41x 39x 39x 39x 39x 39x 39x 39x 39x 39x 103x 39x 39x 39x 449x 39x 39x 39x 39x 39x 39x 39x 39x 39x       39x 39x 39x 174x 39x 39x 39x 39x 39x 39x 39x 197x 39x 39x 39x 39x 39x 39x   39x    
/* eslint-disable simple-import-sort/exports */
// Please keep alphabetical order :)
export { default as AccountSecurityIcon } from "@material-ui/icons/VerifiedUser";
export { default as AccountSettingsIcon } from "@material-ui/icons/SettingsApplications";
export { default as CommunityIcon } from "./CommunityIcon";
export { default as EventIcon } from "./EventIcon";
export { default as NotificationNewIcon } from "./NotificationNewIcon";
 
export { default as AddIcon } from "@material-ui/icons/AddOutlined";
export { default as AttendeesIcon } from "@material-ui/icons/AccountCircleOutlined";
export { default as BackIcon } from "@material-ui/icons/ArrowBackOutlined";
export { default as BugIcon } from "@material-ui/icons/BugReportOutlined";
export { default as CakeIcon } from "@material-ui/icons/CakeOutlined";
export { default as CalendarIcon } from "@material-ui/icons/EventOutlined";
export { default as ChatBubbleIcon } from "@material-ui/icons/ChatBubble";
export { default as CheckCircleIcon } from "@material-ui/icons/CheckCircle";
export { default as CheckIcon } from "@material-ui/icons/CheckOutlined";
export { default as ClockIcon } from "@material-ui/icons/ScheduleOutlined";
export {
  default as CloseIcon,
  default as CrossIcon,
} from "@material-ui/icons/CloseOutlined";
export { default as CommunityLeadersIcon } from "@material-ui/icons/SportsSoccerOutlined";
export { default as CouchFilledIcon } from "@material-ui/icons/Weekend";
export { default as CouchIcon } from "@material-ui/icons/HotelOutlined";
export { default as DissatisfiedIcon } from "@material-ui/icons/SentimentDissatisfiedOutlined";
export { default as DoneAllIcon } from "@material-ui/icons/DoneAllOutlined";
export { default as DoneIcon } from "@material-ui/icons/DoneOutlined";
export { default as EditIcon } from "@material-ui/icons/EditOutlined";
export { default as EmailIcon } from "@material-ui/icons/EmailOutlined";
export { default as ErrorIcon } from "@material-ui/icons/Error";
export { default as ExpandLessIcon } from "@material-ui/icons/ExpandLessOutlined";
export { default as ExpandMoreIcon } from "@material-ui/icons/ExpandMoreOutlined";
export { default as ExtremelyDissatisfiedIcon } from "@material-ui/icons/SentimentVeryDissatisfiedOutlined";
export { default as ExtremelySatisfiedIcon } from "@material-ui/icons/SentimentVerySatisfiedOutlined";
export { default as FilterIcon } from "@material-ui/icons/FilterListOutlined";
export { default as FlagIcon } from "@material-ui/icons/Flag";
export { default as GithubIcon } from "@material-ui/icons/GitHub";
export { default as GlobeIcon } from "@material-ui/icons/Language";
export { default as HelpIcon } from "@material-ui/icons/Help";
export { default as InfoIcon } from "@material-ui/icons/InfoOutlined";
export { default as LanguageIcon } from "@material-ui/icons/LanguageOutlined";
export { default as LinkedInIcon } from "@material-ui/icons/LinkedIn";
export { default as LinkIcon } from "@material-ui/icons/LinkOutlined";
export { default as LocationIcon } from "@material-ui/icons/LocationOnOutlined";
export { default as MenuIcon } from "@material-ui/icons/Menu";
export {
  default as MoreIcon,
  default as QuestionIcon,
} from "@material-ui/icons/MoreHorizOutlined";
export { default as MuteIcon } from "@material-ui/icons/VolumeOffOutlined";
export { default as OpenInNewIcon } from "@material-ui/icons/OpenInNew";
export { default as OverflowMenuIcon } from "@material-ui/icons/MoreVertOutlined";
export { default as PenIcon } from "./PenIcon";
export { default as PeopleIcon } from "@material-ui/icons/PeopleOutlined";
export { default as PersonAddIcon } from "@material-ui/icons/PersonAddOutlined";
export { default as PersonIcon } from "@material-ui/icons/EmojiPeopleOutlined";
export { default as PinIcon } from "@material-ui/icons/LocationOn";
export { default as ReminderIcon } from "@material-ui/icons/Notifications";
export { default as SatisfiedIcon } from "@material-ui/icons/SentimentSatisfiedAltOutlined";
export { default as SearchIcon } from "@material-ui/icons/SearchOutlined";
export { default as SettingsIcon } from "@material-ui/icons/SettingsOutlined";
export { default as SinglePersonIcon } from "@material-ui/icons/Person";
export { default as SlightlyDissatisfiedIcon } from "@material-ui/icons/SentimentDissatisfied";
export { default as SlightlySatisfiedIcon } from "@material-ui/icons/SentimentSatisfied";
export { default as VeryDissatisfiedIcon } from "@material-ui/icons/MoodBadOutlined";
export { default as VerySatisfiedIcon } from "@material-ui/icons/MoodOutlined";
export { default as VerifiedUser } from "@material-ui/icons/VerifiedUser";
export { default as WorkIcon } from "@material-ui/icons/WorkOutlined";
/* eslint-enable simple-import-sort/exports */