@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
3 lines (2 loc) • 860 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 1C6.34315 1 5 2.34315 5 4V8C5 9.65685 6.34315 11 8 11C9.65685 11 11 9.65685 11 8V4C11 2.34315 9.65685 1 8 1Z"/><path d="M12.5 7.5C12.7761 7.5 13 7.72386 13 8C13 9.32608 12.4732 10.5979 11.5355 11.5355C10.7165 12.3546 9.64245 12.8602 8.5 12.975V14H10.5C10.7761 14 11 14.2239 11 14.5C11 14.7761 10.7761 15 10.5 15H5.5C5.22386 15 5 14.7761 5 14.5C5 14.2239 5.22386 14 5.5 14H7.5V12.975C6.35755 12.8602 5.28355 12.3546 4.46447 11.5355C3.52678 10.5979 3 9.32608 3 8C3 7.72386 3.22386 7.5 3.5 7.5C3.77614 7.5 4 7.72386 4 8C4 9.06087 4.42143 10.0783 5.17157 10.8284C5.92172 11.5786 6.93913 12 8 12C9.06087 12 10.0783 11.5786 10.8284 10.8284C11.5786 10.0783 12 9.06087 12 8C12 7.72386 12.2239 7.5 12.5 7.5Z"/></svg>';
export default icon;