/ src / assets / floating-button.svg
floating-button.svg
1  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 84 62">
2    <rect width="64" height="48" x="18" y="2" fill="#fff" stroke="#999" stroke-width="3" rx="4"/>
3    <rect width="32" height="48" x="2" y="12" fill="#fff" stroke="#999" stroke-width="3" rx="4"/>
4    <path fill="#4169E1" d="M14 52a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm64-42a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/>
5  </svg>