import React from "react"; export type SvgProps = {} & React.SVGProps; export const CheckCircleFilled: React.FC = (props) => { return () }