import { Icon } from '@aws-amplify/ui-react'; import { SiGithub, SiDiscord, SiW3C, SiReact } from 'react-icons/si'; import { VscServer, VscLibrary, VscBrowser } from 'react-icons/vsc'; import { DiTerminal } from 'react-icons/di'; const vscViewbox = { width: 16, height: 16, }; export const ReactIcon = ({ ariaLabel = '', ...rest }) => ( ); export const W3CIcon = ({ ariaLabel = '', ...rest }) => ( ); export const DiscordIcon = ({ ariaLabel = '', ...rest }) => ( ); export const GithubIcon = ({ ariaLabel = '', ...rest }) => ( ); export const LibraryIcon = ({ ariaLabel = '', ...rest }) => ( ); export const ServerIcon = ({ ariaLabel = '', ...rest }) => ( ); export const CLIIcon = ({ ariaLabel = '', ...rest }) => ( ); export const DesignTokenIcon = ({ ariaLabel = '', ...rest }) => ( ); export const AmplifyIcon = ({ ariaLabel = '', ...rest }) => ( ); export const DataIcon = ({ ariaLabel = '', ...rest }) => ( );