import type {IconSvgProps} from "@/types"; export const TextSquare = ({size = 24, width, height, ...props}: IconSvgProps) => ( );