@starci/heroicons
v0.3.0
Published
Custom-only Heroicons-compatible cuts missing from upstream.
Readme
@starci/heroicons
Heroicons-compatible glyphs for stable StarCi product meanings that the upstream catalogue does not contain. The two public subpaths mirror Heroicons:
import { MindMapIcon } from "@starci/heroicons/24/outline"
import { MindMapIcon as MindMapSolidIcon } from "@starci/heroicons/16/solid"Course navigation cuts include CourseOverviewIcon, CourseContentIcon,
PersonalProjectIcon, FlashcardsIcon, MockInterviewIcon, FoundationsIcon,
PlaygroundIcon, MindMapIcon, CourseLeaderboardIcon, and CourseQaIcon.
Both subpaths export custom StarCi cuts only. Consumers import upstream icons directly from
@heroicons/react; this package never re-exports them. Custom outline cuts use the native
24 × 24, 1.5 round-stroke grammar. Custom
micro cuts use the native 16 × 16 solid grammar. Every glyph inherits currentColor.
The package is a drawing vocabulary, not a product meaning map. Applications still expose semantic
names such as mindMap through their own closed icon leaf.
