@wordpress/block-library
Version:
Block library for the WordPress editor.
51 lines (50 loc) • 1.38 kB
JavaScript
// packages/block-library/src/social-link/icons/index.js
export * from "./amazon";
export * from "./bandcamp";
export * from "./behance";
export * from "./bluesky";
export * from "./chain";
export * from "./codepen";
export * from "./deviantart";
export * from "./discord";
export * from "./dribbble";
export * from "./dropbox";
export * from "./etsy";
export * from "./facebook";
export * from "./feed";
export * from "./fivehundredpx";
export * from "./flickr";
export * from "./foursquare";
export * from "./goodreads";
export * from "./google";
export * from "./github";
export * from "./gravatar";
export * from "./instagram";
export * from "./lastfm";
export * from "./linkedin";
export * from "./mail";
export * from "./mastodon";
export * from "./meetup";
export * from "./medium";
export * from "./patreon";
export * from "./pinterest";
export * from "./pocket";
export * from "./reddit";
export * from "./skype";
export * from "./snapchat";
export * from "./soundcloud";
export * from "./spotify";
export * from "./telegram";
export * from "./threads";
export * from "./tiktok";
export * from "./tumblr";
export * from "./twitch";
export * from "./twitter";
export * from "./vimeo";
export * from "./vk";
export * from "./whatsapp";
export * from "./wordpress";
export * from "./x";
export * from "./yelp";
export * from "./youtube";
//# sourceMappingURL=index.js.map