import * as React from 'react'; export function InlineSvg({ fileRawContent, className, }: { fileRawContent: string; className?: string; }) { return ( ); }