{
  "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=\"M12.8945 3C13.7859 3.00002 14.6343 3.31801 15.3008 3.87598L14.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.56055L21.7773 8.47656C21.9209 8.87422 22 9.30283 22 9.75V17.25C22 19.3211 20.3211 21 18.25 21H5.75C3.67893 21 2 19.3211 2 17.25V9.75C2 7.67893 3.67893 6 5.75 6H5.89453C6.6468 5.99997 7.34932 5.62397 7.7666 4.99805L7.98535 4.66992C8.68083 3.6267 9.85168 3.00003 11.1055 3H12.8945ZM12 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=\"M16.3047 5.09766L15.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.45605L15.8643 5.2666L16.3047 5.09766Z\" 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,gBAAspD,EAAtpD,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wqBAAwqB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6KAA6K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,snBAAsnB,KAAK,eAAc,CAAI,GAGhpD",
  "debugId": "252AE3A0121FE5E464756E2164756E21",
  "names": []
}