Star 13
neobrutalism-components/s13FreeComponent
Neobrutalism Components publishes no description for this item.
Install it
npx shadcn@latest add https://www.neobrutalism.dev/r/s13.jsonSource
1/**2 * @preview 3 */4export default function Star13({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="M99.006 14.395c.126-1.193 1.862-1.193 1.988 0l7.08 66.88a1 1 0 0 0 1.532.738l56.703-36.164c1.011-.645 2.094.712 1.24 1.555l-47.875 47.233a1 1 0 0 0 .378 1.658l63.628 21.784c1.135.389.749 2.082-.442 1.939l-66.779-7.98a1 1 0 0 0-1.06 1.33l22.64 63.328c.404 1.13-1.161 1.883-1.792.863l-35.397-57.185a1 1 0 0 0-1.7 0l-35.397 57.185c-.631 1.02-2.196.267-1.792-.863l22.64-63.328a1 1 0 0 0-1.06-1.33l-66.779 7.98c-1.19.143-1.577-1.55-.442-1.939l63.628-21.784a1 1 0 0 0 .378-1.657L32.451 47.403c-.854-.842.229-2.2 1.24-1.554l56.703 36.164a1 1 0 0 0 1.532-.738z"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 |
