UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

4 lines (3 loc) 208 B
import { ChopLogicSVGElementProps } from '../../../models'; declare const GraduateIcon: ({ title, ...rest }: ChopLogicSVGElementProps) => import("react/jsx-runtime").JSX.Element; export default GraduateIcon;