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

const StorageIcon = createIcon({
  name: 'StorageIcon',
  width: 36,
  height: 36,
  svgPath:
    'M31.56,11.15c-2-8.88-23.85-8.84-26.88-.84-.55,1.11-.26,4.46-.33,5.69v8c0,4.29,6,7.65,13.65,7.65S31.65,28.29,31.65,24V20C31.59,17.69,31.77,13.4,31.56,11.15ZM30.35,24v0h0c0,3.43-5.67,6.33-12.35,6.33S5.67,27.45,5.65,24h0v-.73c4.5,5.76,20.2,5.75,24.7,0Zm0-4.21c.14,3.66-5.56,6.52-12.35,6.56-7.07-.12-12.77-2.89-12.35-7.06,4.5,5.76,20.2,5.75,24.7,0Zm0-3.95c.11,3.61-5.58,6.48-12.35,6.51-7.07-.12-12.77-2.89-12.35-7.06,4.5,5.76,20.2,5.75,24.7,0ZM18,18.35c-6.7,0-12.35-2.91-12.35-6.35S11.3,5.65,18,5.65,30.35,8.56,30.35,12,24.7,18.35,18,18.35Z',
  xOffset: 0,
  yOffset: 0,
});

export default StorageIcon;
