UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 1.15 kB
import { createIconBase } from '../createIcon.js'; export const RhStandardServerStackUnsecuredIconConfig = { name: 'RhStandardServerStackUnsecuredIcon', icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M27 10.62a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Zm0 8a.62.62 0 1 0-.62-.62.61.61 0 0 0 .62.62Z"},{"path":"M23 30.38H5.62V5.62h24.76V22a.62.62 0 0 0 1.24 0V5a.62.62 0 0 0-.62-.62H5a.62.62 0 0 0-.62.62v26a.62.62 0 0 0 .62.62h18a.62.62 0 0 0 0-1.24Z"},{"path":"M15 9.38H9a.62.62 0 0 0 0 1.24h6a.62.62 0 0 0 0-1.24Zm0 16H9a.62.62 0 1 0 0 1.24h6a.62.62 0 0 0 0-1.24Zm0-8H9a.62.62 0 0 0 0 1.24h6a.62.62 0 0 0 0-1.24ZM24.38 28A3.63 3.63 0 0 0 28 31.63a3.43 3.43 0 0 0 1.28-.25l-4.9-4.9Zm7.34 2.29-.55-.56a3.6 3.6 0 0 0 .46-1.73v-3.45a.62.62 0 0 0-.5-.61l-3-.64a.57.57 0 0 0-.26 0l-2.59.55-.38-.38a.62.62 0 0 0-.88.88l.36.36 6 6 .45.45a.66.66 0 0 0 .45.18.62.62 0 0 0 .44-.18.63.63 0 0 0 0-.87Z"}]}, rhUiIcon: null, }; export const RhStandardServerStackUnsecuredIcon = createIconBase(RhStandardServerStackUnsecuredIconConfig); export default RhStandardServerStackUnsecuredIcon;