@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 540 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="M7.99512 2.5C8.27126 2.5 8.49512 2.72386 8.49512 3V7.50488H13C13.2761 7.50488 13.4999 7.7288 13.5 8.00488C13.5 8.28103 13.2761 8.50488 13 8.50488H8.49512V13C8.49512 13.2761 8.27126 13.5 7.99512 13.5C7.71897 13.5 7.49512 13.2761 7.49512 13V8.50488H3C2.72391 8.50482 2.5 8.28098 2.5 8.00488C2.50007 7.72884 2.72395 7.50495 3 7.50488H7.49512V3C7.49512 2.72386 7.71897 2.5 7.99512 2.5Z"/></svg>';
export default icon;