@@ -33,15 +33,15 @@ import { convertToReactComponent } from '@patternfly/ast-helpers';
3333import missingThumbnail from './missing-thumbnail.jpg' ;
3434import { RtlContext } from '../../layouts' ;
3535import { ThemeSelector } from '../themeSelector/themeSelector' ;
36- // import RhUiArrowCircleDownRightIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-down-right-icon';
37- // import RhUiArrowCircleDownLeftIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-down-left-icon';
38- // import RhUiArrowCircleTopRightIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-top-right-icon';
39- // import RhUiArrowCircleTopLeftIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-top-left-icon';
4036
41- const RhUiArrowCircleUpRightIcon = < svg class = "pf-v6-svg" viewBox = "0 0 32 32" fill = "currentColor" aria-labelledby = "icon-title-1847" role = "img" width = "1em" height = "1em" > < title id = "icon-title-1847" > RhUiArrowCircleUpRightIcon</ title > < path d = "M22 11.5V20a1 1 0 1 1-2 0v-6.586l-8.243 8.243a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L18.586 12H12a1 1 0 1 1 0-2h8.5c.827 0 1.5.673 1.5 1.5Zm9 4.5c0 8.271-6.729 15-15 15S1 24.271 1 16 7.729 1 16 1s15 6.729 15 15Zm-2 0c0-7.168-5.832-13-13-13S3 8.832 3 16s5.832 13 13 13 13-5.832 13-13Z" > </ path > </ svg > ;
42- const RhUiArrowCircleDownRightIcon = < svg class = "pf-v6-svg" viewBox = "0 0 32 32" fill = "currentColor" aria-labelledby = "icon-title-1837" role = "img" width = "1em" height = "1em" > < title id = "icon-title-1837" > RhUiArrowCircleDownRightIcon</ title > < path d = "M22 12v8.5c0 .827-.673 1.5-1.5 1.5H12a1 1 0 1 1 0-2h6.586l-8.243-8.243a.999.999 0 1 1 1.414-1.414L20 18.586V12a1 1 0 1 1 2 0Zm9 4c0 8.271-6.729 15-15 15S1 24.271 1 16 7.729 1 16 1s15 6.729 15 15Zm-2 0c0-7.168-5.832-13-13-13S3 8.832 3 16s5.832 13 13 13 13-5.832 13-13Z" > </ path > </ svg > ;
43- const RhUiArrowCircleDownLeftIcon = < svg class = "pf-v6-svg" viewBox = "0 0 32 32" fill = "currentColor" aria-labelledby = "icon-title-1835" role = "img" width = "1em" height = "1em" > < title id = "icon-title-1835" > RhUiArrowCircleDownLeftIcon</ title > < path d = "M21.657 10.343a.999.999 0 0 1 0 1.414L13.414 20H20a1 1 0 1 1 0 2h-8.5c-.827 0-1.5-.673-1.5-1.5V12a1 1 0 1 1 2 0v6.586l8.243-8.243a.999.999 0 0 1 1.414 0ZM31 16c0 8.271-6.729 15-15 15S1 24.271 1 16 7.729 1 16 1s15 6.729 15 15Zm-2 0c0-7.168-5.832-13-13-13S3 8.832 3 16s5.832 13 13 13 13-5.832 13-13Z" > </ path > </ svg > ;
44- const RhUiArrowCircleUpLeftIcon = < svg class = "pf-v6-svg" viewBox = "0 0 32 32" fill = "currentColor" aria-labelledby = "icon-title-1845" role = "img" width = "1em" height = "1em" > < title id = "icon-title-1845" > RhUiArrowCircleUpLeftIcon</ title > < path d = "M21.657 20.243a.999.999 0 1 1-1.414 1.414L12 13.414V20a1 1 0 1 1-2 0v-8.5c0-.827.673-1.5 1.5-1.5H20a1 1 0 1 1 0 2h-6.586l8.243 8.243ZM31 16c0 8.271-6.729 15-15 15S1 24.271 1 16 7.729 1 16 1s15 6.729 15 15Zm-2 0c0-7.168-5.832-13-13-13S3 8.832 3 16s5.832 13 13 13 13-5.832 13-13Z" > </ path > </ svg > ;
37+ import RhUiArrowCircleDownRightIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-down-right-icon' ;
38+ import RhUiArrowCircleDownLeftIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-down-left-icon' ;
39+ import RhUiArrowCircleUpRightIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-up-right-icon' ;
40+ import RhUiArrowCircleUpLeftIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-up-left-icon' ;
41+ import RhUiArrowCircleDownRightFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-down-right-fill-icon' ;
42+ import RhUiArrowCircleDownLeftFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-down-left-fill-icon' ;
43+ import RhUiArrowCircleUpRightFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-up-right-fill-icon' ;
44+ import RhUiArrowCircleUpLeftFillIcon from '@patternfly/react-icons/dist/esm/icons/rh-ui-arrow-circle-up-left-fill-icon' ;
4545
4646const errorComponent = ( err ) => < pre > { err . toString ( ) } </ pre > ;
4747
@@ -214,7 +214,7 @@ export const Example = ({
214214 isClicked = { fullPageUtilsPosition === 'pf-m-top-left' }
215215 onClick = { ( ) => setFullPageUtilsPosition ( 'pf-m-top-left' ) }
216216 aria-label = "Position utilities top left"
217- icon = { RhUiArrowCircleUpLeftIcon }
217+ icon = { fullPageUtilsPosition === 'pf-m-top-left' ? RhUiArrowCircleUpLeftFillIcon : RhUiArrowCircleUpLeftIcon }
218218 />
219219 < Button
220220 variant = "plain"
@@ -223,7 +223,7 @@ export const Example = ({
223223 isClicked = { fullPageUtilsPosition === 'pf-m-bottom-left' }
224224 onClick = { ( ) => setFullPageUtilsPosition ( 'pf-m-bottom-left' ) }
225225 aria-label = "Position utilities bottom left"
226- icon = { RhUiArrowCircleDownLeftIcon }
226+ icon = { fullPageUtilsPosition === 'pf-m-bottom-left' ? RhUiArrowCircleDownLeftFillIcon : RhUiArrowCircleDownLeftIcon }
227227 />
228228 < Button
229229 variant = "plain"
@@ -232,7 +232,7 @@ export const Example = ({
232232 isClicked = { fullPageUtilsPosition === 'pf-m-bottom-right' }
233233 onClick = { ( ) => setFullPageUtilsPosition ( 'pf-m-bottom-right' ) }
234234 aria-label = "Position utilities bottom right"
235- icon = { RhUiArrowCircleDownRightIcon }
235+ icon = { fullPageUtilsPosition === 'pf-m-bottom-right' ? RhUiArrowCircleDownRightFillIcon : RhUiArrowCircleDownRightIcon }
236236 />
237237 < Button
238238 variant = "plain"
@@ -241,7 +241,7 @@ export const Example = ({
241241 isClicked = { fullPageUtilsPosition === 'pf-m-top-right' }
242242 onClick = { ( ) => setFullPageUtilsPosition ( 'pf-m-top-right' ) }
243243 aria-label = "Position utilities top right"
244- icon = { RhUiArrowCircleUpRightIcon }
244+ icon = { fullPageUtilsPosition === 'pf-m-top-right' ? RhUiArrowCircleUpRightFillIcon : RhUiArrowCircleUpRightIcon }
245245 />
246246 </ Flex >
247247 { hasThemeSwitcher && < ThemeSelector id = "ws-example-theme-select" /> }
0 commit comments