diff --git a/packages/terra-icon/CHANGELOG.md b/packages/terra-icon/CHANGELOG.md index 35074f29ed7..cb445d65f7b 100644 --- a/packages/terra-icon/CHANGELOG.md +++ b/packages/terra-icon/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +* Changed + * Updated to `one-cerner-style-icons` v1.47.0 + * Removed colored static favorite star in favor of using the themeable variant of the star icon + * Consumers that are currently using the static icon should change their reference to the themeable variant, as the duplicate static replacement will be removed at some point. + ## 3.47.1 - (May 3, 2022) * Changed diff --git a/packages/terra-icon/package.json b/packages/terra-icon/package.json index 3b874868f94..deda2e05486 100644 --- a/packages/terra-icon/package.json +++ b/packages/terra-icon/package.json @@ -23,7 +23,7 @@ "devDependencies": { "csvtojson": "^2.0.8", "jsdom": "^15.1.1", - "one-cerner-style-icons": "https://github.com/cerner/one-cerner-style-icons/archive/v1.46.1.tar.gz", + "one-cerner-style-icons": "https://github.com/cerner/one-cerner-style-icons/archive/v1.47.0.tar.gz", "shelljs": "^0.8.2", "svgo": "^1.2.2" }, diff --git a/packages/terra-icon/src/IconFeaturedOutlineYellow.module.scss b/packages/terra-icon/src/IconFeaturedOutlineYellow.module.scss index f8c963eee34..d53534dbaba 100644 --- a/packages/terra-icon/src/IconFeaturedOutlineYellow.module.scss +++ b/packages/terra-icon/src/IconFeaturedOutlineYellow.module.scss @@ -4,13 +4,7 @@ /* stylelint-disable selector-class-pattern */ :local { .IconFeaturedOutlineYellow { - path:nth-of-type(1) { - fill: var(--terra-icon-featured-outline-yellow-path-1-fill, #ffc20a); - } - - path:nth-of-type(2) { - fill: var(--terra-icon-featured-outline-yellow-path-2-fill, #231f20); - } + fill: var(--terra-icon-featured-outline-yellow-path-1-fill, #1c1f21); } } /* stylelint-enable selector-class-pattern */ diff --git a/packages/terra-icon/src/icon/IconFeaturedOutlineYellow.jsx b/packages/terra-icon/src/icon/IconFeaturedOutlineYellow.jsx index 495024daeb5..803460d9d40 100644 --- a/packages/terra-icon/src/icon/IconFeaturedOutlineYellow.jsx +++ b/packages/terra-icon/src/icon/IconFeaturedOutlineYellow.jsx @@ -21,13 +21,13 @@ const SvgIcon = (customProps) => { return ( - + ); }; SvgIcon.displayName = "IconFeaturedOutlineYellow"; -SvgIcon.defaultProps = {"viewBox":"0 0 48 48","xmlns":"http://www.w3.org/2000/svg"}; +SvgIcon.defaultProps = {"viewBox":"0 0 48 48","xmlns":"http://www.w3.org/2000/svg","data-name":"Layer 1"}; export default SvgIcon; /* eslint-enable */ diff --git a/packages/terra-icon/src/svg/featuredOutlineYellow.svg b/packages/terra-icon/src/svg/featuredOutlineYellow.svg index 1dc2284dd07..a7d06980722 100644 --- a/packages/terra-icon/src/svg/featuredOutlineYellow.svg +++ b/packages/terra-icon/src/svg/featuredOutlineYellow.svg @@ -1 +1 @@ - + diff --git a/packages/terra-icon/tests/wdio/__snapshots__/reference/clinical-lowlight-theme/en/chrome_huge/icon-spec/all_icons.png b/packages/terra-icon/tests/wdio/__snapshots__/reference/clinical-lowlight-theme/en/chrome_huge/icon-spec/all_icons.png index 8268813d4f5..8ff695a9a54 100644 Binary files a/packages/terra-icon/tests/wdio/__snapshots__/reference/clinical-lowlight-theme/en/chrome_huge/icon-spec/all_icons.png and b/packages/terra-icon/tests/wdio/__snapshots__/reference/clinical-lowlight-theme/en/chrome_huge/icon-spec/all_icons.png differ diff --git a/packages/terra-icon/tests/wdio/__snapshots__/reference/orion-fusion-theme/en/chrome_huge/icon-spec/all_icons.png b/packages/terra-icon/tests/wdio/__snapshots__/reference/orion-fusion-theme/en/chrome_huge/icon-spec/all_icons.png index 1b43ad7a6cc..3779015b042 100644 Binary files a/packages/terra-icon/tests/wdio/__snapshots__/reference/orion-fusion-theme/en/chrome_huge/icon-spec/all_icons.png and b/packages/terra-icon/tests/wdio/__snapshots__/reference/orion-fusion-theme/en/chrome_huge/icon-spec/all_icons.png differ diff --git a/packages/terra-icon/tests/wdio/__snapshots__/reference/terra-default-theme/en/chrome_huge/icon-spec/all_icons.png b/packages/terra-icon/tests/wdio/__snapshots__/reference/terra-default-theme/en/chrome_huge/icon-spec/all_icons.png index 760972f2f83..8ccfa5f15b8 100644 Binary files a/packages/terra-icon/tests/wdio/__snapshots__/reference/terra-default-theme/en/chrome_huge/icon-spec/all_icons.png and b/packages/terra-icon/tests/wdio/__snapshots__/reference/terra-default-theme/en/chrome_huge/icon-spec/all_icons.png differ