@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 819 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="M13 2.18494C12.3812 1.82768 11.6188 1.82768 11 2.18494L4 6.22639C3.3812 6.58366 3 7.24391 3 7.95844V16.0413C3 16.7559 3.3812 17.4161 4 17.7734L11 21.8148C11.6188 22.1721 12.3812 22.1721 13 21.8148L20 17.7734C20.6188 17.4161 21 16.7559 21 16.0413V7.95844C21 7.24391 20.6188 6.58366 20 6.22639L13 2.18494ZM15.7803 9.21959C16.0732 9.51249 16.0732 9.98736 15.7803 10.2803L11.2803 14.7803C10.9874 15.0731 10.5126 15.0731 10.2197 14.7803L8.21967 12.7803C7.92678 12.4874 7.92678 12.0125 8.21967 11.7196C8.51256 11.4267 8.98744 11.4267 9.28033 11.7196L10.75 13.1893L14.7197 9.21959C15.0126 8.9267 15.4874 8.9267 15.7803 9.21959Z"/></svg>';
export default icon;