Last active
June 8, 2026 13:06
-
-
Save JonnyBurger/4a3423207770536bc787a72f9cf7bdb9 to your computer and use it in GitHub Desktop.
Remotion cursor previews for issue #8251
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg width="48" height="48" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"> | |
| <g filter="url(#filter0_d_nesw)"> | |
| <path d="M52 12L12 52M52 12H38.5M52 12V25.5M12 52H25.5M12 52V38.5" stroke="white" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/> | |
| <path d="M52 12L12 52M52 12H38.5M52 12V25.5M12 52H25.5M12 52V38.5" stroke="black" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> | |
| </g> | |
| <defs> | |
| <filter id="filter0_d_nesw" x="0" y="0" width="64" height="64" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> | |
| <feFlood flood-opacity="0" result="BackgroundImageFix"/> | |
| <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/> | |
| <feOffset dy="3"/> | |
| <feGaussianBlur stdDeviation="3.75"/> | |
| <feComposite in2="hardAlpha" operator="out"/> | |
| <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.56 0"/> | |
| <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_nesw"/> | |
| <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_nesw" result="shape"/> | |
| </filter> | |
| </defs> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment