<template>
    <svg viewBox="0 0 20 20" aria-hidden="true">
        <path
            fill="none"
            stroke-linecap="round"
            stroke-linejoin="round"
            d="M10.046 16H1.955a.458.458 0 0 1-.455-.459C1.5 13.056 3.515 11 6 11h.5"/>
        
        <path
            stroke-linecap="round"
            stroke-linejoin="round"
            d="M7.5 15.454C7.5 12.442 9.988 10 13 10s5.5 2.442 5.5 5.454a.545.545 0 0 1-.546.546H8.045a.545.545 0 0 1-.545-.546Z"/>
        
        <path
            fill="none"
            stroke-linecap="round"
            stroke-linejoin="round"
            d="M6.5 4a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z"/>
      
        <path
            stroke-linecap="round"
            stroke-linejoin="round"
            d="M13 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z"/>
    </svg>
</template>