ErrLookup › feathericons/feather

feathericons/feather

Simply beautiful open-source icons · JavaScript · 14 source files

Analyzed at 3dc050d974 on 2026-08-30. 5 documented errors.

Code / MessageTypeSeverityTags
`feather.replace()` only works in a browser environment.
exception error browser-only, dom, ssr, environment
The required `key` (icon name) parameter is missing.
exception error missing-argument, deprecated-api, validation
No icon matching '${name}'. See the complete list of icons a
exception error icon-name, lookup-failure, invalid-argument
feather: '${name}' is not a valid icon
console warning console-warning, icon-name, dom, invalid-attribute
feather.toSvg() is deprecated. Please use feather.icons[name
console warning deprecated-api, console-warning, migration