Icon

W

Props

PropTypeDefault/Notes
iconStringDefault: heart; Pass an icon, refer to the icon list or guide
iconTextStringPass a text character to use instead of an icon, ex: iconText="W"
spinningBooleanDefault: false; Spinning icon (infinite animation)

Example usage

<template>
	<Icon icon="heart" />
</template>

<script>
	import { Icon } from 'figma-plugin-ds-vue'

	export default {
		components: {
			Icon
		}
	}
</script>

Icons

Available icons
Use custom icons