Star 14
neobrutalism-components/s14FreeComponent
Neobrutalism Components publishes no description for this item.
Install it
npx shadcn@latest add https://www.neobrutalism.dev/r/s14.jsonSource
1/**2 * @preview 3 */4export default function Star14({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 10.403 29.319 18.954-24.67.833 31.1 25.65-17.606-8.817 29.834 29.834-8.817-17.605 25.65 31.098.833-24.669 18.954L195 100l-29.319 10.403 24.669 18.954-31.098.833 17.605 25.65-29.834-8.817 8.817 29.834-25.65-17.605-.833 31.098-18.954-24.669L100 195l-10.403-29.319-18.954 24.669-.833-31.098-25.65 17.605 8.817-29.834-29.834 8.817 17.605-25.65-31.098-.833 24.669-18.954L5 100l29.319-10.403-24.67-18.954 31.1-.833-17.606-25.65 29.834 8.817-8.817-29.834 25.65 17.605.833-31.098 18.954 24.669z"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 |
