Skip to content

Commit

Permalink
add cross icon, bump version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cadgerfeast committed May 4, 2021
1 parent 9cc38bb commit 273798b
Show file tree
Hide file tree
Showing 9 changed files with 120 additions and 16 deletions.
3 changes: 2 additions & 1 deletion ICONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
<td align="center"><img src="./png-150/eye.png" width="100px"/><br/><span>eye</span><br/><span>[anatomy]</span></td>
<td align="center"><img src="./png-150/dino.png" width="100px"/><br/><span>dino</span><br/><span>[animal]</span></td>
<td align="center"><img src="./png-150/diamond.png" width="100px"/><br/><span>diamond</span><br/><span>[currency]</span></td>
<td align="center"><img src="./png-150/cross.png" width="100px"/><br/><span>cross</span><br/><span>[mathematics]</span></td>
<td align="center"><img src="./png-150/code.png" width="100px"/><br/><span>code</span><br/><span>[code]</span></td>
<td align="center"><img src="./png-150/circuit.png" width="100px"/><br/><span>circuit</span><br/><span>[electrical]</span></td>
<td align="center"><img src="./png-150/chevron-right.png" width="100px"/><br/><span>chevron-right</span><br/><span>[arrows]</span></td>
<td align="center"><img src="./png-150/chevron-left.png" width="100px"/><br/><span>chevron-left</span><br/><span>[arrows]</span></td>
</tr>
<tr>
<td align="center"><img src="./png-150/chevron-left.png" width="100px"/><br/><span>chevron-left</span><br/><span>[arrows]</span></td>
<td align="center"><img src="./png-150/chat.png" width="100px"/><br/><span>chat</span><br/><span>[media]</span></td>
<td align="center"><img src="./png-150/bronze-coin.png" width="100px"/><br/><span>bronze-coin</span><br/><span>[currency]</span></td>
</tbody>
Expand Down
27 changes: 15 additions & 12 deletions fonts/PixelIcons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fonts/PixelIcons.symbol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"code"
]
},
"cross": {
"tags": [
"mathematics"
]
},
"diamond": {
"tags": [
"currency"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pixel/icons",
"description": "Pixel Styled Icons",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/icons.json",
"types": "dist/icons.d.ts",
"scripts": {
Expand Down Expand Up @@ -35,6 +35,6 @@
"eslint": "7.4.0",
"jest": "26.6.3",
"sharp": "0.25.4",
"svgtofont": "3.9.1"
"svgtofont": "3.10.0"
}
}
Binary file added png-15/cross.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added png-150/cross.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added png-1500/cross.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 95 additions & 0 deletions svg/cross.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 273798b

Please sign in to comment.