import React from 'react'; import type { IconProps } from '../types'; export const Plus = (props: IconProps) => ( ); export default Plus;