import React from 'react' import { SVG } from '~components/IconV1/subcomponents/SVG' import type { IconProps } from '~components/IconV1/types' export const COMPONENT_TITLE = (props: IconProps): JSX.Element => { const svgContent = <>SVG_CONTENT return {svgContent} }