Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
stramel committed Sep 25, 2024
1 parent 885d129 commit 934d200
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/blue-socks-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'astro': minor
---

Add built-in SVG components

SVGs can now be utilized as components for easier inlining, eg:

```astro
---
import Logo from './path/to/svg/file.svg';
---
<Logo size={24} />
```

0 comments on commit 934d200

Please sign in to comment.