@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 704 B
JavaScript
const icon = '<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 5C8.27614 5 8.5 5.22386 8.5 5.5V9C8.5 9.27614 8.27614 9.5 8 9.5C7.72386 9.5 7.5 9.27614 7.5 9V5.5C7.5 5.22386 7.72386 5 8 5Z"/><path d="M8 12C8.41421 12 8.75 11.6642 8.75 11.25C8.75 10.8358 8.41421 10.5 8 10.5C7.58579 10.5 7.25 10.8358 7.25 11.25C7.25 11.6642 7.58579 12 8 12Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.86604 1.5C8.48114 0.833333 7.51889 0.833334 7.13399 1.5L0.783139 12.5C0.398239 13.1667 0.879365 14 1.64917 14H14.3509C15.1207 14 15.6018 13.1667 15.2169 12.5L8.86604 1.5ZM1.64916 13L8.00002 2L14.3509 13H1.64916Z"/></svg>';
export default icon;