diff --git a/src/components/ProgressIndicator/ProgressIndicator.Skeleton.js b/src/components/ProgressIndicator/ProgressIndicator.Skeleton.js index 3877ef754d..ceafc93e13 100644 --- a/src/components/ProgressIndicator/ProgressIndicator.Skeleton.js +++ b/src/components/ProgressIndicator/ProgressIndicator.Skeleton.js @@ -7,21 +7,32 @@ import React from 'react'; import { settings } from 'carbon-components'; +import { componentsX } from '../../internal/FeatureFlags'; const { prefix } = settings; export default class ProgressIndicatorSkeleton extends React.Component { render() { + const currentSvg = componentsX ? ( + + ) : ( + + ); + const step = (