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