Skip to content

Commit

Permalink
feat(pictograms): add three new pictograms in multiple categories (#6381
Browse files Browse the repository at this point in the history
)

* add three new pictograms in multiple categories

* chore(tests): update snapshots

Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: emyarod <emyarod@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 6, 2020
1 parent 4ccebf4 commit eb99622
Show file tree
Hide file tree
Showing 7 changed files with 71 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/pictograms-react/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports[`@carbon/pictograms-react should not update exports without a semver cha
Array [
"ActiveServer",
"AddDevice",
"AddDocument",
"Advocate",
"Agriculture",
"AirConditioner",
Expand Down Expand Up @@ -262,6 +263,7 @@ Array [
"HeatMap",
"HeatMap_02",
"HighFive",
"Hills",
"HomeFront",
"HomeGarage",
"HomeProfile",
Expand Down Expand Up @@ -411,6 +413,7 @@ Array [
"QrCode",
"Question",
"QuestionAndAnswer",
"Racetrack",
"Rainy",
"RainyHeavy",
"Rank",
Expand Down
3 changes: 3 additions & 0 deletions e2e/pictograms/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports[`@carbon/pictograms should not update exports without a semver change 1`
Array [
"ActiveServer",
"AddDevice",
"AddDocument",
"Advocate",
"Agriculture",
"AirConditioner",
Expand Down Expand Up @@ -262,6 +263,7 @@ Array [
"HeatMap",
"HeatMap_02",
"HighFive",
"Hills",
"HomeFront",
"HomeGarage",
"HomeProfile",
Expand Down Expand Up @@ -410,6 +412,7 @@ Array [
"QrCode",
"Question",
"QuestionAndAnswer",
"Racetrack",
"Rainy",
"RainyHeavy",
"Rank",
Expand Down
3 changes: 3 additions & 0 deletions packages/pictograms/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ categories:
- design--and--development--01
- design--and--development--02
- feedback
- hills
- idea
- ideate
- path
Expand Down Expand Up @@ -280,6 +281,7 @@ categories:
- police
- name: File
members:
- add--document
- contract
- document--security
- duplicate--file
Expand Down Expand Up @@ -414,6 +416,7 @@ categories:
- flower--01
- flower--02
- perfume
- racetrack
- scale
- soft--ice--cream
- sports
Expand Down
22 changes: 22 additions & 0 deletions packages/pictograms/pictograms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
friendly_name: Add device
aliases:
- add device
- name: add--document
friendly_name: Add document
aliases:
- document
- new
- additional
- add
- name: advocate
friendly_name: Advocate
aliases:
Expand Down Expand Up @@ -748,6 +755,13 @@
aliases: []
- name: high--five
friendly_name: High five
- name: hills
friendly_name: Hills
aliases:
- hill
- summit
- mountain
- goal
- name: home--front
friendly_name: Home front
- name: home--garage
Expand Down Expand Up @@ -1187,6 +1201,14 @@
- question
- name: question--and--answer
friendly_name: Question and answer
- name: racetrack
friendly_name: Racetrack
aliases:
- race
- run
- sprint
- win
- speed
- name: rainy
friendly_name: Rainy
aliases:
Expand Down
12 changes: 12 additions & 0 deletions packages/pictograms/src/svg/add--document.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions packages/pictograms/src/svg/hills.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/pictograms/src/svg/racetrack.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 eb99622

Please sign in to comment.