tensorflow

PreviousNext
Docs
svglcomponent

Preview

Loading preview…
././static/components-generated/tensorflowIconLight.tsx
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 };

Installation

npx shadcn@latest add @svgl/tensorflow

Usage

import { Tensorflow } from "@/components/tensorflow"
<Tensorflow />