mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
2 lines
957 B
JavaScript
2 lines
957 B
JavaScript
const e="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20aria-hidden='true'%20role='img'%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%3e%3cg%20fill='none'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%3e%3cpath%20stroke-dasharray='20'%20stroke-dashoffset='20'%20d='M3%203V21'%3e%3canimate%20fill='freeze'%20attributeName='stroke-dashoffset'%20dur='0.3s'%20values='20;0'%3e%3c/animate%3e%3c/path%3e%3cpath%20stroke-dasharray='15'%20stroke-dashoffset='15'%20d='M21%2012H7.5'%3e%3canimate%20fill='freeze'%20attributeName='stroke-dashoffset'%20begin='0.4s'%20dur='0.2s'%20values='15;0'%3e%3c/animate%3e%3c/path%3e%3cpath%20stroke-dasharray='12'%20stroke-dashoffset='12'%20d='M7%2012L14%2019M7%2012L14%205'%3e%3canimate%20fill='freeze'%20attributeName='stroke-dashoffset'%20begin='0.6s'%20dur='0.2s'%20values='12;0'%3e%3c/animate%3e%3c/path%3e%3c/g%3e%3c/svg%3e";export{e as default};
|