import { createIcon } from '../lib/create-icon' const SvgMarkAsReadIcon = createIcon(props => { return ( ) }) export default SvgMarkAsReadIcon