shadcn-icon
efferd-/shadcn-iconFreeComponent
shadcn/ui icon
Install it
npx shadcn@latest add http://efferd.com/r/shadcn-icon.jsonSource
1export function ShadcnIcon(props: React.ComponentProps<"svg">) {2 return (3 <svg stroke="currentColor" viewBox="0 0 256 256" {...props}>4 <path5 d="M208 128l-80 80M192 40L40 192"6 strokeLinecap="round"7 strokeWidth="25"8 />9 </svg>10 );11}
Files it writes
More from efferd
All 201 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| apple-iconapple-icon | efferd | Components | Free | no deps | |
| auth-dividerauth-divider | efferd | Components | Free | no deps | |
| copy-buttoncopy-button | efferd | Components | Free | no deps | |
| decor-icondecor-icon | efferd | Components | Free | no deps | |
| discord-icondiscord-icon | efferd | Components | Free | no deps | |
| facebook-iconfacebook-icon | efferd | Components | Free | no deps | |
| figma-iconfigma-icon | efferd | Components | Free | no deps | |
| formaterformater | efferd | Components | Free | no deps |
