Skip to content

Commit

Permalink
Icon: add target icon and keywords (#3145)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectoid authored Aug 21, 2023
1 parent 2db1b60 commit f7548dd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs-components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function Header() {
position="middle"
type="info"
tooltip={{
text: 'You are currently in dev mode, which allows you to see dev-only examplepreviews.',
text: 'You are currently in dev mode, which allows you to see dev-only example previews.',
idealDirection: 'down',
accessibilityLabel: '',
zIndex: PAGE_HEADER_POPOVER_ZINDEX,
Expand Down
9 changes: 8 additions & 1 deletion docs/pages/foundations/iconography/ICON_DATA.json
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,14 @@
"name": "target",
"categories": ["Ads and measurement"],
"description": "Indicates the target audience",
"keywords": ["bullseye"]
"keywords": [
"audience",
"audience tracking",
"bullseye",
"demographics",
"engagement",
"focus"
]
},
{
"name": "terms",
Expand Down
2 changes: 2 additions & 0 deletions packages/gestalt/src/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ import starHalf from './star-half.svg';
import sun from './sun.svg';
import switchAccount from './switch-account.svg';
import tag from './tag.svg';
import target from './target.svg';
import terms from './terms.svg';
import textAlignCenter from './text-align-center.svg';
import textAlignLeft from './text-align-left.svg';
Expand Down Expand Up @@ -411,6 +412,7 @@ const icons = Object.freeze({
'thumbs-down': thumbsDown,
'thumbs-up': thumbsUp,
'trash-can': trashCan,
target,
trending,
twitter,
'video-advance-10-seconds': videoAdvance10Seconds,
Expand Down
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/target.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 f7548dd

Please sign in to comment.