
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@spark-web/icon
Advanced tools
Spark uses the “outline” variants of the wonderful open-source Heroicons library.
Define the icon size.
<Inline gap="large" alignY="center">
<LightBulbIcon size="xsmall" />
<LightBulbIcon size="small" />
<LightBulbIcon size="medium" />
<LightBulbIcon size="large" />
</Inline>
Define the icon tone.
<Row gap="large" dividers>
<Inline gap="large">
<LightBulbIcon tone="neutral" />
<LightBulbIcon tone="muted" />
</Inline>
<Inline gap="large">
<LightBulbIcon tone="info" />
<LightBulbIcon tone="positive" />
<LightBulbIcon tone="caution" />
<LightBulbIcon tone="critical" />
<LightBulbIcon tone="accent" />
</Inline>
</Row>
To ensure icons have sufficient contrast, when on a dark background the foreground tones “neutral” and “muted” will be inverted.
<Inline gap="large">
<Box background="neutral" padding="small" borderRadius="small">
<LightBulbIcon tone="neutral" />
</Box>
<Box background="neutral" padding="small" borderRadius="small">
<LightBulbIcon tone="muted" />
</Box>
</Inline>
FAQs
--- title: Icon isExperimentalPackage: false ---
The npm package @spark-web/icon receives a total of 841 weekly downloads. As such, @spark-web/icon popularity was classified as not popular.
We found that @spark-web/icon demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.