@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 520 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="M6.5 16.0621L15.5 10.8659C16.1667 10.481 16.1667 9.51879 15.5 9.13389L6.5 3.93774C5.83334 3.55284 5 4.03396 5 4.80377L5 15.1961C5 15.9659 5.83333 16.447 6.5 16.0621ZM16 11.732C17.3333 10.9622 17.3333 9.03767 16 8.26787L7 3.07171C5.66667 2.30191 4 3.26417 4 4.80377L4 15.1961C4 16.7357 5.66667 17.6979 7 16.9281L16 11.732Z"/></svg>';
export default icon;