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