{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCameraSparkle/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 IconCameraSparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"camera-sparkle, picture, image, cam\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.5 3C14.7508 3 14.9849 3.12534 15.124 3.33398L15.4473 3.81934L14.835 4.05664C14.0308 4.36595 13.5 5.13836 13.5 6C13.5 6.86164 14.0308 7.63405 14.835 7.94336L16.4385 8.56055L17.0566 10.165C17.366 10.9692 18.1384 11.5 19 11.5C19.8616 11.5 20.634 10.9692 20.9434 10.165L21.5605 8.56055L22 8.39062V20.25C22 20.6642 21.6642 21 21.25 21H2.75C2.33579 21 2 20.6642 2 20.25V6.75C2 6.33579 2.33579 6 2.75 6H7.09863L8.87598 3.33398C9.01508 3.12534 9.24924 3 9.5 3H14.5ZM12 10C10.067 10 8.5 11.567 8.5 13.5C8.5 15.433 10.067 17 12 17C13.933 17 15.5 15.433 15.5 13.5C15.5 11.567 13.933 10 12 10Z\" fill=\"currentColor\"/><path d=\"M15.373 5.45605C15.345 5.46686 15.3185 5.48049 15.293 5.49512L15.292 5.49414C15.3176 5.47943 15.3449 5.4669 15.373 5.45605Z\" fill=\"currentColor\"/><path d=\"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.373 5.45605C15.1481 5.54256 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCameraSparkle;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAA2gD,EAA3gD,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4kBAA4kB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8HAA8H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,snBAAsnB,KAAK,eAAc,CAAI,GAGrgD",
  "debugId": "F13F4B15CB1D7EA164756E2164756E21",
  "names": []
}