import React from 'react'; const Open = ({ fill = '#3E63DD', width = '11', height = '10', className = '', viewBox = '0 0 11 10' }) => ( ); export default Open;