Icon

Basic component to display an icon. It's made so we can add classes to the svg icons and include them in other components.

Default


			
				<div class="c-icon ">
	<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
		<path d="M7.9,24l-3-3l9-9l-9-9l3-3l10.5,10.5c0.4,0.4,0.6,0.9,0.6,1.5c0,0.6-0.2,1.1-0.6,1.5L7.9,24z" />
	</svg>
</div>