@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 708 B
JavaScript
const icon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 13.6339L13.2942 10.8659C13.9609 10.481 13.9609 9.51878 13.2942 9.13388L8.5 6.36594C7.83333 5.98103 7 6.46216 7 7.23196L7 12.7679C7 13.5377 7.83333 14.0188 8.5 13.6339ZM8 12.7679L12.7942 9.99991L8 7.23196L8 12.7679Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2 6C2 4.89543 2.89543 4 4 4H16C17.1046 4 18 4.89543 18 6V14C18 15.1046 17.1046 16 16 16H4C2.89543 16 2 15.1046 2 14V6ZM4 5H16C16.5523 5 17 5.44772 17 6V14C17 14.5523 16.5523 15 16 15H4C3.44772 15 3 14.5523 3 14V6C3 5.44772 3.44772 5 4 5Z"/></svg>';
export default icon;