Skip to content

Commit

Permalink
feat(pictograms): add two new NYC pictograms to cities (#7441)
Browse files Browse the repository at this point in the history
* add two new nyc pictograms to cities

* chore(pictograms): update snapshots

Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 14, 2020
1 parent 1d62e61 commit b119378
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/pictograms-react/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,11 @@ Array [
"Nice",
"NightClear",
"NycBrooklyn",
"NycChryslerBuilding",
"NycManhattan_01",
"NycManhattan_02",
"NycStatueOfLiberty",
"NycWorldTradeCenter",
"Office",
"OilPump",
"OilRig",
Expand Down
2 changes: 2 additions & 0 deletions e2e/pictograms/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,11 @@ Array [
"Nice",
"NightClear",
"NycBrooklyn",
"NycChryslerBuilding",
"NycManhattan_01",
"NycManhattan_02",
"NycStatueOfLiberty",
"NycWorldTradeCenter",
"Office",
"OilPump",
"OilRig",
Expand Down
2 changes: 2 additions & 0 deletions packages/pictograms/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ categories:
- munich
- nice
- nyc--brooklyn
- nyc--chrysler-building
- nyc--manhattan--01
- nyc--manhattan--02
- nyc--statue-of-liberty
- nyc--world-trade-center
- paris--arc-de-triomphe
- paris--louvre
- paris--notre-dame
Expand Down
24 changes: 24 additions & 0 deletions packages/pictograms/pictograms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2773,6 +2773,18 @@
- Brooklyn
- city
- cities
- name: nyc--chrysler-building
friendly_name: NYC Chrysler Building
aliases:
- NYC Chrysler Building
- New York City
- NYC
- landmark
- building
- skyscraper
- city
- cities
- architecture
- name: nyc--manhattan--01
friendly_name: NYC Manhattan 01
aliases:
Expand Down Expand Up @@ -2801,6 +2813,18 @@
- Liberty
- city
- cities
- name: nyc--world-trade-center
friendly_name: NYC World Trade Center
aliases:
- NYC World Trade Center
- New York City
- NYC
- landmark
- building
- skyscraper
- city
- cities
- architecture
- name: office
friendly_name: Office
aliases:
Expand Down
38 changes: 38 additions & 0 deletions packages/pictograms/src/svg/nyc--chrysler-building.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions packages/pictograms/src/svg/nyc--world-trade-center.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 b119378

Please sign in to comment.