<script lang="ts">
	export let classNames = "";
</script>

<svg
	xmlns="http://www.w3.org/2000/svg"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	aria-hidden="true"
	focusable="false"
	role="img"
	class={classNames}
	width="1em"
	height="1em"
	preserveAspectRatio="xMidYMid meet"
	viewBox="0 0 24 24"
>
	<path d="M11 15H6l7-14v8h5l-7 14v-8z" fill="currentColor" />
</svg>