Skip to content

Commit

Permalink
Make icons publishable to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
nburka committed Feb 21, 2024
1 parent d0c0a4d commit 564bffb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ The project is hosted by the public health not-for-profit [Resolve to Save Lives

### Accessing Icons

Icons are available in several formats and in a few ways:
Icons are available in several formats:

- All icons are produced in "outline", "filled", and "negative" styles
- Each icon is available in SVG and in PNG (48px and 96px)
- Icons can be downloaded individually via [our website](https://healthicons.org), downloaded together in [a ZIP file](https://healthicons.org/icons.zip), or accessed under the [public/icons](https://github.com/resolvetosavelives/healthicons/tree/main/public/icons) folder in this GitHub project.


Icons can be downloaded in a few ways:

- Individually from [our website](https://healthicons.org)
- Together as [a ZIP file](https://healthicons.org/icons.zip)
- Via [NPM](https://www.npmjs.com/package/healthicons): `npm i healthicons` or `yarn add healthicons`

### Icon Requests

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "health-icons",
"version": "0.1.0",
"name": "healthicons",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -76,5 +76,6 @@
"suiteNameTemplate": "{filename}",
"classNameTemplate": "{title}",
"titleTemplate": "{title}"
}
},
"files": ["public/icons"]
}

0 comments on commit 564bffb

Please sign in to comment.