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