Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-06 | 778 Bytes | |
Release 4 new icons (v15.5.0) source code.tar.gz | 2025-07-06 | 2.3 MB | |
Release 4 new icons (v15.5.0) source code.zip | 2025-07-06 | 3.3 MB | |
Totals: 3 Items | 5.6 MB | 0 |
API updates
Now the data JSON entry has declarations. We also moved those data JSON related types to the simple-icons.d.ts
. (#13510) (@LitoMore)
:::ts
// Import default only
import icons from 'simple-icons/icons.json' with {type: 'json'};
// Import types only
import type {IconData, Aliases, DuplicateAliases, License, CustomLicense} from 'simple-icons/icons.json';
// Import both
import icons, {
type IconData,
type Aliases,
type DuplicateAliases,
type License,
type CustomLicense
} from 'simple-icons/icons.json' with {type: 'json'};
4 new icons
- Black (#13376) (@jstehn)
- Cardmarket (#13519) (@kokkakoki)
- PAYBACK (#11851) (@DerBraky)
- Rollbar (#13449) (@prem-k-r)