UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

131 lines (130 loc) 7.17 kB
export { default as AnnotateIcon } from './Annotate'; export { default as ArrowDownIcon } from './ArrowDown'; export { default as ArrowLeftIcon } from './ArrowLeft'; export { default as ArrowRightIcon } from './ArrowRight'; export { default as ArrowUpIcon } from './ArrowUp'; export { default as BellIcon } from './Bell'; export { default as BellFilledIcon } from './BellFilled'; export { default as BookmarkIcon } from './Bookmark'; export { default as BookmarkFilledIcon } from './BookmarkFilled'; export { default as CancelIcon } from './Cancel'; export { default as CaretDownIcon } from './CaretDown'; export { default as CaretLeftIcon } from './CaretLeft'; export { default as CaretRightIcon } from './CaretRight'; export { default as CaretUpIcon } from './CaretUp'; export { default as CautionIcon } from './Caution'; export { default as CautionFilledIcon } from './CautionFilled'; export { default as CcStdIcon } from './CcStd'; export { default as CcStdFilledIcon } from './CcStdFilled'; export { default as CcZeroIcon } from './CcZero'; export { default as CcZeroFilledIcon } from './CcZeroFilled'; export { default as CheckIcon } from './Check'; export { default as CheckAllIcon } from './CheckAll'; export { default as CheckboxIcon } from './Checkbox'; export { default as CheckboxCheckedIcon } from './CheckboxChecked'; export { default as CheckboxCheckedFilledIcon } from './CheckboxCheckedFilled'; export { default as ClockIcon } from './Clock'; export { default as ClockFilledIcon } from './ClockFilled'; export { default as CodeIcon } from './Code'; export { default as CollapseIcon } from './Collapse'; export { default as ContrastIcon } from './Contrast'; export { default as CopyIcon } from './Copy'; export { default as CopyFilledIcon } from './CopyFilled'; export { default as DottedCircleIcon } from './DottedCircle'; export { default as DownloadIcon } from './Download'; export { default as EditIcon } from './Edit'; export { default as EditorLatexIcon } from './EditorLatex'; export { default as EditorQuoteIcon } from './EditorQuote'; export { default as EditorTextBoldIcon } from './EditorTextBold'; export { default as EditorTextItalicIcon } from './EditorTextItalic'; export { default as EllipsisIcon } from './Ellipsis'; export { default as EllipsisVerticalIcon } from './EllipsisVertical'; export { default as EmailIcon } from './Email'; export { default as EmailFilledIcon } from './EmailFilled'; export { default as ExpandIcon } from './Expand'; export { default as ExternalIcon } from './External'; export { default as FileCodeIcon } from './FileCode'; export { default as FileCodeFilledIcon } from './FileCodeFilled'; export { default as FileGenericIcon } from './FileGeneric'; export { default as FileGenericFilledIcon } from './FileGenericFilled'; export { default as FileImageIcon } from './FileImage'; export { default as FileImageFilledIcon } from './FileImageFilled'; export { default as FilePdfIcon } from './FilePdf'; export { default as FilePdfFilledIcon } from './FilePdfFilled'; export { default as FilterIcon } from './Filter'; export { default as FilterClearIcon } from './FilterClear'; export { default as FlagIcon } from './Flag'; export { default as FlagFilledIcon } from './FlagFilled'; export { default as FlashcardIcon } from './Flashcard'; export { default as FolderIcon } from './Folder'; export { default as FolderFilledIcon } from './FolderFilled'; export { default as FolderOpenIcon } from './FolderOpen'; export { default as FolderOpenFilledIcon } from './FolderOpenFilled'; export { default as GlobeIcon } from './Globe'; export { default as GlobeLockIcon } from './GlobeLock'; export { default as GoogleDriveIcon } from './GoogleDrive'; export { default as GraphIcon } from './Graph'; export { default as GridIcon } from './Grid'; export { default as GroupsIcon } from './Groups'; export { default as GroupsFilledIcon } from './GroupsFilled'; export { default as HelpIcon } from './Help'; export { default as HideIcon } from './Hide'; export { default as HideFilledIcon } from './HideFilled'; export { default as HighlightIcon } from './Highlight'; export { default as ImageIcon } from './Image'; export { default as ImageFilledIcon } from './ImageFilled'; export { default as InfoIcon } from './Info'; export { default as LeaveIcon } from './Leave'; export { default as LeaveFilledIcon } from './LeaveFilled'; export { default as LinkIcon } from './Link'; export { default as ListIcon } from './List'; export { default as ListOrderedIcon } from './ListOrdered'; export { default as ListUnorderedIcon } from './ListUnordered'; export { default as LockIcon } from './Lock'; export { default as LockFilledIcon } from './LockFilled'; export { default as LogoIcon } from './Logo'; export { default as LogoutIcon } from './Logout'; export { default as MentionIcon } from './Mention'; export { default as MenuCollapseIcon } from './MenuCollapse'; export { default as MenuExpandIcon } from './MenuExpand'; export { default as MinusIcon } from './Minus'; export { default as NoteIcon } from './Note'; export { default as NoteFilledIcon } from './NoteFilled'; export { default as OneDriveIcon } from './OneDrive'; export { default as OrderableIcon } from './Orderable'; export { default as PauseIcon } from './Pause'; export { default as PendingIcon } from './Pending'; export { default as PinIcon } from './Pin'; export { default as PinFilledIcon } from './PinFilled'; export { default as PlusIcon } from './Plus'; export { default as PointerDownIcon } from './PointerDown'; export { default as PointerUpIcon } from './PointerUp'; export { default as PreviewIcon } from './Preview'; export { default as PreviewFilledIcon } from './PreviewFilled'; export { default as ProfileIcon } from './Profile'; export { default as ProfileFilledIcon } from './ProfileFilled'; export { default as RadioIcon } from './Radio'; export { default as RadioCheckedIcon } from './RadioChecked'; export { default as RedoIcon } from './Redo'; export { default as RefreshIcon } from './Refresh'; export { default as ReplyIcon } from './Reply'; export { default as RestrictedIcon } from './Restricted'; export { default as SchoolIcon } from './School'; export { default as SchoolFilledIcon } from './SchoolFilled'; export { default as SearchIcon } from './Search'; export { default as SelectionIcon } from './Selection'; export { default as SettingsIcon } from './Settings'; export { default as ShareIcon } from './Share'; export { default as ShowIcon } from './Show'; export { default as ShowFilledIcon } from './ShowFilled'; export { default as SocialFacebookIcon } from './SocialFacebook'; export { default as SocialTwitterIcon } from './SocialTwitter'; export { default as SortIcon } from './Sort'; export { default as SpinnerCircleIcon } from './SpinnerCircle'; export { default as SpinnerSpokesIcon } from './SpinnerSpokes'; export { default as TagIcon } from './Tag'; export { default as TagFilledIcon } from './TagFilled'; export { default as ThemeIcon } from './Theme'; export { default as TrashIcon } from './Trash'; export { default as TrashFilledIcon } from './TrashFilled'; export { default as VitalSourceIcon } from './VitalSource';