@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 510 B
JavaScript
const icon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M17.7207 4.98535C17.8967 5.28312 18 5.62907 18 6V14C18 15.1046 17.1046 16 16 16H4C2.89543 16 2 15.1046 2 14V6C2 5.62925 2.10251 5.28303 2.27832 4.98535L9.64648 12.3535C9.84174 12.5488 10.1583 12.5488 10.3535 12.3535L17.7207 4.98535Z"/><path d="M16 4C16.3704 4 16.7162 4.10278 17.0137 4.27832L10 11.293L2.98535 4.27832C3.28303 4.10251 3.62925 4 4 4H16Z"/></svg>';
export default icon;