Skip to content

Commit

Permalink
feat(core): Bump [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Feb 19, 2025
1 parent 68e21e3 commit 0179332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# svelte-simple-icons

This package provides the [Simple Icons 13.21.0](https://github.com/simple-icons/simple-icons/releases/tag/13.21.0) packaged as a set of [Svelte](https://svelte.dev/) components.
This package provides the [Simple Icons 14.7.0](https://github.com/simple-icons/simple-icons/releases/tag/14.7.0) packaged as a set of [Svelte](https://svelte.dev/) components.

<a href="https://www.npmjs.com/package/@icons-pack/svelte-simple-icons" target="_blank">
<img src="https://img.shields.io/npm/v/@icons-pack/svelte-simple-icons?color=CB061D&style=flat-square" alt="www.npmjs.com!" />
Expand Down Expand Up @@ -104,7 +104,7 @@ helper type `SiComponentType` type definition.
<button on:click={click}>
<svelte:component
this={icon}
title={text} <!-- optional, along with size and color properties -->
title={text} <!-- optional, along with size and color properties -->
/>
{text}
</button>
Expand Down

0 comments on commit 0179332

Please sign in to comment.