@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 768 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiRssFillIconConfig: {
name: 'RhUiRssFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.75 29a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1-.75-.75C23.25 17.834 14.166 8.75 3 8.75A.75.75 0 0 1 2.25 8V3A.75.75 0 0 1 3 2.25c14.75 0 26.75 12 26.75 26.75ZM3 12.25a.75.75 0 0 0-.75.75v5c0 .414.336.75.75.75 5.652 0 10.25 4.598 10.25 10.25 0 .414.336.75.75.75h5a.75.75 0 0 0 .75-.75c0-9.236-7.514-16.75-16.75-16.75Zm2 11c-2.067 0-3.75 1.682-3.75 3.75S2.933 30.75 5 30.75 8.75 29.068 8.75 27 7.067 23.25 5 23.25Z"},
rhUiIcon: null,
};
export declare const RhUiRssFillIcon: ComponentClass<SVGIconProps>;
export default RhUiRssFillIcon;