@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 RssIconConfig: {
name: 'RssIcon',
icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M128.081 415.959c0 35.369-28.672 64.041-64.041 64.041S0 451.328 0 415.959s28.672-64.041 64.041-64.041 64.04 28.673 64.04 64.041zm175.66 47.25c-8.354-154.6-132.185-278.587-286.95-286.95C7.656 175.765 0 183.105 0 192.253v48.069c0 8.415 6.49 15.472 14.887 16.018 111.832 7.284 201.473 96.702 208.772 208.772.547 8.397 7.604 14.887 16.018 14.887h48.069c9.149.001 16.489-7.655 15.995-16.79zm144.249.288C439.596 229.677 251.465 40.445 16.503 32.01 7.473 31.686 0 38.981 0 48.016v48.068c0 8.625 6.835 15.645 15.453 15.999 191.179 7.839 344.627 161.316 352.465 352.465.353 8.618 7.373 15.453 15.999 15.453h48.068c9.034-.001 16.329-7.474 16.005-16.504z"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M3 2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1c11.028 0 20 8.972 20 20a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1C30 14.112 17.888 2 3 2Zm21.978 26C24.468 16.664 15.336 7.533 4 7.022V4.019c12.991.514 23.467 10.989 23.98 23.98h-3.003ZM3 12a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1c5.514 0 10 4.486 10 10a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1c0-9.374-7.626-17-17-17Zm11.959 16C14.477 22.179 9.82 17.524 4 17.042v-3.008c7.476.495 13.473 6.491 13.967 13.967h-3.008ZM5 23c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4Zm0 6c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2Z"},
};
export declare const RssIcon: ComponentClass<SVGIconProps>;
export default RssIcon;