{
  "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.57435 13 3.28807 12.4033 2.37723 11.4461C2.11587 11.1714 2 10.7955 2 10.4163V5.58367C2 5.20451 2.11587 4.82857 2.37723 4.5539C3.28807 3.59666 4.57435 3 6 3C8.76142 3 11 5.23858 11 8L11 19.25C11 20.2165 10.2165 21 9.25 21H8.75C7.7835 21 7 20.2165 7 19.25V12.9C6.67689 12.9656 6.34247 13 6 13Z\" fill=\"currentColor\"/><path d=\"M18 13C19.4256 13 20.7119 12.4033 21.6228 11.4461C21.8841 11.1714 22 10.7955 22 10.4163V5.58367C22 5.20451 21.8841 4.82857 21.6228 4.5539C20.7119 3.59666 19.4256 3 18 3C15.2386 3 13 5.23858 13 8L13 19.25C13 20.2165 13.7835 21 14.75 21H15.25C16.2165 21 17 20.2165 17 19.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,gBAAquB,EAAruB,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,8SAA8S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yTAAyT,KAAK,eAAc,CAAI,GAG/tB",
  "debugId": "689CF5ECEB64FBCB64756E2164756E21",
  "names": []
}