Skip to content

Release 14 new icons and 3 updated icons and 10 removed icons and 3 renamed icons (v12.0.0)

Compare
Choose a tag to compare
@simple-icons simple-icons released this 26 May 10:38
· 109 commits to develop since this release

New Icons

Updated Icons

Removed Icons

Renamed Icons

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)