@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 1.17 kB
JavaScript
const icon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 3C7.23858 3 5 5.23858 5 8V10.5858C5 10.851 4.89464 11.1054 4.70711 11.2929L3.43934 12.5607C3.15804 12.842 3 13.2235 3 13.6213V14.5C3 15.3284 3.67157 16 4.5 16H7.17157C7.18917 16.0498 7.20811 16.0992 7.22836 16.1481C7.37913 16.512 7.6001 16.8427 7.87868 17.1213C8.15726 17.3999 8.48797 17.6209 8.85195 17.7716C9.21593 17.9224 9.60603 18 10 18C10.394 18 10.7841 17.9224 11.1481 17.7716C11.512 17.6209 11.8427 17.3999 12.1213 17.1213C12.3999 16.8427 12.6209 16.512 12.7716 16.1481C12.7919 16.0992 12.8108 16.0498 12.8284 16H15.5C16.3284 16 17 15.3284 17 14.5V13.6213C17 13.2235 16.842 12.842 16.5607 12.5607L15.2929 11.2929C15.1054 11.1054 15 10.851 15 10.5858V8C15 5.23858 12.7614 3 10 3ZM11.7321 16H8.26795C8.35515 16.151 8.46193 16.2904 8.58579 16.4142C8.7715 16.5999 8.99198 16.7472 9.23463 16.8478C9.47728 16.9483 9.73736 17 10 17C10.2626 17 10.5227 16.9483 10.7654 16.8478C11.008 16.7472 11.2285 16.5999 11.4142 16.4142C11.5381 16.2904 11.6448 16.151 11.7321 16Z"/></svg>';
export default icon;