@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 770 B
JavaScript
const icon = '<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.70312 9.67969H7.30469V8.92188H6.70312V5.21484H5.12109L3.73828 8.76172V9.67969H5.59375V11H6.70312V9.67969ZM5.64844 5.98438V8.92969H4.57812L5.64844 5.98438Z"/><path d="M10.6719 11H12.0586L10.4648 7.78516L11.9609 5.21484H10.5938L9.26562 7.84766L10.6719 11Z"/><path d="M8.02344 11H9.23438V5.21484H8.02344V11Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z"/></svg>';
export default icon;