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