NPM package that contains logos for use in Svelte that is generated using https://github.com/gilbarbara/logos . This can be installed using the following command:
$ npm install logos-svelte
The following is a list of all the logos that are available. The search bar can be used to filter. The title above the logo is the name of the Svelte component. The following is the code that is used to import the Github icon:
import { GithubIcon } from 'logos-svelte';