/* Auto-generated, do not edit */ import React from 'react'; interface Props { size?: number | string; width?: number | string; height?: number | string; fill?: string; } function Pointer_sessions_search(props: Props) { const { size = 14, width = size, height = size, fill = '' } = props; return ( ); } export default Pointer_sessions_search;