import * as React from "react"; import { SVGProps } from "react"; const SvgViewParallel = (props: SVGProps) => ( ); export default SvgViewParallel;