@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 954 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="M17.5 4C14.2589 4 11.317 5.89436 9.9758 8.84493L9.11383 10.7413C7.93494 13.3348 5.34893 15 2.5 15C2.22386 15 2 15.2239 2 15.5C2 15.7761 2.22386 16 2.5 16C5.74107 16 8.68303 14.1056 10.0242 11.1551L10.8862 9.25873C12.0651 6.66516 14.6511 5 17.5 5C17.7761 5 18 4.77614 18 4.5C18 4.22386 17.7761 4 17.5 4Z"/><path d="M2.5 4C2.22386 4 2 4.22386 2 4.5C2 4.77614 2.22386 5 2.5 5C4.88065 5 7.07791 6.16279 8.42373 8.05858C8.58358 8.28375 8.8957 8.3367 9.12087 8.17685C9.34604 8.017 9.399 7.70488 9.23915 7.47971C7.7081 5.32301 5.20861 4 2.5 4Z"/><path d="M11.5763 11.9414C11.4164 11.7162 11.1043 11.6633 10.8791 11.8231C10.654 11.983 10.601 12.2951 10.7609 12.5203C12.2919 14.677 14.7914 16 17.5 16C17.7761 16 18 15.7761 18 15.5C18 15.2239 17.7761 15 17.5 15C15.1194 15 12.9221 13.8372 11.5763 11.9414Z"/></svg>';
export default icon;