{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAirpodRight/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 IconAirpodRight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"airpod-right\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.375 13C8.82475 13 10 14.1753 10 15.625C10 16.4472 9.62098 17.1798 9.0293 17.6611C9.08275 17.7118 9.13519 17.7632 9.18457 17.8174C9.76952 18.4591 10.0098 19.2739 10.0098 20V20.25C10.0098 20.6642 9.67398 21 9.25977 21C8.84561 20.9999 8.50977 20.6642 8.50977 20.25V20C8.50977 19.5867 8.37079 19.1514 8.07617 18.8281C7.79598 18.5208 7.31681 18.25 6.5 18.25H5.5V20.25C5.5 20.6642 5.16421 21 4.75 21C4.33579 21 4 20.6642 4 20.25V13.75L4.00391 13.6729C4.04253 13.2949 4.36183 13 4.75 13H7.375ZM5.5 16.75H7.375C7.99632 16.75 8.5 16.2463 8.5 15.625C8.5 15.0037 7.99632 14.5 7.375 14.5H5.5V16.75Z\" fill=\"currentColor\"/><path d=\"M15 3C17.7614 3 20 5.23858 20 8V20.25C20 20.6642 19.6642 21 19.25 21H16.75C16.3358 21 16 20.6642 16 20.25V12.9004C15.6769 12.966 15.3424 13 15 13C13.4544 13 12.0724 12.299 11.1553 11.1973C11.0513 11.0724 11 10.9125 11 10.75V5.25C11 5.08751 11.0513 4.92762 11.1553 4.80273C12.0724 3.70105 13.4544 3 15 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAirpodRight;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAyhC,EAAzhC,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,glBAAglB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kTAAkT,KAAK,eAAc,CAAI,GAGnhC",
  "debugId": "BDF320EBDC406FB464756E2164756E21",
  "names": []
}