@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 585 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="M3 10C3 9.72386 3.22386 9.5 3.5 9.5L14.7929 9.5L11.1464 5.85355C10.9512 5.65829 10.9512 5.34171 11.1464 5.14645C11.3417 4.95118 11.6583 4.95118 11.8536 5.14645L16.3536 9.64645C16.5488 9.84171 16.5488 10.1583 16.3536 10.3536L11.8536 14.8536C11.6583 15.0488 11.3417 15.0488 11.1464 14.8536C10.9512 14.6583 10.9512 14.3417 11.1464 14.1464L14.7929 10.5L3.5 10.5C3.22386 10.5 3 10.2761 3 10Z"/></svg>';
export default icon;