UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

104 lines (103 loc) 4.54 kB
export { AccountsIcon } from './Accounts'; export { ActivityIcon } from './Activity'; export { AddChartIcon } from './AddChart'; export { AlertOutlineIcon } from './AlertOutline'; export { AppRepoIcon } from './AppRepo'; export { AppsIcon } from './Apps'; export { ArchivesIcon } from './Archives'; export { ArrowDownIcon } from './ArrowDown'; export { ArrowLeftIcon } from './ArrowLeft'; export { ArrowRightIcon } from './ArrowRight'; export { ArrowUpIcon } from './ArrowUp'; export { BarChartIcon } from './BarChart'; export { BillingIcon } from './Billing'; export { BookOpenIcon } from './BookOpen'; export { CalendarMonthIcon } from './CalendarMonth'; export { CheckboxMarkedCircleOutlineIcon } from './CheckboxMarkedCircleOutline'; export { CheckCircleFilledIcon } from './CheckCircleFilled'; export { CheckCircleOutlineIcon } from './CheckCircleOutline'; export { CheckIcon } from './Check'; export { CircumGlobeIcon } from './CircumGlobe'; export { ClockAlertIcon } from './ClockAlert'; export { ClockOutlineIcon } from './ClockOutline'; export { CloseIcon } from './Close'; export { CloudIcon } from './Cloud'; export { CloudLockOutlineIcon } from './CloudLockOutline'; export { ClustersIcon } from './Clusters'; export { CogOutlineIcon } from './CogOutline'; export { ComputeIcon } from './Compute'; export { CopyIcon } from './Copy'; export { CpuIcon } from './Cpu'; export { CpuAltIcon } from './CpuAlt'; export { CubeIcon } from './Cube'; export { DashboardIcon } from './Dashboard'; export { DatabaseIcon } from './Database'; export { DatacenterIcon } from './Datacenter'; export { DeleteIcon } from './Delete'; export { DnsIcon } from './Dns'; export { DocsIcon } from './Docs'; export { DollarSignIcon } from './DollarSign'; export { DownloadIcon } from './Download'; export { EditIcon } from './Edit'; export { EllipsesIcon } from './Ellipses'; export { EnvironmentsIcon } from './Environments'; export { ErrorIcon } from './Error'; export { ErrorOutlineIcon } from './ErrorOutline'; export { ExclamationIcon } from './Exclamation'; export { FirewallIcon } from './Firewall'; export { FirewallAltIcon } from './FirewallAlt'; export { GitIcon } from './Git'; export { GitOpsCatalogIcon } from './GitOpsCatalog'; export { GridViewIcon } from './GridView'; export { HelpIcon } from './Help'; export { HideOutlineIcon } from './HideOutline'; export { Home2Icon } from './Home2'; export { HomeIcon } from './Home'; export { IdIcon } from './Id'; export { InfoCircleIcon } from './InfoCircle'; export { InformationOutlineIcon } from './InformationOutline'; export { InventoryIcon } from './Inventory'; export { InvoiceListIcon } from './InvoiceList'; export { KeyIcon } from './Key'; export { KonstructIcon } from './Konstruct'; export { KubernetesIcon } from './Kubernetes'; export { LoadBalancerIcon } from './LoadBalancer'; export { LoadBalancerAltIcon } from './LoadBalancerAlt'; export { LoaderIcon } from './Loader'; export { LightBulbIcon } from './LightBulb'; export { LockIcon } from './Lock'; export { LogOutIcon } from './LogOut'; export { NetworkIcon } from './Network'; export { NetworkAltIcon } from './NetworkAlt'; export { ObjectStorageIcon } from './ObjectStorage'; export { OrganizationIcon } from './Organization'; export { OrgSettingsIcon } from './OrgSettings'; export { PagesStackIcon } from './PagesStack'; export { PageviewIcon } from './Pageview'; export { PeopleIcon } from './People'; export { PhotoLibraryIcon } from './PhotoLibrary'; export { PipelineIcon } from './Pipeline'; export { PlusIcon } from './Plus'; export { PowerSettingsIcon } from './PowerSettings'; export { PreviewIcon } from './Preview'; export { PrivateRegionIcon } from './PrivateRegion'; export { ProfileIcon } from './Profile'; export { QuotaIcon } from './Quota'; export { ReceiptLongIcon } from './ReceiptLong'; export { RefreshIcon } from './Refresh'; export { ReservedIpIcon } from './ReservedIp'; export { ScatterPlotIcon } from './ScatterPlot'; export { SearchIcon } from './Search'; export { ServerIcon } from './Server'; export { SshKeyIcon } from './SshKey'; export { StartIcon } from './Start'; export { TabNewIcon } from './TabNew'; export { TeamMembersIcon } from './TeamMembers'; export { TeamsIcon } from './Teams'; export { UploadIcon } from './Upload'; export { VolumeIcon } from './Volume'; export { WarningIcon } from './Warning'; export { WarningTriangleIcon } from './WarningTriangle'; export { WebhookIcon } from './Webhook'; export { XIcon } from './X'; export type { IconProps, IconComponent } from './types';