@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 706 B
JavaScript
const icon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M9.99995 10C12.2091 10 13.9999 8.20914 13.9999 6C13.9999 3.79086 12.2091 2 9.99995 2C7.79081 2 5.99995 3.79086 5.99995 6C5.99995 8.20914 7.79081 10 9.99995 10Z"/><path d="M16.4671 15.3212C17.0481 16.7238 15.7692 18 14.2511 18H5.74883C4.23066 18 2.95182 16.7238 3.53279 15.3212C3.88458 14.4719 4.40019 13.7003 5.0502 13.0503C5.70021 12.4002 6.47189 11.8846 7.32117 11.5328C8.17044 11.1811 9.0807 11 9.99995 11C10.9192 11 11.8295 11.1811 12.6787 11.5328C13.528 11.8846 14.2997 12.4002 14.9497 13.0503C15.5997 13.7003 16.1153 14.4719 16.4671 15.3212Z"/></svg>';
export default icon;