Skip to content

Releases: boylett/social-icons-webfont

1.49

20 May 14:28
Compare
Choose a tag to compare

Full Changelog: 1.48...1.49

1.48

15 May 13:25
Compare
Choose a tag to compare

Full Changelog: 1.47...1.48

1.47

23 Mar 20:18
Compare
Choose a tag to compare

Full Changelog: 1.46...1.47

1.46

17 Feb 20:56
Compare
Choose a tag to compare

Full Changelog: 1.45...1.46

1.45

17 Feb 20:52
Compare
Choose a tag to compare

Full Changelog: 1.43...1.45

1.43

06 Oct 20:28
Compare
Choose a tag to compare

1.42

22 Sep 13:37
Compare
Choose a tag to compare

Full Changelog: 1.41.1...1.42

1.41.1

14 Sep 11:47
Compare
Choose a tag to compare

Fixed a bug with the Twitter/X ligatures

Full Changelog: 1.41...1.41.1

1.41

10 Sep 13:03
Compare
Choose a tag to compare

Full Changelog: 1.40.5...1.41

1.40.5

03 Sep 15:10
Compare
Choose a tag to compare
  • Added icons list export

You can now import a list of all icons and their ligatures. Useful for icon selector components and such like.

import { icons } from "social-icons-webfont/icons";

console.log(icons.Twitter); // [ "x", "twitter", "x-twitter", "twitter-x" ]