UNPKG

@patternfly/react-icons

Version:
9 lines 1.1 kB
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhStandardCreditCardIconConfig: { name: 'RhStandardCreditCardIcon', icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M29 9.375H7A2.628 2.628 0 0 0 4.375 12v12A2.628 2.628 0 0 0 7 26.625h22A2.628 2.628 0 0 0 31.625 24V12A2.628 2.628 0 0 0 29 9.375Zm-23.375 4.25h24.75v1.75H5.625v-1.75Zm1.375-3h22c.758 0 1.375.617 1.375 1.375v.375H5.625V12c0-.758.617-1.375 1.375-1.375Zm22 14.75H7A1.377 1.377 0 0 1 5.625 24v-7.375h24.75V24c0 .758-.617 1.375-1.375 1.375Z"},{"path":"M15.625 20a.625.625 0 0 0-.625-.625H8a.625.625 0 0 0 0 1.25h7c.345 0 .625-.28.625-.625ZM10 22.375H8a.625.625 0 0 0 0 1.25h2a.625.625 0 0 0 0-1.25Zm4 0h-2a.625.625 0 0 0 0 1.25h2a.625.625 0 0 0 0-1.25Zm4 0h-2a.625.625 0 0 0 0 1.25h2a.625.625 0 0 0 0-1.25Zm4 0h-2a.625.625 0 0 0 0 1.25h2a.625.625 0 0 0 0-1.25Z"}]}, rhUiIcon: null, }; export declare const RhStandardCreditCardIcon: ComponentClass<SVGIconProps>; export default RhStandardCreditCardIcon;