@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 617 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="M8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1ZM8 2C6.52315 2 5.17132 2.53405 4.12598 3.41895L7.85352 7.14648L7.91797 7.22461C8.04613 7.41869 8.02438 7.68265 7.85352 7.85352C7.68265 8.02438 7.41869 8.04613 7.22461 7.91797L7.14648 7.85352L3.41895 4.12598C2.53405 5.17132 2 6.52315 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2Z"/></svg>';
export default icon;