@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 964 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="M13.3691 3.00977C13.827 3.0552 14.2577 3.25772 14.5859 3.58594L16.4141 5.41406C16.7891 5.78906 16.9999 6.2978 17 6.82812V15L16.9893 15.2041C16.8938 16.1457 16.1457 16.8938 15.2041 16.9893L15 17H5L4.7959 16.9893C3.85435 16.8938 3.1062 16.1457 3.01074 15.2041L3 15V5C3 3.89543 3.89543 3 5 3H13.1719L13.3691 3.00977ZM5 4C4.44772 4 4 4.44772 4 5V15C4 15.5523 4.44772 16 5 16H6V12L6.01074 11.7959C6.113 10.7872 6.96435 10 8 10H12C13.1046 10 14 10.8954 14 12V16H15C15.5523 16 16 15.5523 16 15V6.82812C15.9999 6.56302 15.8945 6.30856 15.707 6.12109L14 4.41406V6C14 7.10457 13.1046 8 12 8H8C6.96435 8 6.113 7.21278 6.01074 6.2041L6 6V4H5ZM8 11C7.44772 11 7 11.4477 7 12V16H13V12C13 11.4477 12.5523 11 12 11H8ZM7 6C7 6.55228 7.44772 7 8 7H12C12.5523 7 13 6.55228 13 6V4H7V6Z"/></svg>';
export default icon;