// This file is autogenerated by wrapSVGs.ts
// Changes to this file will be overwritten
import React from 'react'
import { SVG } from '~components/IconV1/subcomponents/SVG'
import styles from './LiveIcon.module.css'
type LiveIconSvgProps = { classNameOverride: string }
const LiveIconSvg = ({ classNameOverride }: LiveIconSvgProps): JSX.Element => (
)
LiveIconSvg.displayName = 'LiveIconSvg'
export const LiveIcon = (): JSX.Element => (
)
LiveIcon.displayName = 'LiveIcon'