import { createIcon } from '@patternfly/react-icons/dist/esm/createIcon';

const ExploreApplicationsIcon = createIcon({
  name: 'ExploreApplicationsIcon',
  width: 36,
  height: 36,
  svgPath:
    'M 23,22.38 A 0.63,0.63 0 1 0 23.62,23 0.62,0.62 0 0 0 23,22.38 Z m -8.5,-15 a 7.12,7.12 0 0 0 -7.12,7.12 0.62,0.62 0 1 0 1.24,0 5.89,5.89 0 0 1 5.88,-5.88 0.62,0.62 0 0 0 0,-1.24 z m 16.94,23.18 -6,-6 c -0.56,-0.58 -1.46,0.32 -0.88,0.88 l 6,6 a 0.62225397,0.62225397 0 0 0 0.88,-0.88 z M 14.5,4.38 A 10.12,10.12 0 1 0 24.62,14.5 10.13,10.13 0 0 0 14.5,4.38 Z m 0,19 a 8.88,8.88 0 1 1 8.88,-8.88 8.9,8.9 0 0 1 -8.88,8.88 z',
  xOffset: 0,
  yOffset: 0,
});

export default ExploreApplicationsIcon;
