@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 563 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiThumbtackFillIconConfig: {
name: 'RhUiThumbtackFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M24.75 19a.75.75 0 0 1-.75.75h-7V30a1 1 0 1 1-2 0V19.75H8a.75.75 0 0 1-.75-.75c0-3.074 1.596-5.777 4-7.338V3H9a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2h-2.25v8.662c2.404 1.561 4 4.264 4 7.338Z"},
rhUiIcon: null,
};
export declare const RhUiThumbtackFillIcon: ComponentClass<SVGIconProps>;
export default RhUiThumbtackFillIcon;