@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 866 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardGiftBoxIconConfig = {
name: 'RhStandardGiftBoxIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31 12.38h-9.15l2.15-.73a3.73 3.73 0 1 0-4.67-4.71L18 11l-1-2.9a.42.42 0 0 0 0-.1 3.11 3.11 0 1 0-3.89 4l1.05.36H5a.62.62 0 0 0-.62.62v5a.62.62 0 0 0 .62.62h1.38V31a.62.62 0 0 0 .62.62h22a.62.62 0 0 0 .62-.62V18.62H31a.62.62 0 0 0 .62-.62v-5a.62.62 0 0 0-.62-.62ZM20.51 7.44a2.48 2.48 0 1 1 3 3.06L19 12Zm-7 3.39a1.86 1.86 0 1 1 2.39-2.22L17 12l-3.42-1.14Zm-7.89 2.79h8.76v3.76H5.62Zm2 5h6.76v11.76H7.62Zm8 11.76V13.62h4.76v16.76Zm12.76 0h-6.76V18.62h6.76Zm2-13h-8.76v-3.76h8.76Z"},
rhUiIcon: null,
};
export const RhStandardGiftBoxIcon = createIconBase(RhStandardGiftBoxIconConfig);
export default RhStandardGiftBoxIcon;