Star 11
neobrutalism-components/s11FreeComponent
Neobrutalism Components publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by Neobrutalism Components on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://www.neobrutalism.dev/r/s11.jsonSource
1/**2 * @preview 3 */4export default function Star11({5 color,6 size,7 stroke,8 strokeWidth,9 pathClassName,10 width,11 height,12 ...props13}: React.SVGProps<SVGSVGElement> & {14 color?: string15 size?: number16 stroke?: string17 pathClassName?: string18 strokeWidth?: number19}) {20 return (21 <svg22 xmlns="http://www.w3.org/2000/svg"23 fill="none"24 viewBox="0 0 200 200"25 width={size ?? width}26 height={size ?? height}27 {...props}28 >29 <path30 fill={color ?? "currentColor"}31 stroke={stroke}32 strokeWidth={strokeWidth}33 className={pathClassName}34 d="m100 5 18.05 63.737L182.272 52.5 136.1 100l46.172 47.5-64.222-16.236L100 195l-18.05-63.736L17.728 147.5 63.9 100 17.728 52.5 81.95 68.737z"35 />36 </svg>37 )38}
Files it writes
More from Neobrutalism Components
All 92 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | Neobrutalism Components | Components | Free | 1 dep | |
| Alertalert | Neobrutalism Components | Components | Free | no deps | |
| Alert dialogalert-dialog | Neobrutalism Components | Components | Free | 1 dep | |
| Avataravatar | Neobrutalism Components | Components | Free | 1 dep | |
| Badgebadge | Neobrutalism Components | Components | Free | no deps | |
| Breadcrumbbreadcrumb | Neobrutalism Components | Components | Free | 1 dep | |
| Buttonbutton | Neobrutalism Components | Components | Free | 1 dep | |
| Calendarcalendar | Neobrutalism Components | Components | Free | 2 deps |
