@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
8 lines (7 loc) • 306 B
TypeScript
import type { SVGProps } from "react";
import type { IconProps } from "../types.js";
declare const IconLogoAdobeCharacterAnimatorColor: {
(props: IconProps & SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
iconName: string;
};
export default IconLogoAdobeCharacterAnimatorColor;