Skip to content

Commit

Permalink
Release v11
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-herkamp committed Jan 7, 2024
1 parent 903be06 commit ef95a2f
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 @@ -11,14 +11,14 @@ npm install vue3-simple-icons
## Usage

```js
import { ApachemavenIcon, NpmIcon } from 'vue3-simple-icons'
import { ApacheMavenIcon, NpmIcon } from 'vue3-simple-icons'
```

See all icons and usage here: https://vue3-simple-icons.wyatt-herkamp.dev/


```html
<ApachemavenIcon style="fill: white"/>
<ApacheMavenIcon style="fill: white"/>
```

You can also set a `px` size directly by passing an integer
Expand Down

0 comments on commit ef95a2f

Please sign in to comment.