@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 564 B
JavaScript
const icon = '<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 3.75C4.5 3.33579 4.16421 3 3.75 3C3.33579 3 3 3.33579 3 3.75V20.25C3 20.6642 3.33579 21 3.75 21C4.16421 21 4.5 20.6642 4.5 20.25V3.75Z"/><path d="M6 8C6 6.89543 6.89543 6 8 6H19C20.1046 6 21 6.89543 21 8V9C21 10.1046 20.1046 11 19 11H8C6.89543 11 6 10.1046 6 9V8Z"/><path d="M8 13C6.89543 13 6 13.8954 6 15V16C6 17.1046 6.89543 18 8 18H14C15.1046 18 16 17.1046 16 16V15C16 13.8954 15.1046 13 14 13H8Z"/></svg>';
export default icon;