@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 508 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="M21.8408 5.21875C21.9428 5.45884 22 5.72268 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6C2 5.72281 2.05627 5.45875 2.1582 5.21875L11.4697 14.5303C11.7626 14.8232 12.2374 14.8232 12.5303 14.5303L21.8408 5.21875Z"/><path d="M20 4C20.2769 4 20.5405 4.05649 20.7803 4.1582L12 12.9395L3.21875 4.1582C3.45875 4.05627 3.72281 4 4 4H20Z"/></svg>';
export default icon;