Release 14 new icons and 3 updated icons and 10 removed icons and 3 renamed icons (v12.0.0)
New Icons
- Audiobookshelf (#10605) (@21st-centuryman)
- Awwwards (#10539) (@stefanobartoletti)
- Foundry Virtual Tabletop (#10575) (@adamrusted)
- FusionAuth (#10776) (@service-paradis)
- Homepage (#10452) (@21st-centuryman)
- Hugging Face (#9259) (@PratyushJayachandran)
- Kagi (#10976) (@uncenter)
- n8n (#10909) (@CodeShakingSheep)
- Posit (#10987) (@cwickham)
- React Bootstrap (#10921) (@CodeShakingSheep)
- Sartorius (#10967) (@CodeShakingSheep)
- UiPath (#10773) (@Mvlprem)
- unpkg (#10317) (@service-paradis)
- Zigbee2MQTT (#10212) (@PeterShaggyNoble)
Updated Icons
Removed Icons
- FITE (#10060) (@PeterShaggyNoble)
- Flattr (#10380) (@service-paradis)
- Google Bard (#10453) (@PeterShaggyNoble)
- Integromat (#10152) (@PeterShaggyNoble)
- Niantic (#10979) (@PratyushJayachandran)
- Nintendo Network (#10006) (@adamrusted)
- Rome (#10113) (@PeterShaggyNoble)
- Shotcut (#10043) (@PeterShaggyNoble)
- Skynet (#10504) (@kwypchlo)
- Twitter (#9748) (@adamrusted)
Renamed Icons
Airbrake.iotoAirbrake(#10513) (@PeterShaggyNoble)Amazon Web ServicestoAmazon Web Services(#10391) (@readboy8)RStudiotoRStudio IDE(#10999) (@adamrusted)
SDK Changes
URL_REGEX -> urlRegex()
The exported constant URL_REGEX has been removed. Please use the function urlRegex() instead:
import {urlRegex} from 'simple-icons/sdk';
const regex = await urlRegex();For more details, please see: #10276 (@mondeja)
getThirdPartyExtensions() -> getThirdPartyExtensions() and getThirdPartyLibraries()
The function getThirdPartyExtensions() has been splitted in two functions getThirdPartyExtensions() and getThirdPartyLibraries().
For more details, please see: #10977 (@adamrusted)