@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 1.25 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 7C11.6569 7 13 8.34315 13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7ZM10 8C8.89543 8 8 8.89543 8 10C8 11.1046 8.89543 12 10 12C11.1046 12 12 11.1046 12 10C12 8.89543 11.1046 8 10 8Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4277 4.01172C15.0625 4.06747 15.6684 4.32138 16.084 4.80762C17.2782 6.20488 18 8.01779 18 10C18 11.9822 17.2782 13.7951 16.084 15.1924C15.6684 15.6786 15.0625 15.9325 14.4277 15.9883L14.1553 16H5.84473C5.15965 15.9999 4.48115 15.7784 4.00781 15.293L3.91602 15.1924C2.7218 13.7951 2 11.9822 2 10C2 8.1417 2.63401 6.43195 3.69727 5.07422L3.91602 4.80762C4.39079 4.25214 5.114 4.00008 5.84473 4H14.1553L14.4277 4.01172ZM5.84473 5C5.32621 5.00008 4.91399 5.17832 4.67578 5.45703C3.6303 6.68028 3 8.26516 3 10C3 11.7348 3.6303 13.3197 4.67578 14.543C4.91399 14.8217 5.32621 14.9999 5.84473 15H14.1553C14.6738 14.9999 15.086 14.8217 15.3242 14.543C16.3697 13.3197 17 11.7348 17 10C17 8.26516 16.3697 6.68028 15.3242 5.45703C15.086 5.17832 14.6738 5.00008 14.1553 5H5.84473Z"/></svg>';
export default icon;