Skip to content

Instantly share code, notes, and snippets.

@firthous-dev
Created July 25, 2020 20:43
Show Gist options
  • Select an option

  • Save firthous-dev/c558e46d84ea9ea2cf26c0dc51c174c8 to your computer and use it in GitHub Desktop.

Select an option

Save firthous-dev/c558e46d84ea9ea2cf26c0dc51c174c8 to your computer and use it in GitHub Desktop.
<script>
import Icon from '../svg/Icon.svelte'
import {userIcon} from '../svg/AppIcons'
//declare icon customizable props
const props = {
color : "#4A5568",
fill : true,
size: "1.5em",
d : userIcon
}
</script>
<!-- props using spread operator -->
<Icon {...props}/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment