@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 534 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.25 19.3613L19.25 12.433C19.5833 12.2406 19.5833 11.7595 19.25 11.567L7.25 4.63882C6.91667 4.44637 6.5 4.68693 6.5 5.07183L6.5 18.9282C6.5 19.3131 6.91667 19.5537 7.25 19.3613ZM20 13.7321C21.3333 12.9623 21.3333 11.0378 20 10.268L8 3.33978C6.66667 2.56998 5 3.53223 5 5.07183L5 18.9282C5 20.4678 6.66667 21.4301 8 20.6603L20 13.7321Z"/></svg>';
export default icon;