Icon

<?xml version="1.0" encoding="utf-8"?>
<svg class='' version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">

</svg>
{{!-- TODO: Make it possible to style line icons different from fill icons --}}
<?xml version="1.0" encoding="utf-8"?>
<svg
	class='{{ class }}'
	version="1.1"
	id="Layer_1"
	xmlns="http://www.w3.org/2000/svg"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	x="0px"
	y="0px"
	width="{{#if width}}{{width}}{{else}}24{{/if}}px"
	height="{{#if height}}{{height}}{{else}}24{{/if}}px"
	viewBox="0 0 {{#if width}}{{width}}{{else}}24{{/if}} {{#if height}}{{height}}{{else}}24{{/if}}"
	enable-background="new 0 0 {{#if width}}{{width}}{{else}}24{{/if}} {{#if height}}{{height}}{{else}}24{{/if}}"
	xml:space="preserve">
{{{icon}}}
</svg>
/* No context defined for this component. */

There are no notes for this item.