@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 1.93 kB
JavaScript
const icon = '<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M7.99902 12.5C8.27516 12.5 8.49901 12.7239 8.49902 13V14.5C8.49902 14.7761 8.27517 15 7.99902 15C7.72295 14.9999 7.49902 14.7761 7.49902 14.5V13C7.49904 12.7239 7.72296 12.5001 7.99902 12.5Z"/><path d="M4.11035 11.1816C4.30551 10.9865 4.62211 10.9867 4.81738 11.1816C5.01263 11.3769 5.01259 11.6934 4.81738 11.8887L3.75684 12.9502C3.5616 13.1451 3.24497 13.1452 3.0498 12.9502C2.85454 12.7549 2.85454 12.4374 3.0498 12.2422L4.11035 11.1816Z"/><path d="M11.1816 11.1816C11.3769 10.9867 11.6935 10.9866 11.8887 11.1816L12.9492 12.2422C13.1445 12.4374 13.1445 12.7549 12.9492 12.9502C12.754 13.1452 12.4374 13.1452 12.2422 12.9502L11.1816 11.8887C10.9865 11.6934 10.9864 11.3769 11.1816 11.1816Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 5C9.48647 5 10.7199 6.08118 10.958 7.5H14.5C14.7761 7.5 15 7.72386 15 8C15 8.27614 14.7761 8.5 14.5 8.5H10.958C10.7199 9.91882 9.48647 11 8 11C6.51353 11 5.28007 9.91882 5.04199 8.5H1.5C1.22386 8.5 1 8.27614 1 8C1 7.72386 1.22386 7.5 1.5 7.5H5.04199C5.28007 6.08118 6.51353 5 8 5ZM8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6Z"/><path d="M3.0498 3.05078C3.24507 2.85552 3.56157 2.85552 3.75684 3.05078L4.81738 4.11133C5.01264 4.30659 5.01264 4.6231 4.81738 4.81836C4.62209 5.01326 4.30549 5.0135 4.11035 4.81836L3.0498 3.75781C2.85466 3.56267 2.85491 3.24607 3.0498 3.05078Z"/><path d="M12.2422 3.0498C12.4374 2.85481 12.754 2.85492 12.9492 3.0498C13.1445 3.24507 13.1445 3.56255 12.9492 3.75781L11.8887 4.81836C11.6934 5.01336 11.3768 5.01338 11.1816 4.81836C10.9864 4.62317 10.9866 4.30661 11.1816 4.11133L12.2422 3.0498Z"/><path d="M8 1C8.27614 1 8.5 1.22386 8.5 1.5V3C8.5 3.27614 8.27614 3.5 8 3.5C7.72386 3.5 7.5 3.27614 7.5 3V1.5C7.5 1.22386 7.72386 1 8 1Z"/></svg>';
export default icon;