@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.55 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardInvoiceEuroIconConfig: {
name: 'RhStandardInvoiceEuroIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M28.609 8.92a.584.584 0 0 0-.016-.08.62.62 0 0 0-.15-.28l-.001-.002-4-4a.622.622 0 0 0-.18-.121c-.019-.009-.038-.014-.057-.02a.611.611 0 0 0-.167-.034c-.014-.001-.025-.008-.038-.008H8A.625.625 0 0 0 7.375 5v26c0 .345.28.625.625.625h20c.345 0 .625-.28.625-.625V9c0-.028-.013-.052-.016-.08Zm-3.984-2.41 1.866 1.866h-1.866V6.509Zm-16 23.866V5.625h14.75V9c0 .345.28.625.625.625h3.375v20.75H8.625Z"},{"path":"M24 16.375h-2a.625.625 0 0 0 0 1.25h2a.625.625 0 0 0 0-1.25Zm0 4H12a.625.625 0 0 0 0 1.25h12a.625.625 0 0 0 0-1.25Zm0 4H12a.625.625 0 0 0 0 1.25h12a.625.625 0 0 0 0-1.25ZM11.375 15c0 .345.28.625.625.625h.685c.661 1.748 2.339 3 4.315 3a4.62 4.62 0 0 0 2.313-.62.626.626 0 0 0-.627-1.081 3.369 3.369 0 0 1-1.686.451c-1.269 0-2.363-.712-2.94-1.75H18a.625.625 0 0 0 0-1.25h-4.337c-.014-.125-.038-.247-.038-.375s.024-.25.038-.375H18a.625.625 0 0 0 0-1.25h-3.94c.577-1.038 1.671-1.75 2.94-1.75.594 0 1.177.156 1.687.451a.626.626 0 0 0 .627-1.082A4.62 4.62 0 0 0 17 9.375c-1.976 0-3.654 1.253-4.315 3H12a.625.625 0 0 0 0 1.25h.413c-.01.126-.038.247-.038.375s.028.25.038.375H12a.625.625 0 0 0-.625.625Z"}]},
rhUiIcon: null,
};
export declare const RhStandardInvoiceEuroIcon: ComponentClass<SVGIconProps>;
export default RhStandardInvoiceEuroIcon;