Skip to content

Instantly share code, notes, and snippets.

@zachhardesty7
Last active December 29, 2019 20:23
Show Gist options
  • Save zachhardesty7/3c92f29f2561a03abe42126495dea9db to your computer and use it in GitHub Desktop.
Save zachhardesty7/3c92f29f2561a03abe42126495dea9db to your computer and use it in GitHub Desktop.
<!-- Index.svelte -->
<script>
import { faGithub, faLinkedin } from "@fortawesome/free-brands-svg-icons";
import { Icons } from "../components";
const icons = [
{ data: faGithub },
{ data: faLinkedin },
];
</script>
<Icons inverse class="icon" {icons} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment