/* eslint-disable max-lines-per-function */ import * as React from 'react'; import type { SvgProps } from 'react-native-svg'; import Svg, { Circle, Path, Polygon } from 'react-native-svg'; // TODO: should be updated to simple images export const Cover = (props: SvgProps) => ( );