{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVocalMicrophone/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVocalMicrophone: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"vocal-microphone, singing, karaoke\"><path d=\"M14.749 13.25L5.70407 21.2744C5.30833 21.6255 4.70712 21.6083 4.33297 21.2344L2.76559 19.666C2.39146 19.2919 2.37344 18.6907 2.72457 18.2949L10.749 9.25L14.749 13.25Z\" fill=\"currentColor\"/><path d=\"M16.499 2.5C19.2604 2.5 21.499 4.73858 21.499 7.5C21.499 10.2614 19.2604 12.5 16.499 12.5C16.2995 12.5 16.1025 12.4886 15.9091 12.4658L11.5341 8.08984C11.5114 7.89638 11.499 7.69958 11.499 7.5C11.499 4.73868 13.7377 2.50017 16.499 2.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVocalMicrophone;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAA8hB,EAA9hB,IAAqB,EAAO,UAAU,sCAAqC,gBAAC,OAAD,CAAM,EAAE,yKAAyK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8OAA8O,KAAK,eAAc,CAAI,GAGxhB",
  "debugId": "5B0CB211AF1BC25564756E2164756E21",
  "names": []
}