@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 687 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="M12 9.5C13.933 9.5 15.5 11.067 15.5 13C15.5 14.933 13.933 16.5 12 16.5C10.067 16.5 8.5 14.933 8.5 13C8.5 11.067 10.067 9.5 12 9.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.70313 3.4453L7 6H4C2.89543 6 2 6.89543 2 8V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V8C22 6.89543 21.1046 6 20 6H17L15.2969 3.4453C15.1114 3.1671 14.7992 3 14.4648 3H9.53518C9.20083 3 8.8886 3.1671 8.70313 3.4453ZM12 8C14.7614 8 17 10.2386 17 13C17 15.7614 14.7614 18 12 18C9.23858 18 7 15.7614 7 13C7 10.2386 9.23858 8 12 8Z"/></svg>';
export default icon;