import type { SVGProps } from 'react' export function RulerIcon(props: SVGProps) { return ( ) } export function BufferIcon(props: SVGProps) { return ( ) } export function AreaIcon(props: SVGProps) { return ( ) }