@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 908 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardQuotemarkCloseIconConfig: {
name: 'RhStandardQuotemarkCloseIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31 8.38H20a.61.61 0 0 0-.62.62v5A6.63 6.63 0 0 0 26 20.62h4.37a5.9 5.9 0 0 1-6.32 5.74.62.62 0 0 0-.67.57c-.05.64.63.73 1.12.69a7.12 7.12 0 0 0 7.12-7.12V9a.61.61 0 0 0-.62-.62ZM20.62 14V9.62h9.76v9.76H26A5.39 5.39 0 0 1 20.62 14ZM16 8.38H5a.61.61 0 0 0-.62.62v5A6.63 6.63 0 0 0 11 20.62h4.37a5.9 5.9 0 0 1-6.32 5.74.62.62 0 0 0-.67.57c-.05.64.63.73 1.12.69a7.12 7.12 0 0 0 7.12-7.12V9a.61.61 0 0 0-.62-.62ZM5.62 14V9.62h9.76v9.76H11A5.39 5.39 0 0 1 5.62 14Z"},
rhUiIcon: null,
};
export declare const RhStandardQuotemarkCloseIcon: ComponentClass<SVGIconProps>;
export default RhStandardQuotemarkCloseIcon;