UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 958 B
import { createIconBase } from '../createIcon.js'; export const RhStandardServerUnsecuredIconConfig = { name: 'RhStandardServerUnsecuredIcon', icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M27 18.62a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Z"},{"path":"M23 22.38H5.62v-8.76h24.76V18a.62.62 0 0 0 1.24 0v-5a.61.61 0 0 0-.62-.62H5a.61.61 0 0 0-.62.62v10a.61.61 0 0 0 .62.62h18a.62.62 0 0 0 0-1.24Z"},{"path":"M9 17.38a.62.62 0 0 0 0 1.24h6a.62.62 0 0 0 0-1.24Zm16.37 7.07a3.61 3.61 0 0 0 4.91 3.39l-4.91-4.9Zm7.34 2.29-.55-.55a3.56 3.56 0 0 0 .46-1.74V21a.62.62 0 0 0-.49-.61l-3-.64a.57.57 0 0 0-.26 0l-2.59.55-.38-.38a.64.64 0 0 0-.89 0 .63.63 0 0 0 0 .88l.36.37 6 6 .45.45a.6.6 0 0 0 .88 0 .61.61 0 0 0 .01-.88Z"}]}, rhUiIcon: null, }; export const RhStandardServerUnsecuredIcon = createIconBase(RhStandardServerUnsecuredIconConfig); export default RhStandardServerUnsecuredIcon;