Skip to content

Commit

Permalink
feat(pictograms): add four new pictograms to education category (#6353)
Browse files Browse the repository at this point in the history
* added four new pictograms to education category

* chore: update snapshots

* fix(pictograms): rename focus to feedback--02

Co-authored-by: emyarod <afw5059@gmail.com>
Co-authored-by: Josh Black <josh@josh.black>
Co-authored-by: TJ Egan <tw15egan@gmail.com>
  • Loading branch information
4 people authored Jul 6, 2020
1 parent b231966 commit 4e32b75
Show file tree
Hide file tree
Showing 8 changed files with 134 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/pictograms-react/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ Array [
"Farmer_02",
"Faucet",
"Feedback",
"Feedback_02",
"FileBackup",
"FileTransfer",
"FinanceStrategy",
Expand Down Expand Up @@ -247,7 +248,9 @@ Array [
"GlobalTechnologyServices",
"Globe",
"GlobeLocations",
"Goals",
"Group",
"Growth",
"Hail",
"HailHeavy",
"HailMixed",
Expand Down Expand Up @@ -279,6 +282,7 @@ Array [
"Idea",
"Ideate",
"Innovate",
"Insights",
"InspectData",
"Integration",
"Intelligence",
Expand Down
4 changes: 4 additions & 0 deletions e2e/pictograms/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ Array [
"Farmer_02",
"Faucet",
"Feedback",
"Feedback_02",
"FileBackup",
"FileTransfer",
"FinanceStrategy",
Expand Down Expand Up @@ -247,7 +248,9 @@ Array [
"GlobalTechnologyServices",
"Globe",
"GlobeLocations",
"Goals",
"Group",
"Growth",
"Hail",
"HailHeavy",
"HailMixed",
Expand Down Expand Up @@ -278,6 +281,7 @@ Array [
"Idea",
"Ideate",
"Innovate",
"Insights",
"InspectData",
"Integration",
"Intelligence",
Expand Down
4 changes: 4 additions & 0 deletions packages/pictograms/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ categories:
members:
- college
- education
- feedback--02
- goals
- growth
- insights
- university
- name: Electronics
members:
Expand Down
23 changes: 23 additions & 0 deletions packages/pictograms/pictograms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,12 @@
friendly_name: Flower 01
- name: flower--02
friendly_name: Flower 02
- name: feedback--02
friendly_name: Feedback 02
aliases:
- converge
- feedback
- focus
- name: fog
friendly_name: Fog
aliases:
Expand Down Expand Up @@ -710,10 +716,21 @@
- globe
- name: globe--locations
friendly_name: Globe locations
- name: goals
friendly_name: Goals
aliases:
- target
- goals
- checkpoint
- name: group
friendly_name: Group
aliases:
- group
- name: growth
friendly_name: Growth
aliases:
- growth
- personal growth
- name: hail
friendly_name: Hail
aliases:
Expand Down Expand Up @@ -804,6 +821,12 @@
friendly_name: Innovate
aliases:
- innovate
- name: insights
friendly_name: Insights
aliases:
- insights
- assessment
- self-awareness
- name: inspect--data
friendly_name: Inspect data
- name: integration
Expand Down
15 changes: 15 additions & 0 deletions packages/pictograms/src/svg/feedback--02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions packages/pictograms/src/svg/goals.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions packages/pictograms/src/svg/growth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions packages/pictograms/src/svg/insights.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 4e32b75

Please sign in to comment.