@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.76 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardFingerprintIconConfig: {
name: 'RhStandardFingerprintIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M27 24.375h-2.998a3.38 3.38 0 0 1-3.377-3.377v-2.89c0-1.335-.94-2.495-2.188-2.698A2.623 2.623 0 0 0 15.375 18v1a.625.625 0 0 0 1.25 0v-1a1.376 1.376 0 0 1 1.61-1.355c.65.105 1.14.734 1.14 1.462v2.891a4.632 4.632 0 0 0 4.627 4.627H27a.625.625 0 0 0 0-1.25Z"},{"path":"M27 20.375A2.378 2.378 0 0 1 24.625 18a6.57 6.57 0 0 0-2.012-4.755 6.612 6.612 0 0 0-4.816-1.867c-3.541.106-6.422 3.19-6.422 6.874V22a.625.625 0 0 0 1.25 0v-3.748c0-3.015 2.337-5.538 5.21-5.624a5.33 5.33 0 0 1 3.908 1.514A5.333 5.333 0 0 1 23.375 18 3.629 3.629 0 0 0 27 21.625a.625.625 0 0 0 0-1.25ZM9.65 12.459a.625.625 0 0 0-.853.228A10.624 10.624 0 0 0 7.375 18v2a.625.625 0 0 0 1.25 0v-2c0-1.648.434-3.27 1.254-4.687a.626.626 0 0 0-.228-.854Z"},{"path":"M18 7.375c-2.32 0-4.524.734-6.375 2.124a.625.625 0 0 0 .75 1A9.298 9.298 0 0 1 18 8.625a9.338 9.338 0 0 1 9.329 8.437.625.625 0 0 0 1.244-.124A10.585 10.585 0 0 0 18 7.375Z"},{"path":"M18 4.625a13.3 13.3 0 0 1 4.776.878.624.624 0 1 0 .447-1.167A14.551 14.551 0 0 0 18 3.375 14.601 14.601 0 0 0 6.797 8.598a.625.625 0 1 0 .957.804A13.352 13.352 0 0 1 18 4.625Zm5 24.75A6.382 6.382 0 0 1 16.625 23a.625.625 0 0 0-1.25 0c0 4.204 3.42 7.625 7.625 7.625a.625.625 0 0 0 0-1.25ZM12.625 25a.625.625 0 0 0-1.25 0c0 2.372.87 4.651 2.451 6.417a.624.624 0 1 0 .932-.834A8.357 8.357 0 0 1 12.625 25Z"}]},
rhUiIcon: null,
};
export declare const RhStandardFingerprintIcon: ComponentClass<SVGIconProps>;
export default RhStandardFingerprintIcon;