@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 620 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 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15ZM11.8536 5.85355C12.0488 5.65829 12.0488 5.34171 11.8536 5.14645C11.6583 4.95118 11.3417 4.95118 11.1464 5.14645L6.5 9.79289L4.35355 7.64645C4.15829 7.45118 3.84171 7.45118 3.64645 7.64645C3.45118 7.84171 3.45118 8.15829 3.64645 8.35355L6.14645 10.8536C6.34171 11.0488 6.65829 11.0488 6.85355 10.8536L11.8536 5.85355Z"/></svg>';
export default icon;