@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 507 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M3.75 16C4.16411 16 4.49982 16.3359 4.5 16.75V20.25C4.49987 20.6641 4.16413 21 3.75 21C3.33587 21 3.00013 20.6641 3 20.25V16.75C3.00018 16.3359 3.33589 16 3.75 16Z"/><path d="M9.25 11.667C9.66421 11.667 10 12.0028 10 12.417V20.25C9.99987 20.6641 9.66413 21 9.25 21C8.83587 21 8.50013 20.6641 8.5 20.25V12.417C8.5 12.0028 8.83579 11.667 9.25 11.667Z"/></svg>';
export default icon;