@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 808 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M18.7803 8.78033C18.4874 9.07322 18.0126 9.07322 17.7197 8.78033L12.75 3.81066L12.75 20.1893L17.7197 15.2197C18.0126 14.9268 18.4874 14.9268 18.7803 15.2197C19.0732 15.5126 19.0732 15.9874 18.7803 16.2803L12.5303 22.5303C12.2374 22.8232 11.7626 22.8232 11.4697 22.5303L5.21967 16.2803C4.92678 15.9874 4.92678 15.5126 5.21967 15.2197C5.51256 14.9268 5.98744 14.9268 6.28033 15.2197L11.25 20.1893L11.25 3.81066L6.28033 8.78033C5.98744 9.07322 5.51256 9.07322 5.21967 8.78033C4.92678 8.48744 4.92678 8.01256 5.21967 7.71967L11.4697 1.46967C11.7626 1.17678 12.2374 1.17678 12.5303 1.46967L18.7803 7.71967C19.0732 8.01256 19.0732 8.48744 18.7803 8.78033Z"/></svg>';
export default icon;