{
  "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=\"M12.6101 3.09208C12.8505 3.22366 13 3.47592 13 3.75V20.25C13 20.5241 12.8505 20.7763 12.6101 20.9079C12.3696 21.0395 12.0766 21.0294 11.8457 20.8817L5.84216 17.0394C5.80193 17.0137 5.75516 17 5.7074 17H2.75C1.7835 17 1 16.2165 1 15.25V8.75C1 7.7835 1.7835 7 2.75 7H5.7074C5.75516 7 5.80193 6.98632 5.84216 6.96057L11.8457 3.1183C12.0766 2.97055 12.3696 2.9605 12.6101 3.09208Z\" fill=\"currentColor\"/><path d=\"M17.0991 13.7902C17.2264 13.4033 17.7736 13.4033 17.9009 13.7902L18.282 14.949C18.3239 15.0763 18.4237 15.1761 18.551 15.218L19.7098 15.5991C20.0967 15.7264 20.0967 16.2736 19.7098 16.4009L18.551 16.782C18.4237 16.8239 18.3239 16.9237 18.282 17.051L17.9009 18.2098C17.7736 18.5967 17.2264 18.5967 17.0991 18.2098L16.718 17.051C16.6761 16.9237 16.5763 16.8239 16.449 16.782L15.2902 16.4009C14.9033 16.2736 14.9033 15.7264 15.2902 15.5991L16.449 15.218C16.5763 15.1761 16.6761 15.0763 16.718 14.949L17.0991 13.7902Z\" fill=\"currentColor\"/><path d=\"M18.9388 5.90622C19.1169 5.36459 19.8831 5.36459 20.0612 5.90622L20.5948 7.52857C20.6534 7.7068 20.7932 7.8466 20.9714 7.90521L22.5938 8.43877C23.1354 8.61691 23.1354 9.3831 22.5938 9.56123L20.9714 10.0948C20.7932 10.1534 20.6534 10.2932 20.5948 10.4714L20.0612 12.0938C19.8831 12.6354 19.1169 12.6354 18.9388 12.0938L18.4052 10.4714C18.3466 10.2932 18.2068 10.1534 18.0286 10.0948L16.4062 9.56123C15.8646 9.38309 15.8646 8.6169 16.4062 8.43877L18.0286 7.90521C18.2068 7.8466 18.3466 7.7068 18.4052 7.52856L18.9388 5.90622Z\" 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,gBAAsiD,EAAtiD,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,2XAA2X,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ogBAAogB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8gBAA8gB,KAAK,eAAc,CAAI,GAGhiD",
  "debugId": "C07D44E3FD40639264756E2164756E21",
  "names": []
}