@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 643 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiThumbtackIconConfig: {
name: 'RhUiThumbtackIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M21 11.522V3h2a1 1 0 1 0 0-2H9a1 1 0 1 0 0 2h2v8.522A8.998 8.998 0 0 0 7 19a1 1 0 0 0 1 1h7v10a1 1 0 1 0 2 0V20h7a1 1 0 0 0 1-1 8.995 8.995 0 0 0-4-7.478ZM13 3h6v7.525c-.94-.334-1.947-.525-3-.525s-2.06.191-3 .525V3ZM9.071 18c.486-3.388 3.408-6 6.929-6s6.442 2.612 6.929 6H9.072Z"},
rhUiIcon: null,
};
export declare const RhUiThumbtackIcon: ComponentClass<SVGIconProps>;
export default RhUiThumbtackIcon;