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