@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 722 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const QuoteRightIconConfig: {
name: 'QuoteRightIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z"},
rhUiIcon: null,
};
export declare const QuoteRightIcon: ComponentClass<SVGIconProps>;
export default QuoteRightIcon;