@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 393 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="3" width="8.6" height="8.6" fill="#F35325"/><rect x="3" y="12.4" width="8.6" height="8.6" fill="#05A6F0"/><rect x="12.4004" y="12.4" width="8.6" height="8.6" fill="#FFBA08"/><rect x="12.4004" y="3" width="8.6" height="8.6" fill="#81BC06"/></svg>';
export default icon;