@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 709 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const ChessRookIconConfig: {
name: 'ChessRookIcon',
icon: {"xOffset":0,"yOffset":0,"width":384,"height":512,"svgPathData":"M368 32h-56a16 16 0 0 0-16 16v48h-48V48a16 16 0 0 0-16-16h-80a16 16 0 0 0-16 16v48H88.1V48a16 16 0 0 0-16-16H16A16 16 0 0 0 0 48v176l64 32c0 48.33-1.54 95-13.21 160h282.42C321.54 351 320 303.72 320 256l64-32V48a16 16 0 0 0-16-16zM224 320h-64v-64a32 32 0 0 1 64 0zm144 128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h352a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z"},
rhUiIcon: null,
};
export declare const ChessRookIcon: ComponentClass<SVGIconProps>;
export default ChessRookIcon;