@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 582 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="M10 17C10.2761 17 10.5 16.7761 10.5 16.5V5.20711L14.1464 8.85355C14.3417 9.04882 14.6583 9.04882 14.8536 8.85355C15.0488 8.65829 15.0488 8.34171 14.8536 8.14645L10.3536 3.64645C10.1583 3.45118 9.84171 3.45118 9.64645 3.64645L5.14645 8.14645C4.95118 8.34171 4.95118 8.65829 5.14645 8.85355C5.34171 9.04882 5.65829 9.04882 5.85355 8.85355L9.5 5.20711V16.5C9.5 16.7761 9.72386 17 10 17Z"/></svg>';
export default icon;