@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.4 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiPuzzlePieceIconConfig: {
name: 'RhUiPuzzlePieceIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M25 12c-.34 0-.676.044-1 .129V7.5c0-.827-.673-1.5-1.5-1.5h-4.63c.086-.325.13-.661.13-1 0-2.206-1.794-4-4-4s-4 1.794-4 4c0 .339.044.675.13 1H5.5C4.673 6 4 6.673 4 7.5v6.278a1 1 0 0 0 1.669.744A1.993 1.993 0 0 1 7 14.001c1.103 0 2 .897 2 2s-.897 2-2 2c-.485 0-.957-.185-1.331-.521A1 1 0 0 0 4 18.224v6.278c0 .827.673 1.5 1.5 1.5h4.63c-.086.325-.13.661-.13 1 0 2.206 1.794 4 4 4s4-1.794 4-4c0-.339-.044-.675-.13-1h4.63c.827 0 1.5-.673 1.5-1.5v-4.629c.324.085.66.129 1 .129 2.206 0 4-1.794 4-4s-1.794-4-4-4Zm0 6c-.485 0-.957-.185-1.331-.521a1 1 0 0 0-1.669.744v5.778h-5.778a.998.998 0 0 0-.743 1.669c.238.265.521.71.521 1.331 0 1.103-.897 2-2 2s-2-.897-2-2c0-.621.283-1.066.521-1.331a.999.999 0 0 0-.743-1.669H6v-4.129c.324.085.66.129 1 .129 2.206 0 4-1.794 4-4s-1.794-4-4-4c-.34 0-.676.044-1 .129V8.001h5.778a.998.998 0 0 0 .743-1.669A1.974 1.974 0 0 1 12 5.001c0-1.103.897-2 2-2s2 .897 2 2c0 .621-.283 1.066-.521 1.331a.999.999 0 0 0 .743 1.669H22v5.778a1 1 0 0 0 1.669.744A1.993 1.993 0 0 1 25 14.002c1.103 0 2 .897 2 2s-.897 2-2 2Z"},
rhUiIcon: null,
};
export declare const RhUiPuzzlePieceIcon: ComponentClass<SVGIconProps>;
export default RhUiPuzzlePieceIcon;