@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 653 B
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="M8.91797 3.08286C9.23315 3.03397 9.55276 3.13859 9.77832 3.36411C10.0039 3.58965 10.1084 3.90928 10.0596 4.22446C10.0205 4.47617 10 4.7353 10 4.99985C10 7.76128 12.2386 9.99985 15 9.99985C15.262 9.99985 15.5205 9.97872 15.7744 9.9393C16.0896 9.89041 16.4092 9.99503 16.6348 10.2206C16.8603 10.4461 16.9649 10.7657 16.916 11.0809C16.3955 14.4335 13.499 16.9999 10 16.9999C6.13401 16.9999 3 13.8658 3 9.99985C3.00005 6.50151 5.5656 3.60376 8.91797 3.08286Z"/></svg>';
export default icon;