@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 607 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 1ZM4.77539 4.08203C4.58131 3.95387 4.31735 3.97562 4.14648 4.14648C3.97562 4.31735 3.95387 4.58131 4.08203 4.77539L4.14648 4.85352L7.14648 7.85352L7.22461 7.91797C7.41869 8.04613 7.68265 8.02438 7.85352 7.85352C8.02438 7.68265 8.04613 7.41869 7.91797 7.22461L7.85352 7.14648L4.85352 4.14648L4.77539 4.08203Z"/></svg>';
export default icon;