import React from 'react' import { IconProps } from './types' export const IconSolidClipboardCopy = ({ size = '1em', ...props }: IconProps) => { return ( ) }