@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.26 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardInvoiceBritishPoundIconConfig = {
name: 'RhStandardInvoiceBritishPoundIcon',
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-.002a.619.619 0 0 0-.278-.149.571.571 0 0 0-.079-.016c-.028-.003-.052-.016-.081-.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-3a.625.625 0 0 0 0 1.25h3a.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.25Zm-12-8a.625.625 0 0 0 0 1.25h6a.625.625 0 0 0 0-1.25h-4.375v-2.75H17a.625.625 0 0 0 0-1.25h-3.375V12a2.378 2.378 0 0 1 3.959-1.77.625.625 0 0 0 .833-.932A3.622 3.622 0 0 0 16 8.375 3.629 3.629 0 0 0 12.375 12v.375H12a.625.625 0 0 0 0 1.25h.375v2.75H12Z"}]},
rhUiIcon: null,
};
export const RhStandardInvoiceBritishPoundIcon = createIconBase(RhStandardInvoiceBritishPoundIconConfig);
export default RhStandardInvoiceBritishPoundIcon;