google-material-icons
Version:
A google material icon library package for React applications
14 lines (12 loc) • 434 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
export { default as createIcon } from './createIcon.js';
import * as index from './filled/index.js';
export { index as filledIcons };
import * as index$1 from './outlined/index.js';
export { index$1 as outlinedIcons };
//# sourceMappingURL=index.js.map