Skip to content

Commit

Permalink
feat(icons): new information icons (#6046)
Browse files Browse the repository at this point in the history
* new information icons

Adding two new information icons from a request brought to me by Mike Abbink. Icons have been approved by Brand team and need to be merged asap.

updated categories.yml to include them

32/information--square.svg
32/information--square--filled.svg

* chore(icons): scaffold metadata

* chore(e2e): update snapshots

Co-authored-by: Josh Black <josh@josh.black>
Co-authored-by: jeanservaas <43144260+jeanservaas@users.noreply.github.com>
Co-authored-by: TJ Egan <tw15egan@gmail.com>
(cherry picked from commit eba5ddc)
  • Loading branch information
conradennis authored and joshblack committed May 13, 2020
1 parent 4c7718d commit 42b59d6
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 0 deletions.
8 changes: 8 additions & 0 deletions e2e/icons-react/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1791,6 +1791,14 @@ Array [
"InformationFilled20",
"InformationFilled24",
"InformationFilled32",
"InformationSquare16",
"InformationSquare20",
"InformationSquare24",
"InformationSquare32",
"InformationSquareFilled16",
"InformationSquareFilled20",
"InformationSquareFilled24",
"InformationSquareFilled32",
"Insert16",
"Insert20",
"Insert24",
Expand Down
8 changes: 8 additions & 0 deletions e2e/icons-vue/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1791,6 +1791,14 @@ Array [
"InformationFilled20",
"InformationFilled24",
"InformationFilled32",
"InformationSquare16",
"InformationSquare20",
"InformationSquare24",
"InformationSquare32",
"InformationSquareFilled16",
"InformationSquareFilled20",
"InformationSquareFilled24",
"InformationSquareFilled32",
"Insert16",
"Insert20",
"Insert24",
Expand Down
8 changes: 8 additions & 0 deletions e2e/icons/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1791,6 +1791,14 @@ Array [
"InformationFilled20",
"InformationFilled24",
"InformationFilled32",
"InformationSquare16",
"InformationSquare20",
"InformationSquare24",
"InformationSquare32",
"InformationSquareFilled16",
"InformationSquareFilled20",
"InformationSquareFilled24",
"InformationSquareFilled32",
"Insert16",
"Insert20",
"Insert24",
Expand Down
2 changes: 2 additions & 0 deletions packages/icons/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,8 @@ categories:
- help--filled
- information
- information--filled
- information--square
- information--square--filled
- misuse
- misuse--alt
- misuse--outline
Expand Down
10 changes: 10 additions & 0 deletions packages/icons/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3998,6 +3998,16 @@
- more
- tip
- help
- name: information--square
friendly_name: information--square
aliases: []
sizes:
- 32
- name: information--square--filled
friendly_name: information--square--filled
aliases: []
sizes:
- 32
- name: insert
friendly_name: Insert
aliases:
Expand Down
12 changes: 12 additions & 0 deletions packages/icons/src/svg/32/information--square--filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions packages/icons/src/svg/32/information--square.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 42b59d6

Please sign in to comment.