Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Material icons #224

Merged
merged 29 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
eb72ae5
New icons including 3 24px icons
dburka Aug 22, 2024
e414025
Redid naming structure for the files
dburka Aug 22, 2024
c23098e
Material icons on website
nburka Aug 30, 2024
e65440c
add filter for material
nburka Aug 31, 2024
c57c9fc
JSON with Material info
nburka Aug 31, 2024
d12521b
Rename material to 24px
nburka Sep 6, 2024
fda92a9
change to an array of formats that are available
nburka Sep 7, 2024
58530ce
better filtering of 24/48 while maintaining categories
nburka Sep 11, 2024
91d0e39
add icons
nburka Sep 16, 2024
5915998
correct sizing for buttons in modal
nburka Sep 16, 2024
a1885e5
don't show 24px suffix if in 24px filter view
nburka Sep 16, 2024
9e01822
Fixed the header nav
dburka Sep 29, 2024
b4d4193
CSS changes
dburka Sep 29, 2024
de72989
Better formatting for mobile modal
dburka Sep 30, 2024
d388019
Formatting of the 24px icon modal
dburka Oct 1, 2024
8949263
remove console log
nburka Oct 1, 2024
d34d715
New icon exports for 24px icons
dburka Oct 14, 2024
d0ee246
more 24px icons
nburka Oct 17, 2024
6fddd36
New icons exported
dburka Oct 17, 2024
c2fd4de
PPE apron is a device, not PPE section
nburka Oct 17, 2024
a955839
Emergency Post 24px icons
nburka Oct 17, 2024
1a39045
more fixes to the naming of components
nburka Oct 17, 2024
fbf09d7
neurology was missing
nburka Oct 17, 2024
fe4f40b
Fixed broken SVGs
dburka Oct 18, 2024
549c9eb
Updated all icons
dburka Oct 18, 2024
21f045f
fix and improve sorting/filtering of icons when search filters are ap…
nburka Oct 18, 2024
4683da8
up version number
nburka Oct 18, 2024
f6819dd
Merge pull request #219 from nburka/material-icons
nburka Oct 18, 2024
7ae6a87
lint
nburka Oct 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ The project is hosted by the public health not-for-profit [Resolve to Save Lives

Icons are available in several formats:

- All icons are produced in "outline", "filled", and "negative" styles
- All icons are produced in "outline" and "filled" styles
- Each icon is available in SVG and in PNG (48px and 96px)

- Some icons are also available in a simplified 24px (Material) format

Icons can be downloaded in a few ways:

Expand Down Expand Up @@ -133,4 +133,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "healthicons",
"version": "1.0.2",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
Expand Down
Binary file modified public/icons.zip
Binary file not shown.
Loading
Loading