Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
svelte-hero-icons
Advanced tools
This package won't be updated for the upcoming Heroicons 2.0 release and will stay as a reference to v1.x.
If you want to use v2.0 Icons, check out @steeze-ui/icons which is meant as a successor of svelte-hero-icons and will be be maintained instead:
solid
attributedevDependency
npm i -D svelte-hero-icons
without any configuration
svelte.config.js
:kit: {
vite: {
ssr: {
noExternal: ["svelte-hero-icons"],
},
},
},
<script>
// Only import what you need!
import { Icon, ArrowUp, Filter } from "svelte-hero-icons";
</script>
<!-- use solid attribute to control whether to show solid or outline version of icon -->
<Icon src="{Filter}" solid />
<!-- use size attribute to set icon size (32 -> 32px | 2rem | 100% == default ) -->
<Icon src="{ArrowUp}" size="32" />
<!-- use Windi CSS or tailwindcss classes directly -->
<Icon src="{Filter}" class="h-6 text-red-500 w-6" />
This package is based on heroicons
See all available icons here: https://github.com/refactoringui/heroicons
FAQs
Heroicons for Svelte (Project based on heroicons)
The npm package svelte-hero-icons receives a total of 3,028 weekly downloads. As such, svelte-hero-icons popularity was classified as popular.
We found that svelte-hero-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.