import React from 'react'; interface Props extends React.SVGProps { color?: string; size?: number | string; } type Icon = React.FunctionComponent; declare const CornerRightUp: Icon; export default CornerRightUp