socketio

PreviousNext
Docs
svglcomponent

Preview

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

const SocketioIconLight = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} fill="#010101" viewBox="0 0 64 64">
    <path d="M63.988 31.295c-.174-10.7-6.14-21.118-15.37-26.604C41.346.162 32.16-1.057 23.886 1.033 11.433 4.168 1.505 15.446.243 28.3c-1.568 12.14 4.572 24.766 15.065 30.992 10.276 6.444 24.253 6.183 34.3-.6 9.057-5.878 14.674-16.6 14.37-27.388zM33.77 59.25c-14.543 1.437-28.607-10.885-29-25.472-1.1-11.843 6.705-23.556 17.852-27.475C38.254.033 57.456 11.615 59.067 28.38c2.526 15.064-10.014 30.4-25.297 30.87zM24.2 30.38l21.03-17.2-11.364 17.243c-3.222 0-6.444 0-9.666-.044zm5.913 3.18 9.666.044-21.03 17.243L30.113 33.56z" />
  </svg>
);

export { SocketioIconLight };

Installation

npx shadcn@latest add @svgl/socketio

Usage

import { Socketio } from "@/components/socketio"
<Socketio />