@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.57 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardCouchIconConfig: {
name: 'RhStandardCouchIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31.625 17.5c0-1.23-.855-2.26-2-2.542V14A6.132 6.132 0 0 0 23.5 7.875a6.127 6.127 0 0 0-5.5 3.447 6.127 6.127 0 0 0-5.5-3.447A6.132 6.132 0 0 0 6.375 14v.959c-1.145.282-2 1.31-2 2.541 0 .801.385 1.54 1 2.033V25.5c0 .345.28.625.625.625h2.375V27.5a.625.625 0 0 0 1.25 0v-1.375h16.75V27.5a.625.625 0 0 0 1.25 0v-1.375H30c.345 0 .625-.28.625-.625v-5.967c.615-.494 1-1.232 1-2.033ZM23.5 9.125A4.88 4.88 0 0 1 28.375 14v.959c-1.145.282-2 1.31-2 2.541v.375h-7.75V14A4.88 4.88 0 0 1 23.5 9.125ZM9.625 20.875v-1.75h7.75v1.75h-7.75Zm9-1.75h7.75v1.75h-7.75v-1.75Zm-6.125-10A4.88 4.88 0 0 1 17.375 14v3.875h-7.75V17.5c0-1.23-.855-2.26-2-2.542V14A4.88 4.88 0 0 1 12.5 9.125Zm16.875 15.75H6.625v-5.643c0-.027-.012-.051-.016-.078a.607.607 0 0 0-.024-.122.601.601 0 0 0-.053-.108.598.598 0 0 0-.065-.096.607.607 0 0 0-.097-.086c-.02-.016-.035-.037-.058-.05A1.377 1.377 0 0 1 7 16.125a1.375 1.375 0 0 1 1.375 1.374v4c0 .345.28.625.625.625h18c.345 0 .625-.28.625-.625v-4c0-.758.617-1.375 1.375-1.375a1.377 1.377 0 0 1 .688 2.566c-.023.014-.037.035-.058.05a.61.61 0 0 0-.097.087.597.597 0 0 0-.065.096.597.597 0 0 0-.053.108.61.61 0 0 0-.024.122c-.004.027-.016.05-.016.078v5.643Z"},
rhUiIcon: null,
};
export declare const RhStandardCouchIcon: ComponentClass<SVGIconProps>;
export default RhStandardCouchIcon;