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