@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 633 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 7.54622V16.4538L9.28571 17.1961L16.9999 12.7423L17 11.2577L9.28571 6.80383L8 7.54622ZM9.5 8.6596L15.2857 12L9.5 15.3403V8.6596Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12Z"/></svg>';
export default icon;