@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 735 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="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM16 9.5C16 11.7091 14.2091 13.5 12 13.5C9.79086 13.5 8 11.7091 8 9.5C8 7.29086 9.79086 5.5 12 5.5C14.2091 5.5 16 7.29086 16 9.5ZM18.3635 17.6356C16.8063 19.3926 14.5326 20.5 12.0002 20.5C9.46775 20.5 7.19393 19.3925 5.63672 17.6354C6.43856 16.8337 7.38521 16.1902 8.42721 15.7395C9.54274 15.2571 10.7444 15.0055 11.9598 15.0001C13.1752 14.9947 14.3791 15.2355 15.4989 15.708C16.5697 16.1598 17.5424 16.8146 18.3635 17.6356Z"/></svg>';
export default icon;