Skip to content

Commit

Permalink
docs: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Aug 20, 2024
1 parent a2faea4 commit dcde281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/cyan-pillows-invite.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adds JavaScript module, which exports each icon set as a map of icon names to SV
import * as Icons from '@rhds/icons';

document.body.append(Icons.social.get('rss'));
document.body.append(Icons.standard.get('rss'));
document.body.append(Icons.standard.get('api'));
```

**⚠️ WARNING**: The JavaScript module loads *every* available icon. Importing it
Expand Down

0 comments on commit dcde281

Please sign in to comment.