Lucide Svelte (javascript / icons)

notes:

no notes

Release list
0.561.0
RECENT
0.560.0
RECENT
0.559.0
RECENT
0.558.0
RECENT
0.557.0
RECENT
0.556.0
0.555.0
0.554.0
0.553.0
0.552.0
0.551.0
0.550.0
0.549.0
0.548.0
0.547.0
0.546.0
0.545.0
0.544.0
0.543.0
0.542.0
Release notes:

What's Changed

  • fix(icons): Rename fingerprint icon to fingerprint-pattern by @ericfennis in https://github.com/lucide-icons/lucide/pull/3767
  • feat(docs): added lucide-rails third-party package by @theiereman in https://github.com/lucide-icons/lucide/pull/3769
  • fix(icons): changed ampersand icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3771
  • fix(icons): changed folder-git-2 icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3790
  • fix(icons): update anchor icon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/2523
  • feat(icons): added calendars icon by @jguddas in https://github.com/lucide-icons/lucide/pull/3788

Breaking change

For lucide-react and lucide-solid, imports for Fingerprint icon are changed to FingerprintPattern.

Lucide React

- import { Fingerprint } from "lucide-react";
+ import { FingerprintPattern } from "lucide-react";

Lucide Solid

- import { Fingerprint } from "lucide/solid";
+ import { FingerprintPattern } from "lucide/solid";

// Or

- import Fingerprint from "lucide/solid/icons/fingerprint";
+ import FingerprintPattern from "lucide/solid/icons/fingerprint-pattern";

New Contributors

  • @theiereman made their first contribution in https://github.com/lucide-icons/lucide/pull/3769

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.553.0...0.554.0

Copyright © 2023 - All right reserved by Yadoc SAS