@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 982 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardBritishPoundDecreasingIconConfig = {
name: 'RhStandardBritishPoundDecreasingIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M25 24.375H12.225a2.6 2.6 0 0 0 .4-1.375v-5.375H22a.625.625 0 0 0 0-1.25h-9.375v-1.104c0-3.583 2.79-6.563 6.22-6.644a6.395 6.395 0 0 1 5.62 3.088.625.625 0 1 0 1.07-.645c-1.41-2.341-4-3.737-6.72-3.693-.064.001-.126.011-.19.014V5a.625.625 0 0 0-1.25 0v2.559c-3.416.779-6 3.967-6 7.712v1.104H10a.625.625 0 0 0 0 1.25h1.375V23c0 .758-.617 1.375-1.375 1.375a.625.625 0 0 0 0 1.25h7.375v3.866l-.933-.933a.625.625 0 1 0-.884.884l2 2a.622.622 0 0 0 .884 0l2-2a.626.626 0 0 0-.884-.884l-.933.933v-3.866H25a.625.625 0 0 0 0-1.25Z"},
rhUiIcon: null,
};
export const RhStandardBritishPoundDecreasingIcon = createIconBase(RhStandardBritishPoundDecreasingIconConfig);
export default RhStandardBritishPoundDecreasingIcon;