Files
powerpoint-toolbox/node_modules/@fluentui/react-icons/lib-cjs/utils/bundleIcon.d.ts
T
2025-03-07 19:22:02 +01:00

4 lines
167 B
TypeScript

import { FluentIcon } from "./createFluentIcon";
declare const bundleIcon: (FilledIcon: FluentIcon, RegularIcon: FluentIcon) => FluentIcon;
export default bundleIcon;