{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAirpods/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 IconAirpods: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"airpods, headphones, vibe\"><path d=\"M6 13C4.45433 13 3.07248 12.2986 2.15532 11.1968C2.05136 11.0719 2 10.9126 2 10.7501V5.24986C2 5.08737 2.05136 4.92806 2.15532 4.80318C3.07248 3.70135 4.45433 3 6 3C8.76142 3 11 5.23858 11 8L11 20.25C11 20.6642 10.6642 21 10.25 21H7.75C7.33579 21 7 20.6642 7 20.25V12.9C6.67689 12.9656 6.34247 13 6 13Z\" fill=\"currentColor\"/><path d=\"M18 13C19.5457 13 20.9275 12.2986 21.8447 11.1968C21.9486 11.0719 22 10.9126 22 10.7501V5.24986C22 5.08737 21.9486 4.92806 21.8447 4.80318C20.9275 3.70135 19.5457 3 18 3C15.2386 3 13 5.23858 13 8L13 20.25C13 20.6642 13.3358 21 13.75 21H16.25C16.6642 21 17 20.6642 17 20.25V12.9C17.3231 12.9656 17.6575 13 18 13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAirpods;\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,gBAAyuB,EAAzuB,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,iTAAiT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0TAA0T,KAAK,eAAc,CAAI,GAGnuB",
  "debugId": "DE97C7141C4046D864756E2164756E21",
  "names": []
}