Some checks failed
🚀 Deploy - Demo / deployment (push) Has been cancelled
- 웹훅 URL을 https://admin.youtooplay.com/webhook로 변경 - Nginx 리버스 프록시 설정 파일 추가 - 배포 가이드 업데이트
14 lines
2.2 KiB
JavaScript
14 lines
2.2 KiB
JavaScript
const C=`<svg width="20" height="30" viewBox="0 0 21 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<g id="sneat-logo" clip-path="url(#clip0_694_33374)">
|
|
<path id="Vector" d="M11.481 0.277977C9.55236 0.427569 9.68287 2.51626 10.1884 3.05574C8.75181 4.04179 5.29527 6.41336 2.96143 8.01103C0.941742 9.39361 0.193275 12.8569 0.904026 15.1186C1.59418 17.3148 5.04178 18.9496 6.8757 19.4457C6.8757 19.4457 4.76119 20.6462 2.90111 22.1084C1.04101 23.5707 0.273406 25.4886 1.61558 27.6407C2.95775 29.7929 5.12708 29.6404 6.87279 28.8629C8.6185 28.0854 12.1974 25.4252 14.2962 23.9685C16.0373 22.6513 16.4878 19.7798 15.6864 17.3507C15.0365 15.3807 11.4441 13.5194 9.65588 12.8569C10.3888 12.3307 12.3156 10.9724 14.0013 9.76034C14.5792 11.3868 16.4997 11.2589 17.0854 10.3894C17.8168 8.79369 19.3485 5.16958 20.1209 3.38247C20.4584 2.02199 19.614 1.28531 18.7626 1.1307C17.5424 0.909103 14.4352 0.621872 11.481 0.277977Z" fill="currentColor"/>
|
|
<path id="Vector_2" d="M10.1918 3.05683C9.57251 2.31819 9.70876 0.365576 11.5154 0.276566C12.5028 0.391505 13.5111 0.500682 14.4603 0.603456C16.3511 0.808177 18.0072 0.987486 18.795 1.1363C19.6757 1.30268 20.4586 2.113 20.1198 3.40402C19.8478 4.03339 19.4846 4.87805 19.0994 5.7739C18.3908 7.42186 17.6077 9.2431 17.1807 10.2162C16.7628 11.1687 14.7223 11.5667 13.996 9.76187C12.3103 10.9739 10.4231 12.3293 9.69025 12.8555C9.56589 12.8019 9.33913 12.723 9.05003 12.6223C8.08883 12.2875 6.43862 11.7128 5.57196 11.0351C3.99594 9.57885 4.72767 7.35136 5.29051 6.41965C6.98273 5.26121 8.04251 4.53314 9.04494 3.8445C9.42505 3.58338 9.79687 3.32793 10.1918 3.05683Z" fill="white" fill-opacity="0.2"/>
|
|
<path id="Vector_3" d="M6.87908 19.446C8.21767 19.9046 10.8829 21.0185 11.442 21.764C12.1409 22.6958 12.5571 23.6691 11.1372 26.1651C10.8981 26.3266 10.6751 26.4776 10.466 26.6192C8.57083 27.9024 7.81199 28.4162 6.54501 29.0193C5.43999 29.4532 2.90554 29.9856 1.46912 27.3874C0.0933977 24.899 1.67733 23.0768 2.89847 22.1146L4.92509 20.6487L5.89468 20.0355L6.87908 19.446Z" fill="white" fill-opacity="0.2"/>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="clip0_694_33374">
|
|
<rect width="20" height="29.4545" fill="white" transform="translate(0.5 0.272736)"/>
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|
|
`;export{C as l};
|