ahrefs

PreviousNext
Docs
svglcomponent

Preview

Loading preview…
././static/components-generated/ahrefs.tsx
import type { SVGProps } from "react";

const Ahrefs = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} fill="none" viewBox="0 0 128 128">
    <path
      d="m24 8v24h64v16l-26.104 0.456c-35.096 3.256-45.896 11.624-45.896 36.504v6.512c0 19.064 14.328 28.528 32 28.528 7.984 0 16.32-1.56 25.04-5.976l14.96-6.024v12h24v-112zm64 76-18.112 7.472c-6.296 3.488-12.832 5.344-17.92 5.344-6.288 0-11.968-1.136-11.968-8.816v-5.12c0.48-8.136 7.376-11.176 26.256-13.032l21.744-1.848z"
      fill="#f80"
    />
  </svg>
);

export { Ahrefs };

Installation

npx shadcn@latest add @svgl/ahrefs

Usage

import { Ahrefs } from "@/components/ahrefs"
<Ahrefs />