{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconVolumeHalf/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 IconVolumeHalf: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"volume-half, speaker, loud, sound\"><path d=\"M10.1568 3.46416C11.3026 2.54749 13 3.36329 13 4.83068V19.1694C13 20.6368 11.3026 21.4526 10.1568 20.5359L6.07931 17.274C5.85767 17.0967 5.58228 17.0001 5.29844 17.0001H3.75C2.23122 17.0001 1 15.7688 1 14.2501V9.75005C1 8.23127 2.23122 7.00005 3.75 7.00005H5.29844C5.58228 7.00005 5.85767 6.90345 6.07931 6.72614L10.1568 3.46416Z\" fill=\"currentColor\"/><path d=\"M16.4195 7.581C16.1266 7.28811 15.6517 7.28811 15.3588 7.581C15.0659 7.87389 15.0659 8.34876 15.3588 8.64166C16.2192 9.50206 16.7501 10.6885 16.7501 12.0004C16.7501 13.3123 16.2192 14.4988 15.3588 15.3592C15.0659 15.6521 15.0659 16.1269 15.3588 16.4198C15.6517 16.7127 16.1266 16.7127 16.4195 16.4198C17.5497 15.2896 18.2501 13.7261 18.2501 12.0004C18.2501 10.2747 17.5497 8.7112 16.4195 7.581Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconVolumeHalf;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA+1B,EAA/1B,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,EAAE,4UAA4U,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6YAA6Y,KAAK,eAAc,CAAI,GAGz1B",
  "debugId": "8648A83A1FFDD7C264756E2164756E21",
  "names": []
}