@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 733 B
JavaScript
const icon = '<svg width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M9.25 3.20096C9.7141 2.93301 10.2859 2.93301 10.75 3.20096L17.25 6.95374C18.25 7.53109 18.25 8.97446 17.25 9.55181L17 9.69616V14.5C17 14.7762 16.7761 15 16.5 15C16.2239 15 16 14.7762 16 14.5V10.2735L10.75 13.3046C10.2859 13.5725 9.7141 13.5725 9.25 13.3046L2.75 9.55181C1.75 8.97446 1.75 7.53109 2.75 6.95374L9.25 3.20096Z"/><path d="M15 12.0056V13.4793C15 14.0152 14.7141 14.5104 14.25 14.7783L10.75 16.799C10.2859 17.067 9.7141 17.067 9.25 16.799L5.75 14.7783C5.2859 14.5104 5 14.0152 5 13.4793V12.0056L8.75 14.1706C9.5235 14.6172 10.4765 14.6172 11.25 14.1706L15 12.0056Z"/></svg>';
export default icon;