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