@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.09 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardCompassIconConfig: {
name: 'RhStandardCompassIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M18 3.38A14.62 14.62 0 1 0 32.62 18 14.64 14.64 0 0 0 18 3.38Zm.62 28v-1.53a.62.62 0 1 0-1.24 0v1.49A13.37 13.37 0 0 1 4.66 18.62h1.49a.62.62 0 1 0 0-1.24H4.66A13.37 13.37 0 0 1 17.38 4.66v1.49a.62.62 0 1 0 1.24 0V4.66a13.37 13.37 0 0 1 12.72 12.72h-1.49a.62.62 0 1 0 0 1.24h1.49a13.37 13.37 0 0 1-12.72 12.72Z"},{"path":"M26.44 9.56a.62.62 0 0 0-.78-.08L16 15.78a.52.52 0 0 0-.18.18l-6.3 9.7a.62.62 0 0 0 .86.86l9.7-6.3a.52.52 0 0 0 .18-.18l6.3-9.7a.62.62 0 0 0-.12-.78Zm-7.19 9.69-7.12 4.62 4.62-7.12 7.12-4.62Z"},{"path":"M18 18.75a.62.62 0 0 0 .62-.62.63.63 0 0 0-1.25 0 .63.63 0 0 0 .63.62Z"},{"path":"M26 25.38a.62.62 0 1 0 .62.62.62.62 0 0 0-.62-.62Z"}]},
rhUiIcon: null,
};
export declare const RhStandardCompassIcon: ComponentClass<SVGIconProps>;
export default RhStandardCompassIcon;