@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.22 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardTargetIconConfig = {
name: 'RhStandardTargetIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M17.56 17.56a.62.62 0 0 0 .88.88l5.82-5.82H27a.6.6 0 0 0 .44-.18l4-4A.62.62 0 0 0 31 7.38h-2.38V5a.62.62 0 0 0-1.06-.44l-4 4a.59.59 0 0 0-.18.44v2.74Zm9.18-6.18h-1.23l2.75-2.76h1.23Zm-2.12-2.12 2.76-2.75v1.23l-2.76 2.75Z"},{"path":"M32.31 15a.62.62 0 1 0-1.22.26 13.59 13.59 0 0 1 .29 2.74A13.38 13.38 0 1 1 18 4.62a12.87 12.87 0 0 1 2.78.3.63.63 0 0 0 .74-.49.62.62 0 0 0-.52-.74A14.57 14.57 0 1 0 32.31 15Z"},{"path":"M18 14.62a3.27 3.27 0 0 1 .7.08.62.62 0 0 0 .74-.48.61.61 0 0 0-.48-.74 4.41 4.41 0 0 0-1-.1A4.62 4.62 0 1 0 22.62 18a4.34 4.34 0 0 0-.1-1 .61.61 0 0 0-.74-.48.63.63 0 0 0-.48.74 3.27 3.27 0 0 1 .08.7A3.38 3.38 0 1 1 18 14.62Z"},{"path":"M20.48 9.33a.63.63 0 0 0-.48-.75 10.28 10.28 0 0 0-2-.2A9.62 9.62 0 1 0 27.62 18a10.28 10.28 0 0 0-.2-2 .63.63 0 0 0-1.23.26 8.42 8.42 0 1 1-6.45-6.45.63.63 0 0 0 .74-.48Z"}]},
rhUiIcon: null,
};
export const RhStandardTargetIcon = createIconBase(RhStandardTargetIconConfig);
export default RhStandardTargetIcon;