2 lines
295 B
JavaScript
2 lines
295 B
JavaScript
const e="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M22%2012h-4l-3%209L9%203l-3%209H2'/%3e%3c/svg%3e";export{e as default};
|