@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.28 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardInvoiceYenIconConfig: {
name: 'RhStandardInvoiceYenIcon',
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-4-.004-.003a.62.62 0 0 0-.276-.147.555.555 0 0 0-.083-.017c-.027-.004-.051-.016-.08-.016H8A.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-4a.625.625 0 0 0 0 1.25h4a.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.25ZM14.375 13.26v.115H13a.625.625 0 0 0 0 1.25h1.375v.75H13a.625.625 0 0 0 0 1.25h1.375V18a.625.625 0 0 0 1.25 0v-1.375H17a.625.625 0 0 0 0-1.25h-1.375v-.75H17a.625.625 0 0 0 0-1.25h-1.375v-.116l2.817-2.817a.626.626 0 0 0-.884-.884L15 12.116l-2.558-2.558a.625.625 0 1 0-.884.884l2.817 2.817Z"}]},
rhUiIcon: null,
};
export declare const RhStandardInvoiceYenIcon: ComponentClass<SVGIconProps>;
export default RhStandardInvoiceYenIcon;