@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.48 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiAiTroubleshootIconConfig = {
name: 'RhUiAiTroubleshootIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M31 11c0 5.514-4.486 10-10 10a9.933 9.933 0 0 1-3.093-.493l-9.166 9.166c-.856.856-1.996 1.329-3.207 1.329s-2.35-.473-3.207-1.33S.998 27.678.998 26.467s.473-2.35 1.33-3.207l9.166-9.167a9.887 9.887 0 0 1-.241-.868 1 1 0 1 1 1.95-.448c.092.406.219.81.376 1.203a1 1 0 0 1-.222 1.078l-9.616 9.616a2.54 2.54 0 0 0 0 3.586c.96.957 2.627.957 3.586 0l9.616-9.616a1 1 0 0 1 1.08-.221A7.95 7.95 0 0 0 21 19c4.411 0 8-3.589 8-8 0-.771-.11-1.527-.328-2.258l-3.965 3.965a3.834 3.834 0 0 1-5.414 0c-.723-.723-1.121-1.685-1.121-2.707s.398-1.984 1.121-2.707l3.965-3.965a8.048 8.048 0 0 0-6.701 1.019 1 1 0 1 1-1.113-1.662C18.385.717 22.28.458 25.484 2.07a1 1 0 0 1 .258 1.6l-5.036 5.037a1.83 1.83 0 0 0 0 2.586c.691.691 1.895.691 2.586 0l5.036-5.036a1 1 0 0 1 1.6.258A9.897 9.897 0 0 1 31 11ZM1.993 7.59a5.523 5.523 0 0 1 4.417 4.417c.054.289.3.498.59.498s.536-.21.59-.498a5.523 5.523 0 0 1 4.417-4.417c.289-.054.498-.3.498-.59s-.21-.536-.498-.59A5.523 5.523 0 0 1 7.59 1.993c-.054-.289-.301-.498-.59-.498s-.536.21-.59.498A5.523 5.523 0 0 1 1.993 6.41c-.289.054-.498.3-.498.59s.21.536.498.59ZM5.75 25.009a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0Z"},
rhUiIcon: null,
};
export const RhUiAiTroubleshootIcon = createIconBase(RhUiAiTroubleshootIconConfig);
export default RhUiAiTroubleshootIcon;