Build(deps): Bump lucide-angular from 0.365.0 to 0.377.0 in /angular
Bumps lucide-angular from 0.365.0 to 0.377.0.
Release notes
Sourced from lucide-angular's releases.
New icons 0.377.0
Modified Icons
🔨 Adding Icon component for external libs
Implementation of the
<Icon />
component which makes it easier to create (custom) icons from iconNodes. This will be useful for external packages like@lucide/lab
and more.Example with
lucide-react
import { burger } from '@lucide/lab'; import { Icon } from 'lucide-react'; <Icon iconNode={burger} /> // Renders burger icon
See the docs
New icons 0.375.0
New icons
🎨
grid-2x2-check
(#2084) by@chessurisme
grid-2x2-x
(#2085) by@chessurisme
New icons 0.374.0
Modified Icons
🔨 New icons 0.373.0
Modified Icons
🔨
... (truncated)
Commits
-
09420cb
docs: Fix dark logo paths -
45e82a5
docs: Update readme files (#2102) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts