import React from 'react';
import PropTypes from 'prop-types';
export interface IconProviderProps {
children?: React.ReactNode;
/**
*
* `duplicateRepeatedIcons` implements an alternative rendering approach where a `use` tag is
* rendered to duplicate subsequent renders of the same icon. This may improve performance on
* renders of recurrent icons in a localized area of an application.
*
* This feature does not work with Enterprise icons.
*
* For example, here the `IconProvider` renders a single instance of the `` icons paths,
* then renders the subsequent icons with a `