Skip to content

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 🎨

New icons 0.374.0

Modified Icons 🔨

New icons 0.373.0

Modified Icons 🔨

... (truncated)

Commits


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

Merge request reports

Loading