import type { SVGProps } from "react";
const Trust = (props: SVGProps<SVGSVGElement>) => (
<svg {...props} viewBox="0 0 444 501" fill="none">
<path
d="M0.710022 72.41L222.16 0.109985V500.63C63.98 433.89 0.710022 305.98 0.710022 233.69V72.41Z"
fill="#0500FF"
/>
<path
d="M443.62 72.41L222.17 0.109985V500.63C380.35 433.89 443.62 305.98 443.62 233.69V72.41Z"
fill="url(#paint0_linear_3_10)"
/>
<defs>
<linearGradient
id="paint0_linear_3_10"
x1="385.26"
y1="-34.78"
x2="216.61"
y2="493.5"
gradientUnits="userSpaceOnUse"
>
<stop offset="0.02" stop-color="#0000FF" />
<stop offset="0.08" stop-color="#0094FF" />
<stop offset="0.16" stop-color="#48FF91" />
<stop offset="0.42" stop-color="#0094FF" />
<stop offset="0.68" stop-color="#0038FF" />
<stop offset="0.9" stop-color="#0500FF" />
</linearGradient>
</defs>
</svg>
);
export { Trust };