import { ark } from '@ark-ui/react/factory'; import type { ComponentProps } from 'react'; import { styled } from 'styled-system/jsx'; const StyledSvg = styled(ark.svg); export type AudioSpeakerIconProps = ComponentProps; export const AudioSpeakerIcon = (props: AudioSpeakerIconProps) => ( );