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