Skip to content

Commit a318aa4

Browse files
committed
feat(icon) : add download icon to package
1 parent fa46bc1 commit a318aa4

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

.changeset/cold-bobcats-think.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ilo-org/icons": minor
3+
---
4+
5+
Add download icon to package

packages/icons/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ npm install -S @ilo-org/icons
2121
| `close` | ![](./src/svg/close.svg) |
2222
| `copyright` | ![](./src/svg/copyright.svg) |
2323
| `doublearrow` | ![](./src/svg/doublearrow.svg) |
24+
| `download` | ![](./src/svg/download.svg) |
2425
| `elipsis` | ![](./src/svg/elipsis.svg) |
2526
| `equilateraltriangle` | ![](./src/svg/equilateraltriangle.svg) |
2627
| `error` | ![](./src/svg/error.svg) |

packages/icons/categories.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ categories:
1313
- checkmark
1414
- close
1515
- copyright
16+
- download
1617
- doublearrow
1718
- elipsis
1819
- equilateraltriangle

packages/icons/icons.yml

+6
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@
6464
- ILO Icons
6565
sizes:
6666
- glyph
67+
- name: download
68+
friendly_name: download
69+
aliases:
70+
- ILO Icons
71+
sizes:
72+
- glyph
6773
- name: elipsis
6874
friendly_name: elipsis
6975
aliases:

packages/icons/src/svg/download.svg

+4
Loading

0 commit comments

Comments
 (0)