@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 796 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2 6.5V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V6.5C22 5.39543 21.1046 4.5 20 4.5H17.2403C17.0884 4.5 16.9448 4.43096 16.8499 4.31235L15.6005 2.75061C15.2209 2.27618 14.6463 2 14.0388 2H9.96125C9.35368 2 8.77906 2.27618 8.39951 2.75061L7.15012 4.31235C7.05524 4.43096 6.91158 4.5 6.75969 4.5H4C2.89543 4.5 2 5.39543 2 6.5ZM17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z"/></svg>';
export default icon;