youtube-music

PreviousNext
Docs
svglcomponent

Preview

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

const YoutubeMusic = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} xmlSpace="preserve" viewBox="0 0 192 192">
    <path fill="none" d="M0 0h192v192H0z" />
    <circle cx="96" cy="96" r="88" fill="red" />
    <path
      fill="#FFF"
      d="M96 50.32c25.19 0 45.68 20.49 45.68 45.68S121.19 141.68 96 141.68 50.32 121.19 50.32 96 70.81 50.32 96 50.32m0-6.4c-28.76 0-52.08 23.32-52.08 52.08 0 28.76 23.32 52.08 52.08 52.08s52.08-23.32 52.08-52.08c0-28.76-23.32-52.08-52.08-52.08z"
    />
    <path fill="#FFF" d="m79 122 45-26-45-26z" />
  </svg>
);

export { YoutubeMusic };

Installation

npx shadcn@latest add @svgl/youtube-music

Usage

import { YoutubeMusic } from "@/components/youtube-music"
<YoutubeMusic />