UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 1.03 kB
import { createIconBase } from '../createIcon.js'; export const RhStandard5gIconConfig = { name: 'RhStandard5gIcon', icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M7.5 22.38h-3c-.35 0-.62.28-.62.62v6c0 .34.28.62.62.62h3c.35 0 .62-.28.62-.62v-6c0-.34-.28-.62-.62-.62Zm-.62 6H5.13v-4.75h1.75v4.75Zm6.62-10h-3c-.35 0-.62.28-.62.62v10c0 .34.28.62.62.62h3c.35 0 .62-.28.62-.62V19c0-.34-.28-.62-.62-.62Zm-.62 10h-1.75v-8.75h1.75v8.75Zm6.62-14h-3c-.35 0-.62.28-.62.62v14c0 .34.28.62.62.62h3c.35 0 .62-.28.62-.62V15c0-.34-.28-.62-.62-.62Zm-.62 14h-1.75V15.62h1.75v12.75Zm6.62-18h-3c-.35 0-.62.28-.62.62v18c0 .34.28.62.62.62h3c.35 0 .62-.28.62-.62V11c0-.34-.28-.62-.62-.62Zm-.62 18h-1.75V11.62h1.75v16.76Zm6.62-22h-3c-.35 0-.62.28-.62.62v22c0 .34.28.62.62.62h3c.35 0 .62-.28.62-.62V7c0-.34-.28-.62-.62-.62Zm-.62 22h-1.75V7.62h1.75v20.76Z"}, rhUiIcon: null, }; export const RhStandard5gIcon = createIconBase(RhStandard5gIconConfig); export default RhStandard5gIcon;