{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSoundFx/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 IconSoundFx: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"sound-fx, sound-effects\"><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=\"M17.0991 13.7904C17.2264 13.4035 17.7736 13.4035 17.9009 13.7904L18.282 14.9492C18.3239 15.0765 18.4237 15.1764 18.551 15.2183L19.7098 15.5994C20.0967 15.7266 20.0967 16.2739 19.7098 16.4011L18.551 16.7822C18.4237 16.8241 18.3239 16.924 18.282 17.0513L17.9009 18.2101C17.7736 18.597 17.2264 18.597 17.0991 18.2101L16.718 17.0513C16.6761 16.924 16.5763 16.8241 16.449 16.7822L15.2902 16.4011C14.9033 16.2739 14.9033 15.7266 15.2902 15.5994L16.449 15.2183C16.5763 15.1764 16.6761 15.0765 16.718 14.9492L17.0991 13.7904Z\" fill=\"currentColor\"/><path d=\"M18.9388 5.90647C19.1169 5.36484 19.8831 5.36484 20.0612 5.90647L20.5948 7.52881C20.6534 7.70705 20.7932 7.84684 20.9714 7.90546L22.5938 8.43902C23.1354 8.61715 23.1354 9.38334 22.5938 9.56147L20.9714 10.095C20.7932 10.1536 20.6534 10.2934 20.5948 10.4717L20.0612 12.094C19.8831 12.6357 19.1169 12.6357 18.9388 12.094L18.4052 10.4717C18.3466 10.2934 18.2068 10.1536 18.0286 10.095L16.4062 9.56147C15.8646 9.38334 15.8646 8.61715 16.4062 8.43902L18.0286 7.90546C18.2068 7.84684 18.3466 7.70705 18.4052 7.52881L18.9388 5.90647Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSoundFx;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA6/C,EAA7/C,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,4UAA4U,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wgBAAwgB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ghBAAghB,KAAK,eAAc,CAAI,GAGv/C",
  "debugId": "51CE5255A00C1BBF64756E2164756E21",
  "names": []
}