import type { SVGProps } from "react";
const TensorflowIconLight = (props: SVGProps<SVGSVGElement>) => (
<svg
{...props}
id="Artwork"
xmlnsXlink="http://www.w3.org/1999/xlink"
viewBox="0 0 266.79 269.02"
>
<title>FullColorPrimary Icon</title>
<g>
<rect x="60.08" y="58.47" width="158.31" height="151.72" />
</g>
<g>
<rect x="59" y="58.47" width="158.31" height="151.72" />
</g>
</svg>
);
export { TensorflowIconLight };
npx shadcn@latest add @svgl/tensorflowimport { Tensorflow } from "@/components/tensorflow"<Tensorflow />