Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add three new pictograms in multiple categories #6381

Merged
merged 4 commits into from
Jul 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.