import { IconProps, Icon } from '@chakra-ui/react'
const featherIconsBaseProps: IconProps = {
fill: 'none',
stroke: 'currentColor',
strokeWidth: '2px',
strokeLinecap: 'round',
strokeLinejoin: 'round',
}
// 99% of these icons are from Feather icons (https://feathericons.com/)
export const SettingsIcon = (props: IconProps) => (
)
export const LogOutIcon = (props: IconProps) => (
)
export const ChevronLeftIcon = (props: IconProps) => (
)
export const PlusIcon = (props: IconProps) => (
)
export const FolderIcon = (props: IconProps) => (
)
export const MoreVerticalIcon = (props: IconProps) => (
)
export const GlobeIcon = (props: IconProps) => (
)
export const ToolIcon = (props: IconProps) => (
)
export const FolderPlusIcon = (props: IconProps) => (
)
export const TextIcon = (props: IconProps) => (
)
export const ImageIcon = (props: IconProps) => (
)
export const CalendarIcon = (props: IconProps) => (
)
export const FlagIcon = (props: IconProps) => (
)
export const BoldIcon = (props: IconProps) => (
)
export const ItalicIcon = (props: IconProps) => (
)
export const UnderlineIcon = (props: IconProps) => (
)
export const LinkIcon = (props: IconProps) => (
)
export const SaveIcon = (props: IconProps) => (
)
export const CheckIcon = (props: IconProps) => (
)
export const ChatIcon = (props: IconProps) => (
)
export const TrashIcon = (props: IconProps) => (
)
export const LayoutIcon = (props: IconProps) => (
)
export const CodeIcon = (props: IconProps) => (
)
export const PencilIcon = (props: IconProps) => (
)
export const EditIcon = (props: IconProps) => (
)
export const UploadIcon = (props: IconProps) => (
)
export const DownloadIcon = (props: IconProps) => (
)
export const NumberIcon = (props: IconProps) => (
)
export const EmailIcon = (props: IconProps) => (
)
export const PhoneIcon = (props: IconProps) => (
)
export const CheckSquareIcon = (props: IconProps) => (
)
export const FilterIcon = (props: IconProps) => (
)
export const UserIcon = (props: IconProps) => (
)
export const ExpandIcon = (props: IconProps) => (
)
export const ExternalLinkIcon = (props: IconProps) => (
)
export const FilmIcon = (props: IconProps) => (
)
export const WebhookIcon = (props: IconProps) => (
)
export const GripIcon = (props: IconProps) => (
)
export const LockedIcon = (props: IconProps) => (
)
export const UnlockedIcon = (props: IconProps) => (
)
export const UndoIcon = (props: IconProps) => (
)
export const RedoIcon = (props: IconProps) => (
)
export const FileIcon = (props: IconProps) => (
)
export const EyeIcon = (props: IconProps) => (
)
export const SendEmailIcon = (props: IconProps) => (
)
export const GithubIcon = (props: IconProps) => (
{'Logo Github'}
)
export const UsersIcon = (props: IconProps) => (
)
export const AlignLeftTextIcon = (props: IconProps) => (
)
export const BoxIcon = (props: IconProps) => (
)
export const HelpCircleIcon = (props: IconProps) => (
)
export const CopyIcon = (props: IconProps) => (
)