@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 619 B
JavaScript
const icon = '<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 2C9.76142 2 12 4.23858 12 7C12 8.20064 11.5764 9.30213 10.8711 10.1641L13.8535 13.1465L13.918 13.2246C14.0461 13.4187 14.0244 13.6827 13.8535 13.8535C13.6827 14.0244 13.4187 14.0461 13.2246 13.918L13.1465 13.8535L10.1641 10.8711C9.30213 11.5764 8.20064 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2ZM7 3C4.79086 3 3 4.79086 3 7C3 9.20914 4.79086 11 7 11C9.20914 11 11 9.20914 11 7C11 4.79086 9.20914 3 7 3Z"/></svg>';
export default icon;