import * as React from 'react'; export interface RulerPencil64Props extends React.SVGProps { ariaLabel?: string } export default function RulerPencil64({ ariaLabel, ...props }: RulerPencil64Props) { return ( ); }