score:2

in the geticon, for the setting icon add the following style property.

style={{position: 'absolute', right: '16px', top: '10px'}}

or

if you want to use multiple icons then change ..ant-collapse-header class styles as below.

.ant-collapse-header{
  display: flex;
  justify-content: space-between;
}

Related Query

More Query from same tag