@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 594 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="M4 3.5C4 3.22386 3.77614 3 3.5 3C3.22386 3 3 3.22386 3 3.5V8.5C3 9.60457 3.89543 10.5 5 10.5H14.7929L11.1464 14.1464C10.9512 14.3417 10.9512 14.6583 11.1464 14.8536C11.3417 15.0488 11.6583 15.0488 11.8536 14.8536L16.3536 10.3536C16.5488 10.1583 16.5488 9.84171 16.3536 9.64645L11.8536 5.14645C11.6583 4.95118 11.3417 4.95118 11.1464 5.14645C10.9512 5.34171 10.9512 5.65829 11.1464 5.85355L14.7929 9.5H5C4.44772 9.5 4 9.05228 4 8.5V3.5Z"/></svg>';
export default icon;