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
solid
attributeNPM
npm install svelte-hero-icons
dependency
(important)vite.config.js
, so all icons are bundled into one file -> no import waterfallsexport default {
// other vite config stuff
optimizeDeps: {
include: ['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="w-6 h-6 text-red-500" />
See all icons here: https://github.com/refactoringui/heroicons
This package is based on 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.