import React from 'react'; export default function ExpandMore(props) { return (
); } ExpandMore.defaultProps = { height: 24, width: 24, viewBox: '0 0 24 24', open: false, };