import type { JSX, SVGProps } from 'react' export const ImageSkeletonIcon = ( properties: JSX.IntrinsicAttributes & SVGProps, ) => { return ( ) }