import React, { FC } from "react"; import { BaseIconProps } from "./index"; import clsx from "clsx"; interface Props extends BaseIconProps { active?: boolean; } export const PulldownIcon: FC = props => { const { active } = props; return ( 58DCE9B7-9744-4778-BF6A-3E51B24E75AB ); };