@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 535 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 4C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6C2 4.89543 2.89543 4 4 4H20ZM12.5303 14.5303C12.2374 14.8232 11.7626 14.8232 11.4697 14.5303L3.5 6.56055V18C3.5 18.2761 3.72386 18.5 4 18.5H20C20.2761 18.5 20.5 18.2761 20.5 18V6.56055L12.5303 14.5303ZM12 12.9395L19.4395 5.5H4.56055L12 12.9395Z"/></svg>';
export default icon;