import type { SVGProps } from 'react' /** * Columns3 icon component - displays three vertical columns in a rounded container * @param props - SVG properties including className, fill, etc. */ export function Columns3(props: SVGProps) { return ( ) }