@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 588 B
JavaScript
const icon = '<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 1C4.77614 1 5 1.22386 5 1.5V4H10C11.1046 4 12 4.89543 12 6V11H14.5C14.7761 11 15 11.2239 15 11.5C15 11.7761 14.7761 12 14.5 12H12V14.5C12 14.7761 11.7761 15 11.5 15C11.2239 15 11 14.7761 11 14.5V12H6C4.89543 12 4 11.1046 4 10V5H1.5C1.22386 5 1 4.77614 1 4.5C1 4.22386 1.22386 4 1.5 4H4V1.5C4 1.22386 4.22386 1 4.5 1ZM5 10C5 10.5523 5.44772 11 6 11H11V6C11 5.44772 10.5523 5 10 5H5V10Z"/></svg>';
export default icon;