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