import { JSX } from 'solid-js/jsx-runtime' export const PaperClipIcon = (props: JSX.SvgSVGAttributes) => { return ( ) }